Bug 20538: Remove the need of writing [% KOHA_VERSION %] everywhere
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / z3950_search.tt
1 [% USE Asset %]
2 [% SET footerjs = 1 %]
3 [% INCLUDE 'doc-head-open.inc' %]
4 <title>Koha &rsaquo; Z39.50/SRU search results</title>
5 [% INCLUDE 'doc-head-close.inc' %]
6 [% Asset.css("css/datatables.css") %]
7 <style type="text/css">
8 #dataPreview { width : 90%; top: 5%; } .modal-body { max-height: 380px; } .modal-header { padding: 0 14px; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }
9 </style>
10 </head>
11
12     <body id="cat_z3950_search" class="cat">
13     <div class="container-fluid">
14
15           [% IF ( opsearch ) %]
16 <h2>Z39.50/SRU search</h2>
17     <form method="post" action="z3950_search.pl" name="f" class="checkboxed">
18         <div class="row">
19             <div class="col-xs-6">
20     <input type="hidden" name="op" id="op" value="do_search" />
21             <fieldset class="rows"> 
22         <ol>
23         <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn | html %]" /></li>
24         <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn | html %]" /></li>
25         <li><label for="title">Title: </label> <input type="text" id="title"  name="title" value="[% title |html %]" /></li>
26         <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li>
27         <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
28         <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li>
29         <li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li>
30         <li><label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li>
31         <li><label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="" /></li>
32         <li><label for="stdid">Standard ID: </label> <input type="text" id="stdid" name="stdid" value="" /></li>
33         <li><a id="resetZ3950Search" href="#"><i class="fa fa-trash"></i> Clear search form</a></li>
34         </ol>
35     <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
36     <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" />
37     </div>
38     <div class="col-xs-6">
39       <h2>Search targets</h2>
40       <div id="z3950_search_targets">
41         <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>
42     [% FOREACH serverloo IN serverloop %]
43         <p> 
44             [% IF ( serverloo.checked ) %]
45                 <input type="checkbox" name="id" id="z3950_[% serverloo.id %]" value="[% serverloo.id %]" checked="checked" />
46             [% ELSE %]
47                 <input type="checkbox" name="id" id="z3950_[% serverloo.id %]" value="[% serverloo.id %]" />
48             [% END %]
49             <label for="z3950_[% serverloo.id %]">[% serverloo.servername %]</label>
50
51         </p>
52     [% END %]
53             </div>
54         </div>
55     </div>
56     <nav class="navbar navbar-default navbar-fixed-bottom">
57         <div class="container-fluid">
58             <fieldset class="action"><input type="submit"  class="submit" value="Search" /> <a class="cancel close" href="#">Cancel</a></fieldset>
59         </div>
60     </nav>
61     </form>
62
63
64 [% ELSE %]
65     <div class="row">
66         <div class="col-xs-12">
67     <h2>Results</h2>
68     <p>You searched for:
69         [% IF ( title ) %]<em>Title: </em><span class="term">[% title | html %]</span> [% END %]
70         [% IF ( author ) %]<em>Author: </em><span class="term">[% author | html %]</span> [% END %]
71         [% IF ( isbn ) %]<em>ISBN: </em><span class="term">[% isbn | html %]</span> [% END %]
72         [% IF ( issn ) %]<em>ISSN: </em><span class="term">[% issn | html %]</span> [% END %]
73         [% IF ( lccall ) %]<em>LC call number: </em><span class="term">[% lccall | html %]</span> [% END %]
74         [% IF ( subject ) %]<em>Subject heading: </em><span class="term">[% subject | html %]</span> [% END %]
75         [% IF ( controlnumber ) %]<em>Control no: </em><span class="term">[% controlnumber | html %]</span> [% END %]
76         [% IF ( dewey ) %]<em>Dewey: </em><span class="term">[% dewey | html %]</span> [%END %]
77         [% IF ( srchany ) %]<em>Raw (any): </em><span class="term">[% srchany | html %]</span> [% END %]
78         [% IF ( stdid ) %]<em>Standard ID: </em><span class="term">[% stdid | html %]</span> [% END %]
79     </p>
80     [% IF ( errconn ) %]
81             <div class="dialog alert">
82                 <ul>
83                 [% FOREACH errcon IN errconn %]
84                     [% IF ( errcon.error == '10000' ) %]<li>Connection failed to [% errcon.server %]</li>
85                     [% ELSIF ( errcon.error == '10007' ) %]<li>Connection timeout to [% errcon.server %]</li>
86                     [% ELSIF ( errcon.error == 'xslt_err' ) %]<li>[% errcon.server %]: Warning: XSLT error on search result [% errcon.seq %]</li>
87                     [% ELSE %]<li>[% errcon.server %] record [% errcon.seq %]: [% errcon.error %]</li>
88                     [% END %]
89                 [% END %]
90                 </ul>
91             </div>
92     [% END %]
93
94     [% IF ( breeding_loop ) %]
95     <table id="resultst">
96 <thead>    <tr>
97         <th>Server</th>
98         <th>Title</th>
99         <th>Author</th>
100         <th>Date</th>
101         <th>Edition</th>
102         <th>ISBN</th>
103         <th>LCCN</th>
104         <th>Actions</th>
105     </tr></thead>
106     <tbody>[% FOREACH breeding_loo IN breeding_loop %]
107         [% IF ( breeding_loo.breedingid ) %]
108
109             <tr id="row[% breeding_loo.breedingid %]">
110             <td>[% breeding_loo.server %]</td>
111             <td>[% breeding_loo.title |html %]</td>
112             <td>[% breeding_loo.author %]</td>
113             <td>[% breeding_loo.date %]</td>
114             <td>[% breeding_loo.edition %]</td>
115             <td>[% breeding_loo.isbn %]</td>
116             <td>[% breeding_loo.lccn %]</td>
117
118             <td>
119                 <div class="dropdown">
120                     <a class="btn btn-default btn-xs dropdown-toggle" id="cataloguesearchactions[% breeding_loo.breedingid %]" role="button" data-toggle="dropdown" href="#">
121                       Actions <b class="caret"></b>
122                     </a>
123                     <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="cataloguesearchactions[% breeding_loo.breedingid %]">
124                         <li><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" title="MARC" class="previewData"><i class="fa fa-eye"></i> MARC preview</a></li>
125                         <li><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid %]" title="Card" class="previewData"><i class="fa fa-eye"></i> Card preview</a></li>
126                         <li><a href="#" class="import_record" data-breedingid="[% breeding_loo.breedingid %]" data-biblionumber="[% breeding_loo.biblionumber %]" data-frameworkcode="[% frameworkcode | uri %]"><i class="fa fa-download"></i> Import</a></li>
127                     </ul>
128                 </div>
129             </td>
130         </tr>
131         [% END %]
132     [% END %]</tbody>
133 </table>
134
135 <div id="dataPreview" class="modal" tabindex="-1" role="dialog" aria-labelledby="dataPreviewLabel" aria-hidden="true">
136     <div class="modal-dialog">
137     <div class="modal-content">
138     <div class="modal-header">
139         <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
140         <h3 id="dataPreviewLabel">Preview</h3>
141     </div>
142     <div class="modal-body">
143         <div id="loading"> <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /> Loading </div>
144     </div>
145     </div>
146     </div>
147 </div>
148
149
150     <form method="post" action="z3950_search.pl" id="page_form" name="page_form" class="checkboxed">
151         <input type="hidden" name="op" id="op" value="do_search" />
152         <input type="hidden" name="current_page" id="current_page" value="[% current_page %]" />
153         <input type="hidden" id="title"  name="title" value="[% title | html %]" />
154         <input type="hidden" id="isbn" name="isbn" value="[% isbn | html %]" />
155         <input type="hidden" id="lccall" name="lccall" value="[% lccall | html %]" />
156         <input type="hidden" id="controlnumber" name="controlnumber" value="[% controlnumber | html %]" />
157         <input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" />
158         <input type="hidden" id="author" name="author" value="[% author | html %]" />
159         <input type="hidden" id="subject" name="subject" value="[% subject | html %]" />
160         <input type="hidden" id="dewey" name="dewey" value="[% dewey | html %]" />
161         <input type="hidden" id="stdid" name="stdid" value="[% stdid | html %]" />
162         <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
163         <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" />
164
165         [% FOREACH server IN servers %]
166         <input type="hidden" name="id" id="z3950_[% server.id %]" value="[% server.id %]" />
167         [% END %]
168
169         [% IF ( show_prevbutton ) %]
170             <input type="button" name="changepage_prev" value="Previous page" data-currentpage="[% current_page %]" />
171         [% END %]
172         Page [% current_page %] / [% total_pages %]
173         [% IF ( show_nextbutton ) %]
174             <input type="button" name="changepage_next" value="Next page" data-currentpage="[% current_page %]" />
175         [% END %]
176         <br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page %]" size="4" /><input type="submit" name="changepage_goto" value="Go" />
177     </form>
178
179     [% ELSE %]
180         <div class="dialog message">Nothing found.</div>
181     [% END %]
182 <p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_search.pl"><input type="hidden" name="biblionumber" value="[% biblionumber | html %]"/><input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]"/><input type="submit" value="Try another search"/></form></p>
183
184 [% END %]
185
186 </div>
187 </div>
188 [% IF ( numberpending ) %]<h3 align="center">Still [% numberpending %] servers to search</h3>[% END %]
189
190 [% MACRO jsinclude BLOCK %]
191     [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") %]
192     [% Asset.js("js/z3950_search.js") %]
193     [% INCLUDE 'datatables.inc' %]
194     <script type="text/javascript">
195         $(document).ready(function(){
196
197             $(".dropdown").on("hidden.bs.dropdown", function(){
198                 // Reset menu styles so that a click on the
199                 // original dropdown button toggle works correctly
200                 $(".dropdown").css("position","absolute");
201                 $(".dropdown-menu").css({
202                     "top" : "100%",
203                     "left" : "auto",
204                     "right" : 0
205                 });
206             });
207
208             $("#resultst").dataTable($.extend(true, {}, dataTablesDefaults, {
209                 "sDom": 't',
210                 "aoColumnDefs": [
211                     { "aTargets": [ -1,-2,-3 ], "bSortable": false, "bSearchable": false },
212                     { "aTargets": [ 1 ], "sType": "nsb-nse" },
213                 ],
214                 "aaSorting": [[ 1, "asc" ]],
215                 "bPaginate": false
216             }));
217
218             /* Display actions menu anywhere the table is clicked */
219             $("td").click(function(event){
220                 var tgt = $(event.target);
221                 var row = $(this).parent();
222                 var rowid = row.attr("id");
223                 $("tr").removeClass("highlighted-row");
224                 row.addClass("highlighted-row");
225                 $(".dropdown").removeClass("open");
226                 if(tgt.is("a")||tgt.is(":nth-child(8)")){
227                     // Don't show inline links for cells containing links of their own.
228                 } else {
229                     event.stopPropagation();
230                     var dropdown = $(".dropdown", row);
231                     dropdown.addClass("open");
232                     var position = $(this).offset();
233                     var top = position.top + 5;
234                     var left = position.left + 5;
235                     dropdown.css("position","unset");
236                     $(".dropdown-menu", row).css({
237                         "top" : top,
238                         "left" : left,
239                         "right" : "unset"
240                     });
241
242                }
243             });
244         });
245     </script>
246     [% INCLUDE 'z3950_search.inc' %]
247 [% END %]
248
249 [% INCLUDE 'intranet-bottom.inc' popup_window=1 %]