diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/mpa.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/mpa.xsl index c9f3e2f2d..7ca8ca9ac 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/mpa.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/mpa.xsl @@ -28,6 +28,16 @@ exclude-result-prefixes="xsl xs bebop cms foundry nav ui" version="2.0"> + + Tags for ccm-cms-types-mparticle + +

+ This file provides tags for displaying the contents of a + Multipart Article. +

+
+
+

diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/news.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/news.xsl index c9beec245..644debeaf 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/news.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/news.xsl @@ -28,6 +28,15 @@ exclude-result-prefixes="xsl xs bebop cms foundry nav ui" version="2.0"> + + Tags for ccm-cms-types-newsitem + +

+ Tags for displaying the special properties of a NewsItem. +

+ + +

diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/person.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/person.xsl index 145cb9b22..b2a6ca596 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/person.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/person.xsl @@ -28,6 +28,27 @@ exclude-result-prefixes="xsl xs bebop cms foundry nav ui" version="2.0"> + + Tags for person types + +

+ The tags provided by this file can be used to display the + properties types derived from GenericPerson, for + example ccm-cms-types-member or the SciAuthor type from + ccm-sci-publications. +

+ + + + + +

+ Root tag enclosing all other tags for persons. Extracts the + person data from the data tree and passed it to the enclosed + tags. +

+
+
@@ -38,30 +59,67 @@ + + +

+ Displays the surname of a person. +

+
+
+ + +

+ Displays the given name of person. +

+
+
+ + +

+ Displays the titlepre property of person (used for example for + titles like Prof. or Dr.. +

+
+
+ + +

+ Displays the titlepost property of person (used for example for + titles like PhD. +

+
+
+ + +

+ Apply the enclosed tags only if the person has a surname. +

+
+
@@ -70,6 +128,13 @@ + + +

+ Apply the enclosed tags only if the person has a given name. +

+
+
@@ -78,6 +143,14 @@ + + +

+ Apply the enclosed tags only if the person has a titlepre + property. +

+
+
@@ -86,6 +159,14 @@ + + +

+ Apply the enclosed tags only if the person has a title post + property. +

+
+
@@ -94,6 +175,14 @@ + + +

+ Extracts the URL of the personal homepage of the person (if + provided) and passed the URL to the enclosed tags. +

+
+
@@ -122,6 +211,13 @@ + + +

+ Root tag for showing the contact entries of a person. +

+
+
@@ -139,6 +235,13 @@ + + +

+ Show the address associated with contact dataset of a person. +

+
+
diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/siteproxy.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/siteproxy.xsl index b46176048..191c564d4 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/siteproxy.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/siteproxy.xsl @@ -28,6 +28,15 @@ exclude-result-prefixes="xsl xs bebop cms foundry nav ui" version="2.0"> + + Tags for ccm-cms-types-siteproxy + +

+ Tags for displaying the content of a SiteProxy. +

+
+
+