[% USE raw %] [% USE Asset %] [% SET footerjs = 1 %] [% PROCESS 'authorities-search-results.inc' %] [% INCLUDE 'doc-head-open.inc' %] Authority search results › Authorities › Koha [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/addbiblio.css") | $raw %] [% INCLUDE 'header.inc' %] [% INCLUDE 'authorities-search.inc' %]
[% INCLUDE 'authorities-toolbar.inc' %]

Authority search results

[% IF ( total ) %]
[% pagination_bar | $raw %]

Results [% from | html %] to [% to | html %] of [% total | html %]

[% UNLESS ( isEDITORS ) %] [% END %] [% IF ( CAN_user_editauthorities ) %] [% END %] [% FOREACH resul IN result %] [% UNLESS ( resul.isEDITORS ) %] [% END %] [% IF ( CAN_user_editauthorities ) %] [% END %] [% END %]
Summary Heading typeUsed in 
[% PROCESS authresult summary=resul.summary authid=resul.authid %] [% resul.authtype | html %] [% IF resul.used > 0 %] [% resul.used | html %] record(s) [% ELSE %] 0 records [% END %]
Actions
[% INCLUDE 'authority-detail-modal.inc' %]
[% pagination_bar | $raw %]
[% ELSE %] No results found [% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'authorities_js.inc' %] [% Asset.js("js/authorities-detail-modal.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]