Bug 34791: Add links to HTML Customizations to CookieConsent preferences
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / authorities / auth_finder.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% PROCESS 'i18n.inc' %]
4 [% SET footerjs = 1 %]
5 [% INCLUDE 'doc-head-open.inc' %]
6 <title>[% FILTER collapse %]
7     [% t("Cataloging authority plugin") | html %] &rsaquo;
8     [% t("Koha") | html %]
9 [% END %]</title>
10 [% INCLUDE 'doc-head-close.inc' %]
11 <style>
12 #clear-form {
13     border:0;
14     background:none;
15     color:#004d99;
16     padding-left:1em;
17 }
18 #clear-form:hover {
19     color:#538200;
20 }
21 </style>
22 </head>
23
24 <body id="auth_auth_finder" class="auth">
25     <div class="container-fluid">
26
27 <h1>Authority search</h1>
28 [% INCLUDE 'auth-finder-search.inc' %]
29
30 [% MACRO jsinclude BLOCK %]
31     <script>
32         var index = "[% index | html %]";
33         var authtypecode = "[% authtypecode | html %]";
34     </script>
35     [% Asset.js("js/auth-finder-search.js") | $raw %]
36 [% END %]
37
38 [% INCLUDE 'intranet-bottom.inc' popup_window = 1 %]