From 97d238d181cc52ee340540ba57330f8a6ad8888b Mon Sep 17 00:00:00 2001 From: jensp Date: Fri, 8 May 2015 15:43:17 +0000 Subject: [PATCH] Foundry: Filters of object lists git-svn-id: https://svn.libreccm.org/ccm/trunk@3384 8810af33-2d31-482b-a856-94f89814c4df --- .../foundry/lib/template-tags/object-list.xsl | 465 ++++++++++++++++++ 1 file changed, 465 insertions(+) diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/object-list.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/object-list.xsl index e69de29bb..b44d971e7 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/object-list.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/object-list.xsl @@ -0,0 +1,465 @@ + + + ]> + + + + + Object lists + +

+ This tags are used to create the HTML representation of + object lists. +

+
+
+ + + +

+ Root tag for an object list. Checks if there is an object list + and outputs it using the HTML definied in it if there is any. +

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

+ Defines the HTML for outputting an individual object in an + object list. +

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

+ Root element for creating the paginator for an object list. Provides the paginator + data for the elements enclosed by this element via XSL parameters. The content is + of this element is only processed if the number of pages is greater than one or + if the show attribute is set to always. +

+
+ + +

+ If set to always the paginator is shown even if there is only one + page. +

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

+ 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