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

+ Tags for displaying the special properties for SciDepartment. +

+
+
+ + + +

+ Displays the description of a SciDepartment. +

+
+
@@ -43,6 +59,13 @@ + + +

+ Displays the short description of a SciDepartment. +

+
+
@@ -56,29 +79,13 @@ - - - - - - - - - - - - - - - - - - - - - - - + + +

+ Root tag for rendering a list of the heads of the department +

+
+
@@ -93,6 +100,18 @@ + + +

+ Renders a department head entry. To display the data from the + person item use a content-item tag with the mode + attribute set to the view mode you want to use (usually + list). If you want a different look than for + normal object lists you can use the style + attribute. +

+
+
@@ -126,6 +145,13 @@ + + +

+ Root tag for rendering a list of the vice heads of the department +

+
+
@@ -140,6 +166,18 @@ + + +

+ Renders a department vice head entry. To display the data from the + person item use a content-item tag with the mode + attribute set to the view mode you want to use (usually + list). If you want a different look than for + normal object lists you can use the style + attribute. +

+
+
@@ -172,7 +210,14 @@ - + + + +

+ Root tag for rendering a list of the secretaries of the department +

+
+
@@ -187,6 +232,18 @@ + + +

+ Renders a department secretariat entry. To display the data from the + person item use a content-item tag with the mode + attribute set to the view mode you want to use (usually + list). If you want a different look than for + normal object lists you can use the style + attribute. +

+
+
@@ -220,6 +277,13 @@ + + +

+ Root tag for rendering a list of the members of the department. +

+
+
@@ -235,6 +299,14 @@ + + +

+ Renders a member entry. The output the member use the + content-item. +

+
+
@@ -273,6 +345,13 @@ + + +

+ Root tag for rendering a list of the projects of the department. +

+
+
@@ -288,6 +367,14 @@ + + +

+ Renders a project entry. The output the member use the + content-item. +

+
+
diff --git a/ccm-sci-bundle/bundles/devel/cfg/project.xml b/ccm-sci-bundle/bundles/devel/cfg/project.xml index 5fb48ff15..ddcd25764 100644 --- a/ccm-sci-bundle/bundles/devel/cfg/project.xml +++ b/ccm-sci-bundle/bundles/devel/cfg/project.xml @@ -9,7 +9,7 @@ name="ScientificCMS" prettyName="Scientific CMS" version="2.3.0" - release="devel-SNAPSHOT-r3317" + release="devel-SNAPSHOT-r3418" webxml="sci-web.xml" portletxml="sci-portlet.xml" webapp="libreccm"