Bug 30161: Remove duplicate z3950_search include
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / z3950_auth_search.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% SET footerjs = 1 %]
4 [% INCLUDE 'doc-head-open.inc' %]
5 [% IF ( opsearch ) %]
6     <title>Z39.50 authority search points &rsaquo; Koha</title>
7 [% ELSE %]
8     <title>Z39.50 authority search results &rsaquo; Koha</title>
9     [% END %]
10 [% INCLUDE 'doc-head-close.inc' %]
11 <style>
12     #marcPreview { width : 90%; top: 5%; } .modal-body { max-height: 380px; } .modal-header { padding: 0 14px; } @media (max-width: 767px) { #marcPreview { margin: 0; width : auto; } }
13 </style>
14
15 <body id="cat_z3950_auth_search" class="cat">
16     <div class="container-fluid">
17
18     [% IF ( opsearch ) %]
19         <h2>Z39.50 authority search points</h2>
20         <form method="post" action="z3950_auth_search.pl" name="f" class="checkboxed">
21         <input type="hidden" name="op" id="op" value="do_search" />
22         <input type="hidden" name="authid" value="[% authid | html %]" />
23         <input type="hidden" name="index" value="[% index | html %]" />
24             <div class="row">
25             <div class="col-xs-6">
26                 <fieldset class="rows">
27                 <ol>
28                     <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li>
29                     <li><label for="controlnumber">Control number: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li>
30                     <li><label for="nameany">Name (any): </label> <input type="text" id="nameany" name="nameany" value="" /></li>
31                     <li><label for="authorany">Author (any): </label> <input type="text" id="authorany" name="authorany" value="" /></li>
32                     <li><label for="authorpersonal">Author (personal): </label> <input type="text" id="authorpersonal" name="authorpersonal" value="[% authorpersonal | html %]" /></li>
33                     <li><label for="authorcorp">Author (corporate): </label> <input type="text" id="authorcorp" name="authorcorp" value="[% authorcorp | html %]" /></li>
34                     <li><label for="authormeetingcon">Author (meeting / conference): </label> <input type="text" id="authormeetingcon" name="authormeetingcon" value="[% authormeetingcon | html %]" /></li>
35                 </ol>
36                 </fieldset>
37             </div>
38             <div class="col-xs-6">
39                 <div class="row">
40                     <fieldset class="rows">
41                     <ol>
42                         <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="[% subject | html %]" /></li>
43                         <li><label for="subjectsubdiv">Subject sub-division: </label> <input type="text" id="subjectsubdiv" name="subjectsubdiv" value="" /></li>
44                         <li><label for="title">Title (any): </label> <input type="text" id="title"  name="title" value="[% title | html %]" /></li>
45                         <li><label for="uniformtitle">Title (uniform): </label> <input type="text" id="uniformtitle"  name="uniformtitle" value="[% uniformtitle | html %]" /></li>
46                         <li><a id="resetZ3950Search" href="#"><i class="fa fa-trash"></i> Clear search form</a></li>
47                     </ol>
48                     </fieldset>
49                 </div>
50
51                 <div class="row">
52                     <h2>Search targets</h2>
53                     <div id="z3950_search_targets_auth">
54                         <span class="z3950checks"><span class="checkall"><a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a></span> | <span class="clearall"><a id="CheckNone" href="#"><i class="fa fa-remove"></i> Clear all</a></span></span>
55                     [% FOREACH serverloo IN serverloop %]
56                         <p>
57                         [% IF ( serverloo.checked ) %]
58                             <input type="checkbox" name="id" id="z3950_[% serverloo.id | html %]" value="[% serverloo.id | html %]" checked="checked" />
59                         [% ELSE %]
60                             <input type="checkbox" name="id" id="z3950_[% serverloo.id | html %]" value="[% serverloo.id | html %]" />
61                         [% END %]
62                         <label for="z3950_[% serverloo.id | html %]">[% serverloo.servername | html %]</label>
63                         </p>
64                     [% END %]
65                     </div>
66                 </div>
67             </div>
68             </div>
69             <nav class="navbar navbar-default navbar-fixed-bottom">
70                 <div class="container-fluid">
71                      <fieldset class="action"><input type="submit"  class="submit" value="Search" /> <a class="cancel close" href="#">Cancel</a></fieldset>
72                 </div>
73             </nav>
74         </form>
75 [% ELSE %]
76     <h2>Results for authority records</h2>
77     [% IF ( breeding_loop ) %]
78     <table id="resultst">
79 <thead>    <tr>
80         <th>Server</th>
81         <th>Heading</th>
82         <th>Authority type</th>
83         <th class="noExport">Actions</th>
84     </tr></thead>
85     <tbody>[% FOREACH breeding_loo IN breeding_loop %]
86         [% IF ( breeding_loo.breedingid ) %]
87         <tr id="row[% breeding_loo.breedingid | html %]">
88             <td>[% breeding_loo.server | html %]</td>
89             <td>[% breeding_loo.heading | html %]</td>
90             <td>[% breeding_loo.heading_code | html %]</td>
91             <td class="actions">
92                 <div class="btn-group dropup">
93                     <a class="btn btn-default btn-xs z3950actions" href="#">MARC</a><button class="btn-xs dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
94                     <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="cataloguesearchactions[% breeding_loo.breedingid | html %]">
95                         <li><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid | uri %]" title="MARC" class="previewData" data-action="show_marc"><i class="fa fa-eye"></i> MARC preview</a></li>
96                         <li><a href="/cgi-bin/koha/authorities/authorities.pl?breedingid=[% breeding_loo.breedingid | uri %]&authtypecode=[% breeding_loo.heading_code | uri %]&authid=[% breeding_loo.authid | uri %]&index=[% index | uri %]" class="chosen" title="Import" data-action="import"><i class="fa fa-download"></i> Import</a></li>
97                     </ul>
98                 </div>
99             </td>
100         </tr>
101         [% END %]
102     [% END %]</tbody>
103 </table>
104
105     <div id="dataPreview" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="dataPreviewLabel" aria-hidden="true">
106         <div class="modal-dialog">
107         <div class="modal-content">
108         <div class="modal-header">
109             <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
110             <h3 id="dataPreviewLabel">MARC preview</h3>
111         </div>
112         <div class="modal-body">
113             <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
114         </div>
115         </div>
116         </div>
117     </div>
118
119     <form method="post" action="z3950_auth_search.pl" id="page_form" name="page_form" class="checkboxed">
120         <input type="hidden" name="op" id="op" value="do_search" />
121         <input type="hidden" name="current_page" id="current_page" value="[% current_page | html %]" />
122         <input type="hidden" id="nameany"  name="nameany" value="[% nameany | html %]" />
123         <input type="hidden" id="authorany"  name="authorany" value="[% authorany | html %]" />
124         <input type="hidden" id="authorcorp"  name="authorcorp" value="[% authorcorp | html %]" />
125         <input type="hidden" id="authorpersonal"  name="authorpersonal" value="[% authorpersonal | html %]" />
126         <input type="hidden" id="authormeetingcon"  name="authormeetingcon" value="[% authormeetingcon | html %]" />
127         <input type="hidden" id="title"  name="title" value="[% title | html %]" />
128         <input type="hidden" id="uniformtitle"  name="uniformtitle" value="[% uniformtitle | html %]" />
129         <input type="hidden" id="subject" name="subject" value="[% subject | html %]" />
130         <input type="hidden" id="subjectsubdiv" name="subjectsubdiv" value="[% subjectsubdiv | html %]" />
131         <input type="hidden" id="heading"  name="heading" value="[% heading | html %]" />
132         <input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" />
133         <input type="hidden" name="authid" value="[% authid | html %]" />
134
135         [% FOREACH server IN servers %]
136         <input type="hidden" name="id" id="z3950_[% server.id | html %]" value="[% server.id | html %]" />
137         [% END %]
138
139         [% IF ( show_prevbutton ) %]
140             <input type="button" name="changepage_prev" value="Previous page" data-currentpage="[% current_page | html %]" />
141         [% END %]
142         Page [% current_page | html %] / [% total_pages | html %]
143         [% IF ( show_nextbutton ) %]
144             <input type="button" name="changepage_next" value="Next page" data-currentpage="[% current_page | html %]" />
145         [% END %]
146         <br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page | html %]" size="4" type="text" /><input type="submit" name="changepage_goto" value="Go" />
147     </form>
148
149 <p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_auth_search.pl"><input type="hidden" name="authid" value="[% authid | html %]" /><input type="submit" value="Try another search"/></form></p>
150     [% ELSE %]
151         [% IF ( errconn ) %]
152             <div class="dialog alert">
153                 <ul>
154                 [% FOREACH errcon IN errconn %]
155                     [% IF ( errcon.error == '10000' ) %]<li>Connection failed to [% errcon.server | html %]</li>
156                     [% ELSIF ( errcon.error == '10007' ) %]<li>Connection timeout to [% errcon.server | html %]</li>[% END %]
157                 [% END %]
158                 </ul>
159             </div>
160          [% END %]
161    <div class="dialog message">Nothing found.</div>
162     <p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_auth_search.pl"><input type="hidden" name="authid" value="[% authid | html %]" /><input type="submit" value="Try another search"/></form></p>
163     [% END %]
164
165 [% END %]
166
167 [% IF ( numberpending ) %]<h3 align="center">Still [% numberpending | html %] servers to search</h3>[% END %]
168
169 [% MACRO jsinclude BLOCK %]
170     [% INCLUDE 'datatables.inc' %]
171     [% INCLUDE 'z3950_search.inc' %]
172     [% Asset.js("js/z3950_search.js") | $raw %]
173     <script>
174         $(document).ready(function(){
175             $("#resultst").dataTable($.extend(true, {}, dataTablesDefaults, {
176                 "sDom": 't',
177                 "aoColumnDefs": [
178                     { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false },
179                 ],
180                 "aaSorting": [[ 1, "asc" ]],
181                 "bPaginate": false
182             }));
183             InitLastAction();
184         });
185     </script>
186 [% END %]
187
188 [% INCLUDE 'intranet-bottom.inc' popup_window=1 %]