[% USE raw %] [% USE Asset %] [% SET footerjs = 1 %] [% PROCESS 'authorities-search-results.inc' %] [% INCLUDE 'doc-head-open.inc' %] Koha › Cataloging authority plugin [% INCLUDE 'doc-head-close.inc' %]

Authority search results

[% INCLUDE 'auth-finder-search.inc' %] [% IF ( total ) %]
[% IF ( displayprev ) %] << [% END %] [% FOREACH number IN numbers %] [% IF ( number.highlight ) %] [% number.number | html %] [% ELSE %] [% number.number | html %] [% END %] [% END %] [% IF ( displaynext ) %] >> [% END %]

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

[% ELSE %]

No results found

[% END %]
[% IF ( result ) %]
[% FOREACH resul IN result %] [% END %]
Summary Used Get it! Other action
[% PROCESS authresult summary=resul.summary %] [% resul.used | html %] times [% IF resul.summary && resul.summary.authorized && resul.summary.authorized.size > 1 %] [% FOREACH authorized IN resul.summary.authorized %] [% loop.count | html %] [% END %] [% ELSE %] Choose [% END %] Edit authority
[% IF ( displayprev ) %] << [% END %] [% FOREACH number IN numbers %] [% IF ( number.highlight ) %] [% number.number | html %] [% ELSE %] [% number.number | html %] [% END %] [% END %] [% IF ( displaynext ) %] >> [% END %]
[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/auth-finder-search.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' popup_window = 1 %]