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