Bug 18904: (follow-up) Rebase onto 14769
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / authorities / auth_finder.tt
1 [% SET footerjs = 1 %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 <title>Koha &rsaquo; Cataloging authority plugin</title>
4 [% INCLUDE 'doc-head-close.inc' %]
5 </head>
6
7 <body id="auth_auth_finder" class="auth">
8     <div class="container-fluid">
9
10 <h1>Authority search</h1>
11 [% INCLUDE 'auth-finder-search.inc' %]
12
13 [% MACRO jsinclude BLOCK %]
14     <script type="text/javascript">
15         var index = "[% index %]";
16         var authtypecode = "[% authtypecode %]";
17     </script>
18     <script type="text/javascript" src="[% interface %]/[% theme %]/js/auth-finder-search_[% KOHA_VERSION %].js"></script>
19 [% END %]
20
21 [% INCLUDE 'intranet-bottom.inc' popup_window = 1 %]