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