diff --git a/ccm-sci-bundle/web/themes/foundry/doc/foundry-documentation.xml b/ccm-sci-bundle/web/themes/foundry/doc/foundry-documentation.xml index 08cc0f9a9..8342a5336 100644 --- a/ccm-sci-bundle/web/themes/foundry/doc/foundry-documentation.xml +++ b/ccm-sci-bundle/web/themes/foundry/doc/foundry-documentation.xml @@ -33,6 +33,9 @@ + diff --git a/ccm-sci-bundle/web/themes/foundry/doc/static-texts/devel/tutorial-content-types.html b/ccm-sci-bundle/web/themes/foundry/doc/static-texts/devel/tutorial-content-types.html new file mode 100644 index 000000000..382ebb92d --- /dev/null +++ b/ccm-sci-bundle/web/themes/foundry/doc/static-texts/devel/tutorial-content-types.html @@ -0,0 +1,13 @@ + + + + The documentation system of Foundry + + + +

Tutorial: Adding support for Content types

+
+ Placeholder +
+ + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/global-vars.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/global-vars.xsl index 6e233e312..a015164fc 100644 --- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/global-vars.xsl +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/global-vars.xsl @@ -34,6 +34,15 @@ processor, some are read from the configuration files of Foundry and some are de exclude-result-prefixes="xsl bebop foundry ui" version="2.0"> + + Global/environment variables + +

+ Global variables either provided by the calling CCM instance or by Foundry itself. +

+
+
+ @@ -75,28 +84,40 @@ processor, some are read from the configuration files of Foundry and some are de

- The path the to theme file. This path is used at several points to load files which are - part of the theme, like CSS files, images and fonts. + The path the to theme file. This path is used at several points to load files which are + part of the theme, like CSS files, images and fonts.

- + +

The context prefix in which CCM is installed. If CCM is installed into the ROOT context of the servlet container, this variable will be empty. +

- + - The path on which the CCM dispatcher Servlet is mounted. Usually this is CCM +

+ The path on which the CCM dispatcher Servlet is mounted. Usually this is + CCM. +

+ + +

+ The name of user currently login in CCM. +

+
+
@@ -107,16 +128,20 @@ processor, some are read from the configuration files of Foundry and some are de - + - This variables stores the XML created by CCM for later access. +

+ This variable stores the XML created by CCM for later access. +

- This variables stores the XML definition of the Foundry documentation. +

+ This variables stores the XML definition of the Foundry documentation. +

@@ -126,14 +151,18 @@ processor, some are read from the configuration files of Foundry and some are de - Activate double click protection on buttons? +

+ Activate double click protection on buttons? +

- Activate double click protection on links? +

+ Activate double click protection on links? +

@@ -142,6 +171,14 @@ processor, some are read from the configuration files of Foundry and some are de + + + +

+ The language negotiated between CCM and the user agent. +

+
+
The language to use as negotiated by CCM. @@ -164,12 +201,13 @@ processor, some are read from the configuration files of Foundry and some are de
--> - + - The languages supported by this theme. They are configured in - conf/global.xml using the <supported-languages> - element. Example for german and english: -
+            

+ The languages supported by this theme. They are configured in + conf/global.xml using the <supported-languages> + element. Example for german and english: +

                 <?xml version="1.0"?>
                 <foundry:configuration>
                     …
@@ -179,16 +217,19 @@ processor, some are read from the configuration files of Foundry and some are de
                     </supported-languages>
                     …
                 </foundry:configuration>
-            
+
+

- + - The language to use by theming engine for static texts etc. The language is determined - as follows: +

+ The language to use by theme engine for static texts etc. The language is determined + as follows: +

  • If the negotiated language is also in the supported-languages
  • If not the language which set by the default attribute of the @@ -219,11 +260,13 @@ processor, some are read from the configuration files of Foundry and some are de Variables describing the user agent. ToDo: Check if we still need them. --> - + diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/foundry-doc-tags.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/foundry-doc-tags.xsl index 6c3a97b9c..9a5127326 100644 --- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/foundry-doc-tags.xsl +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/foundry-doc-tags.xsl @@ -32,7 +32,7 @@ @@ -403,6 +403,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/utils.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/utils.xsl index 76cc95e58..fe873ebac 100644 --- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/utils.xsl +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/utils.xsl @@ -23,7 +23,7 @@ + +
    +

    + +

    + +
    + +
    + + +
    +

    See also

    + +
    +
    + +
    +
    \ No newline at end of file