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