diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-parser.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-parser.xsl index c28788f62..47f16527a 100644 --- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-parser.xsl +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-parser.xsl @@ -402,10 +402,12 @@ + + @@ -451,21 +453,21 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -508,16 +510,19 @@ - + - - - - - - + + + + + + + + +

Generates a HTML5 audio element. The source URL of the audio file can - be provided by a surrounding tag, statically in the theme or by an property in the - data tree. + be provided by a surrounding element, statically in the theme or by an property in + the data tree.

@@ -475,10 +476,7 @@ -
- - -
+
@@ -621,6 +619,25 @@ + + +

+ Generates a dfn element. +

+
+ + + Description of the dfn element in the HTML5 specification. + + +
+ + + + + + + @@ -698,7 +715,7 @@

Generates an em element. -

+

@@ -713,7 +730,7 @@ - +
@@ -777,51 +794,133 @@ - - + + + +

+ Generates a h1 element. +

+
+ + + Description of the h1, h2, h3, + h4, h5 and h6 elements in the HTML5 + specification. + + +
+

- +

+ + +

+ Generates a h2 element. +

+
+ + + Description of the h1, h2, h3, + h4, h5 and h6 elements in the HTML5 + specification. + + +

- +

+ + +

+ Generates a h3 element. +

+
+ + + Description of the h1, h2, h3, + h4, h5 and h6 elements in the HTML5 + specification. + + +

- +

+ + +

+ Generates a h4 element. +

+
+ + + Description of the h1, h2, h3, + h4, h5 and h6 elements in the HTML5 + specification. + + +

- +

+ + +

+ Generates a h5 element. +

+
+ + + Description of the h1, h2, h3, + h4, h5 and h6 elements in the HTML5 + specification. + + +
- +
+ + +

+ Generates a h6 element. +

+
+ + + Description of the h1, h2, h3, + h4, h5 and h6 elements in the HTML5 + specification. + + +
- +
- - Creates the HTML head element which may contain meta data and stylesheets @@ -829,36 +928,45 @@ language meta information. - + + Description of the head element in the HTML5 specification. + - + + - + + + + + + + - + @@ -879,15 +987,54 @@ Generates a HTML5 header element. - + + Description of the header element in the HTML5 specification. +
- +
+ + + +

+ Generates a hr element. This element has no content. +

+
+ + + Description of the hr element in the HTML5 specification. + + +
+ +
+ + +
+ + + +

+ Generates an i element. +

+
+ + + Description of the i element in the HTML5 specification. + + +
+ + + + + + @@ -928,7 +1075,8 @@

- Name of an XML in the data-tree providing the URL of the image. + Name of an XML node in the data-tree providing the URL of the + image.

@@ -942,6 +1090,11 @@

+ + + Description of the img element in the HTML5 specification. + +
@@ -1046,6 +1199,7 @@ + @@ -1076,9 +1230,156 @@ + + +

+ Generates a input element. A preset value can be provided using a + XSL parameter by a surrounding element. The HTML5 placeholder attribute + has been split into two attributes. The placeholder-module attribute + contains the name of module parameter (the name of the file in the + texts directory) in which the text for the placeholder is stored. If + omitted the global.xml file is used. The placeholder attribute itself + contains the ID of the text to show as placeholder. +

+
+ + +

+ The value of the input field. +

+
+
+ + +

+ The name of the file in the texts directory which contains the + text to use as placeholder. If omitted the global.xml file is used. +

+
+ +

+ The ID of the text to use as placeholder. +

+
+
+ + + Description of the input element in the HTML5 specification. + + +
+ + + + + + + + + + + + + + + + + + +

+ Generates a ins element +

+
+ + + Description of the ins element in the HTML5 specification. + + +
+ +
+ + +
+
+ + + +

+ Generates a kbd element +

+
+ + + Description of the kbd element in the HTML5 specification. + + +
+ + + + + + + + + +

+ Generates a label element. +

+
+ + + Description of the label element in the HTML5 specification. + + +
+ + + + + + +

+ Generates a legend element inside a form element. +

+
+ + + Description of the legend element in the HTML5 specification. + + +
+ + + + + + + + + +

+ Generates a li element inside an ul or ol. +

