From 51512973735ab40582665470bb61815cbd4e6283 Mon Sep 17 00:00:00 2001 From: jensp Date: Fri, 15 May 2015 09:44:47 +0000 Subject: [PATCH] Foundry: First part of support for ccm-forum git-svn-id: https://svn.libreccm.org/ccm/trunk@3404 8810af33-2d31-482b-a856-94f89814c4df --- .../foundry/foundry/lib/template-tags.xsl | 1 + .../foundry/lib/template-tags/forum.xsl | 138 ++++++++++++++++++ 2 files changed, 139 insertions(+) create mode 100644 ccm-core/web/themes/foundry/foundry/lib/template-tags/forum.xsl diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags.xsl index b2ed4655c..e896af7b9 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags.xsl @@ -26,6 +26,7 @@ + diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/forum.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/forum.xsl new file mode 100644 index 000000000..764a501f4 --- /dev/null +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/forum.xsl @@ -0,0 +1,138 @@ + + + + + + Forum + +

+ This file defines several tags for displaying a Forum + (ccm-forum). +

+
+
+ + + +

+ Show the name of the forum. +

+
+
+ + + + + + +

+ Applies the enclosed tags only if there is a forum introduction. +

+
+
+ + + + + + + + +

+ Shows the introducation text of a forum. +

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