[% USE raw %] [% USE Asset %] [% USE Branches %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% t("Rotating collections") | html %] › [% t("Tools") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Tools [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Rotating collections [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]
[% INCLUDE 'rotating-collections-toolbar.inc' %]

Rotating collections

[% IF ( collectionsLoop ) %]
[% FOREACH collectionsLoo IN collectionsLoop %] [% END %]
Title Description Current library  
[% collectionsLoo.colTitle | html %] [% collectionsLoo.colDesc | html %] [% Branches.GetName( collectionsLoo.colBranchcode ) | html %]
[% 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' %]