[% USE raw %]
[% USE Asset %]
[% USE Branches %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
[% INCLUDE 'rotating-collections-toolbar.inc' %]
Rotating collections
[% IF ( collectionsLoop ) %]
Title |
Description |
Current location |
|
[% FOREACH collectionsLoo IN collectionsLoop %]
[% collectionsLoo.colTitle | html %] |
[% collectionsLoo.colDesc | html %] |
[% Branches.GetName( collectionsLoo.colBranchcode ) | html %] |
|
[% END %]
[% ELSE %]
There are no collections currently defined.
[% END %]
[% MACRO jsinclude BLOCK %]
[% INCLUDE 'datatables.inc' %]
[% Asset.js("js/tools-menu.js") | $raw %]
[% Asset.js("js/rotating-collections.js") | $raw %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]