[% USE raw %] [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% USE Koha %] [% USE KohaDates %] Koha › Catalog › Search history [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Search history

[% IF ( current_biblio_searches ) %]

Current session

[% FOREACH s IN current_biblio_searches %] [% END %]
Date Search Results
[% s.time |$KohaDates with_hours => 1 %] [% s.query_desc | html %] [% s.total | html %]
[% END %] [% IF ( previous_biblio_searches ) %]

Previous sessions

[% FOREACH s IN previous_biblio_searches %] [% END %]
Date Search Results
[% s.time |$KohaDates with_hours => 1 %] [% s.query_desc | html %] [% s.total | html %]
[% END %] [% IF !current_biblio_searches && !previous_biblio_searches %]

Your catalog search history is empty.

[% END %]
[% IF ( current_authority_searches ) %]

Current session

[% FOREACH s IN current_authority_searches %] [% END %]
Date Search Results
[% s.time |$KohaDates with_hours => 1 %] [% s.query_desc | html %] [% s.total | html %]
[% END %] [% IF ( previous_authority_searches ) %]

Previous sessions

[% FOREACH s IN previous_authority_searches %] [% END %]
Date Search Results
[% s.time |$KohaDates with_hours => 1 %] [% s.query_desc | html %] [% s.total | html %]
[% END %] [% IF !current_authority_searches && !previous_authority_searches %]

Your authority search history is empty.

[% END %]
[% # /authority_tab %]
[% # /tabs %]
[% # /div.col-md-8 %]
[% # /div.row %] [% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]