diff --git a/ccm-sci-bundle/web/themes/foundry/doc/static-texts/devel/coding-style.html b/ccm-sci-bundle/web/themes/foundry/doc/static-texts/devel/coding-style.html index 9724f1a7e..0b4b43969 100644 --- a/ccm-sci-bundle/web/themes/foundry/doc/static-texts/devel/coding-style.html +++ b/ccm-sci-bundle/web/themes/foundry/doc/static-texts/devel/coding-style.html @@ -13,7 +13,7 @@
The naming rules described here apply to all names: Names of layout elements,
- XSL template names, EXSLT functions, files, ids and classes (in the
+ XSL template names, XSL functions, files, ids and classes (in the
class attribute).
diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items.xsl
index 9de5dc6be..8de0058ef 100644
--- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items.xsl
+++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items.xsl
@@ -30,6 +30,7 @@
version="2.0">
+ The
+ Depending of the format for URL, the URL is modified. There are three possible
+ cases:
+
+ An URL to an static image resource.
+
+ Name of an XML in the
+ The (maximum) width of the image.
+
+ The (maximum) height of the image.
+
+
+
+
+
+
+
img tag produces an HTML img in the HTML output.
+ The source URL of the image can either be provided using the attributes
+ src-static or src-property or by a surrounding tag
+ like image-attachment. If the image URL is provided by an surrouding
+ tag these tag usally provides values with the orginal width and height of the image.
+
+
+ http:// or https://.
+ In this case the URL is used literally.
+ /). In this case the URL points to
+ an image provided by CCM (from the database). In this case, the
+ dispatcher-prefix is appended before the URL. Also width and
+ height parameters are appended to the URL for CCM server side resizing
+ function.
+ theme-prefix is added before the image URL.
+ data-tree providing the URL of the image.
+
+