+
+ + + Description of the li element in the HTML5 specification. + + +
  • - +
  • @@ -1088,12 +1389,14 @@ Generates a HTML5 main element. - + + Description of the main element in the HTML5 specification. +
    - +
    @@ -1105,7 +1408,9 @@ - + + Description of the meta element in the HTML5 specification. + @@ -1130,33 +1435,253 @@ - Generates a HTML5 nav element. +

    Generates a HTML5 nav element.

    - + + Description of the nav element in the HTML5 specification. +
    - -
      - + + +

      Generates a noscript element

      +
      + + + Description of the noscript element in the HTML5 specification. + + +
      + +
    +
    + + +

    + Generates an ol element. +

    +
    + + + Description of the ol element in the HTML5 specification. + + +
    + +
      + + +
    +
    + + + +

    + Generates an optgroup element. The label for the option group must be + provided by a surrounding element as XSL parameter. +

    +
    + + +

    + Is the option group enclosed by the element disabled? +

    +
    + +

    + The label of the option group. +

    +
    +
    + + + Description oft the optgroup element in the HTML5 specification. + + +
    + + + + + + + + + + + + + + + + + + +

    + Generates a option element for use in select box. Several + values for attributes have to be provided by a surrounding element using XSL + parameters, for example the value of the value attribute. +

    +
    + + +

    + Is the option group enclosed by the element disabled? +

    +
    + +

    + The label of the option. +

    +
    + +

    + Is the option selected? +

    +
    + +

    + The value of the option. This is value that is send to the server. +

    +
    +
    + + + Description of the option element in the HTML5 specification. + + +
    + + + + + + + + + + + +

    + Generates a p element. +

    +
    + + + Description of the p element in the HTML5 specification + + +

    - +

    + + +

    + Generates a pre element. +

    +
    + + + Description of the pre in the HTML5 specification. + + +
    + +
    +            
    +            
    +        
    +
    + + + +

    + Generates a q element. +

    +
    + + + Description of the q element in the HTML5 specification. + + +
    + + + + + + + + + +

    + Generates a s element. +

    +
    + + + Description of the s element in the HTML5 specification. + + +
    + + + + + + + + + +

    + Generates a samp element. +

    +
    + + + Description of the samp element in the HTML5 specification. + + +
    + + + + + + + @@ -1246,13 +1771,145 @@
    - +
    + + +

    + Generates a select box in a form. The name of the select box and + the status for the disabled attribute can be provided by a surrounding + element via XSL parameters. +

    +
    + + +

    + The name of the select box control. +

    +
    + +

    + If set to true the select box is disabled. +

    +
    +
    + + + Description of the select element in the HTML5 specification. + + +
    + + + + + + + + + +

    + Generates a small element. +

    +
    + + + Description of the small element in the HTML5 specification. + + +
    + + + + + + + + + +

    + Generates a source element for use in audio and + video elements. The source URL (value of the src + attribute) can either provided by a surrounding element as XSL parameter or + via the src-static or src-property attribute. +

    +
    + + +

    + Source URL provided by a surrounding element. +

    +
    + +

    + Value of the type attribute. +

    +
    +
    + + +

    + An URL to an static resource. +

    +
    + +

    + Name of an XML node in the data-tree providing the URL of the + resource. +

    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Generates a span element. @@ -1263,25 +1920,257 @@ - + + + +

    + Generates a strong element. +

    +
    + + + +
    + + + + + + + + + +

    + Generates a sub element. +

    +
    + + + Description of the sub element in the HTML5 specification. + + +
    + + + + + + + + + +

    + Generates a sup element. +

    +
    + + + Description of the sup element in the HTML5 specification. + + +
    + + + + + + + + + +

    + Generates a table element. +

    +
    + + + Description of the table element in the HTML5 specification. + + +
    - +
    + + +

    + Generates a tbody element. +

    +
    + + + Description of the tbody element in the HTML5 specification. + + +
    - + + + +

    + Generates a td element. +

    +
    + + + Description of the td element in the HTML5 specification. + + +
    + + + + + + + + + + + +

    + Generates a textarea. The value may be provided as XSL parameter + by a surrounding tag. +

    +
    + + +

    + The name of the file in the texts directory which contains the + text to use as placeholder. If omitted the global.xml file is used. +

    +
    + +

    + The ID of the text to use as placeholder. +

    +
    +
    + + +

    + The value of the textarea. +

    +
    +
    + + + Description of the textarea element in the HTML5 specification. + + +
    + + + + + + + + +

    + Generates a tfoot element. +

    +
    + + + Description of the tfoot element in the HTML5 specification. + + +
    + + + + + + + + + +

    + Generates a th element. +

    +
    + + + Description of the th element in the HTML5 specification. + + +
    + + + + + + + + + + + +

    + Generates a thead element. +

    +
    + + + Description of the thead element in the HTML5 specification. + + +
    + + + + + + + + + +

    + Generates a time element. +

    +
    + + + Description of the time element in the HTML5 specification. + + +
    + + + +

    @@ -1324,46 +2213,235 @@ - - - - - - - - - - - - - - - - - - - - - + + +

    + Generates a tr element. +

    +
    + + + Description of the tr element in the HTML5 specification. + + +
    - - + + - + + + +

    + Generates a track element. +

    +
    + + + Description of the track element in the HTML5 specification. + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    + Generates a u element. +

    +
    + + + Description of the u element in the HTML5 specification. + + +
    + + + + + + + + + +

    + Generates an ul element. +

    +
    + + + Description of the ul element in the HTML5 specification. + + +
      - +
    - - + + +

    + Generates an var element. +

    +
    + + + Description of the var element in the HTML5 specification. + + +
    + + + + + + + + +

    + Generates a HTML5 video element. The source URL and the URL of preview + image (poster) can be provided by a surrounding element, statically in + the theme or by an property in the data tree. +

    +
    + + +

    + A static URL for the source of the video file +

    +
    + +

    + Name of property in the data tree containing the source URL. +

    +
    + +

    + A static URL for the source of the preview image +

    +
    + +

    + Name of property in the data tree containing the poster URL. +

    +
    +
    + + + Description of the video element in the HTML5 specification. + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + +

    + Generates a wbr element. +

    +
    + + + Description of the wbr element in the HTML5 specification. + + +
    + + +