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