From d97bf9beb3dda1ab18385dc79e40c8931858a160 Mon Sep 17 00:00:00 2001 From: jensp Date: Wed, 20 May 2015 13:03:45 +0000 Subject: [PATCH] Foundry: Current status for support for forum git-svn-id: https://svn.libreccm.org/ccm/trunk@3420 8810af33-2d31-482b-a856-94f89814c4df --- .../foundry/lib/template-tags/forum.xsl | 302 +++++++++++++++++- 1 file changed, 301 insertions(+), 1 deletion(-) 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 index 764a501f4..2f3ae5fff 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/forum.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/forum.xsl @@ -120,19 +120,319 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ Outputs the index of the first object shown on the current page. The value is + provided by the surrounding paginator element via a XSL parameter. +

+
+
+ + + + + + + + + + +

+ Outputs the index of the last object shown on the current page. The value is + provided by the surrounding paginator element via a XSL parameter. +

+
+
+ + + + + + + + + + +

+ Outputs the number of elements in list. +

+
+
+ + + + + + + + + + +

+ Outputs the number of pages. +

+
+
+ + + + + + + + + + +

+ Outputs the number of the current page. +

+
+
+ + + + + + + + + + +

+ Outputs the size of page (the number of items on each page). +

+
+
+ + + + + + + + + + +

+ Provides the URL to the previous page of the list for an enclosed a + element. +

+
+
+ + + + + + + + + + + + + + +

+ Provides the URL to the next page of the list for an enclosed a + element. +

+
+
+ + + + + + + + + + + + + + + +

+ Provides the URL to the first page of the list for an enclosed + a element. +

+
+
+ + + + + + + + + + + + + + +

+ Provides the URL to the last page of the list for an enclosed + a element. +

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