+ 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 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">
+
+ The tags provided by this file can be used to display the
+ properties types derived from
+ Root tag enclosing all other tags for persons. Extracts the
+ person data from the data tree and passed it to the enclosed
+ tags.
+
+ 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.
+
+ Apply the enclosed tags only if the person has a given name.
+
+ Apply the enclosed tags only if the person has a titlepre
+ property.
+
+ Apply the enclosed tags only if the person has a title post
+ property.
+
+ Extracts the URL of the personal homepage of the person (if
+ provided) and passed the URL to the enclosed tags.
+
+ Root tag for showing the contact entries of a person.
+
+ Show the address associated with contact dataset of a person.
+
+ Tags for displaying the content of a SiteProxy.
+
GenericPerson, for
+ example ccm-cms-types-member or the SciAuthor type from
+ ccm-sci-publications.
+