Bug 23983: Contextualization of 'Order' (verb) vs 'Order' (noun)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / z3950_search.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [%# USE the plugin and define some macros %]
4 [% PROCESS 'i18n.inc' %]
5 [% SET footerjs = 1 %]
6 [% INCLUDE 'doc-head-open.inc' %]
7 <title>Koha &rsaquo; Acquisitions &rsaquo; [% IF ( opsearch ) %]Order from external source[% ELSE %]Order from external source &rsaquo; Search results[% END %]</title>
8 [% INCLUDE 'doc-head-close.inc' %]
9 [% USE Koha %]
10
11 <style>
12 .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;}
13 .linktools a { font-size : 85%; text-decoration:none; padding:.3em;background-color:#FFF; display:block;float:left;border-right:1px solid #DDD;}
14 .linktools a:hover { background-color:#EEE;color:#CC3300;border-right:1px solid #CCC;}
15 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : transparent !important; } #dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }
16 </style>
17 </head>
18
19 <body id="acq_z3950_search" class="acq">
20 [% INCLUDE 'header.inc' %]
21 [% INCLUDE 'acquisitions-search.inc' %]
22
23 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketno | html %]</a> &rsaquo; [% IF ( opsearch ) %]Order from external source[% ELSE %]<a href="/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">Order from external source</a> &rsaquo; Search results[% END %]</div>
24
25 <div class="main container-fluid">
26       [% IF ( opsearch ) %]
27     <form method="post" action="z3950_search.pl" name="f" class="checkboxed">
28     <div class="row">
29     <div class="col-sm-6">
30     <h2>Order from external source</h2>
31     <input type="hidden" name="op" id="op" value="do_search" />
32             <fieldset class="rows">
33          <ol>
34              <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn | html %]" /></li>
35              <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn | html %]" /></li>
36              <li><label for="searchtitle">Title: </label> <input type="text" id="searchtitle"  name="title" value="[% title | html %]" class="focus" /></li>
37              <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li>
38              <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
39              <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li>
40              <li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li>
41              <li><label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li>
42              <li><label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="" /></li>
43              <li><label for="stdid">Standard ID: </label> <input type="text" id="stdid" name="stdid" value="" /></li>
44              <li><label for="frameworkcode" >Select MARC framework:</label>
45              <select id="frameworkcode" name="frameworkcode" >
46              <option value="">Default</option>
47                  [% FOREACH framework IN frameworks %]
48                     <option value="[% framework.frameworkcode | html %]" >[% framework.frameworktext | html %]</option>
49                  [% END %]
50               </select>
51               </li>
52               <li><a id="resetZ3950Search" href="#"><i class="fa fa-trash"></i> Clear search form</a></li>
53          </ol>
54     </fieldset>
55     <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
56     <input type="hidden" name="basketno" value="[% basketno | html %]" />
57     <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
58     </div> <!-- /.col-sm-6 -->
59 <div class="col-sm-6">
60 <h2>Search targets</h2>
61     <div id="z3950_search_targets_acq">
62         <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>
63     [% FOREACH serverloo IN serverloop %]
64         <p>
65             [% IF ( serverloo.checked ) %]
66                 <input type="checkbox" name="id" id="z3950_[% serverloo.id | html %]" value="[% serverloo.id | html %]" checked="checked" />
67             [% ELSE %]
68                 <input type="checkbox" name="id" id="z3950_[% serverloo.id | html %]" value="[% serverloo.id | html %]" />
69             [% END %]
70             <label for="z3950_[% serverloo.id | html %]">[% serverloo.servername | html %] [[% serverloo.host | html %]]</label>
71
72         </p>
73     [% END %]
74     </div> <!-- /#z3950_search-targets_acq -->
75   </div> <!-- /.col-sm-6 -->
76 </div> <!-- /.row -->
77
78 <div class="row">
79     <div class="col-md-12">
80     <fieldset class="action"><input type="submit"  class="submit" value="Search" /> <a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">Cancel</a></fieldset>
81     </div>
82 </div>
83 </form>
84
85
86 [% ELSE %]
87     <div class="row">
88     <div class="col-md-12">
89     <h2>Search results</h2>
90
91     <p>You searched for:
92         [% IF ( title ) %]<em>Title: </em><span class=term>[% title | html %]</span> [% END %]
93         [% IF ( author ) %]<em>Author: </em><span class=term>[% author | html %]</span> [% END %]
94         [% IF ( isbn ) %]<em>ISBN: </em><span class=term>[% isbn | html %]</span> [% END %]
95         [% IF ( issn ) %]<em>ISSN: </em><span class=term>[% issn | html %]</span> [% END %]
96         [% IF ( lccall ) %]<em>LC call number: </em><span class=term>[% lccall | html %]</span> [% END %]
97         [% IF ( subject ) %]<em>Subject heading: </em><span class=term>[% subject | html %]</span> [% END %]
98         [% IF ( controlnumber ) %]<em>Control no: </em><span class=term>[% controlnumber | html %]</span> [% END %]
99         [% IF ( dewey ) %]<em>Dewey: </em><span class=term>[% dewey | html %]</span> [%END %]
100     </p>
101
102     [% IF ( breeding_loop ) %]
103     <table id="resultst">
104     <thead><tr>
105         <th>Server</th>
106         <th>Title</th>
107         <th>Author</th>
108         <th>ISBN</th>
109         <th>LCCN</th>
110         [% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' ) %]
111             <th>Additional fields</th>
112         [% END %]
113         <th>Preview</th>
114         <th>&nbsp;</th>
115     </tr></thead>
116     <tbody>[% FOREACH breeding_loo IN breeding_loop %]
117         [% IF ( breeding_loo.breedingid ) %]
118
119         <tr>
120             <td>[% breeding_loo.server | html %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid | uri %]" class="previewData">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid | html %]" class="previewData">Preview card</a> <a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode | uri %]&amp;breedingid=[% breeding_loo.breedingid | html %]&amp;booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">[% tp('verb', 'Order') | html %]</a> <a href="#" id="closemenu" title="Close this menu"> X </a></div></td>
121             <td>[% breeding_loo.title | html %]</td>
122             <td>[% breeding_loo.author | html %]</td>
123             <td>[% breeding_loo.isbn | html %]</td>
124             <td>[% breeding_loo.lccn | html %]</td>
125             [% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' ) %]
126             <td>
127                 <dl>
128                   [% FOREACH addnumberfield IN breeding_loo.addnumberfields %]
129                     [% FOREACH string IN breeding_loo.$addnumberfield %]
130                         <dt>[% addnumberfield | html %]:</dt>
131                         <dd>[% string | html %]</dd>
132                     [% END %]
133                   [% END %]
134                </dl>
135             </td>
136             [% END %]
137             <td>
138                 <div class="dropdown">
139                     <a class="btn btn-default btn-xs dropdown-toggle" id="z3950preview[% breeding_loo.breedingid | uri %]" role="button" data-toggle="dropdown" href="#">
140                         Preview <b class="caret"></b>
141                     </a>
142                     <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="z3950preview[% breeding_loo.breedingid | html %]">
143                         <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</a></li>
144                         <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</a></li>
145                     </ul>
146                 </div>
147             </td>
148             <td class="actions"><a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode | uri %]&amp;breedingid=[% breeding_loo.breedingid | uri %]&amp;booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> [% tp('verb', 'Order') | html %]</a></td>
149         </tr>
150         [% END %]
151     [% END %]</tbody>
152 </table>
153
154
155     <div id="dataPreview" class="modal" tabindex="-1" role="dialog" aria-labelledby="dataPreviewLabel" aria-hidden="true">
156         <div class="modal-dialog">
157         <div class="modal-content">
158         <div class="modal-header">
159             <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
160             <h3 id="dataPreviewLabel">MARC preview</h3>
161         </div>
162         <div class="modal-body">
163             <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
164         </div>
165         <div class="modal-footer">
166             <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
167         </div>
168         </div>
169         </div>
170     </div>
171
172     <form method="post" action="z3950_search.pl" id="page_form" name="page_form" class="checkboxed">
173         <input type="hidden" name="op" id="op" value="do_search" />
174         <input type="hidden" name="current_page" id="current_page" value="[% current_page | html %]" />
175         <input type="hidden" id="searchtitle"  name="title" value="[% title | html %]" />
176         <input type="hidden" id="isbn" name="isbn" value="[% isbn | html %]" />
177         <input type="hidden" id="lccall" name="lccall" value="[% lccall | html %]" />
178         <input type="hidden" id="author" name="author" value="[% author | html %]" />
179         <input type="hidden" id="subject" name="subject" value="[% subject | html %]" />
180         <input type="hidden" id="dewey" name="dewey" value="[% dewey | html %]" />
181         <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" />
182         <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
183         <input type="hidden" name="controlnumber" value="[% controlnumber | html %]" />
184         <input type="hidden" name="basketno" value="[% basketno | html %]" />
185         <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
186
187         [% FOREACH server IN servers %]
188         <input type="hidden" name="id" id="z3950_[% server.id | html %]" value="[% server.id | html %]" />
189         [% END %]
190
191         [% IF ( show_prevbutton ) %]
192             <input type="button" name="changepage_prev" value="Previous page" data-currentpage="[% current_page | html %]" />
193         [% END %]
194         Page [% current_page | html %] / [% total_pages | html %]
195         [% IF ( show_nextbutton ) %]
196             <input type="button" name="changepage_next" value="Next page" data-currentpage="[% current_page | html %]" />
197         [% END %]
198         <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" />
199     </form>
200
201     [% ELSE %]
202         [% IF ( emptyserverlist ) %]
203             <div class="dialog alert">You didn't select any external target.</div>
204         [% ELSE %]
205             [% IF ( errconn ) %]
206                 <div class="dialog alert">
207                     <ul>
208                     [% FOREACH errcon IN errconn %]
209                         <li>Connection failed to [% errcon.server | html %]</li>
210                     [% END %]
211                     </ul>
212                 </div>
213             [% END %]
214         [% END %]
215         <div class="dialog message">Nothing found. <a href="javascript: history.back()">Try another search</a>.</div>
216     [% END %]
217     </div> <!-- /.col-md-12 -->
218     </div> <!-- /.row -->
219
220 [% END %]
221
222 [% IF ( numberpending ) %]<h3 align="center">Still [% numberpending | html %] servers to search</h3>[% END %]
223
224 [% MACRO jsinclude BLOCK %]
225     [% Asset.js("js/acquisitions-menu.js") | $raw %]
226     [% INCLUDE 'datatables.inc' %]
227     [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
228     <script>
229         $(document).ready(function(){
230             var resultst = $("#resultst").dataTable($.extend(true, {}, dataTablesDefaults, {
231                 "aoColumnDefs": [
232                     { "aTargets": [ -1, -2 ], "bSortable": false, "bSearchable": false },
233                     { "aTargets": [ 1 ], "sType": "nsb-nse" },
234                 ],
235                 "aaSorting": [[ 1, "asc" ]],
236                 "bPaginate": false
237             }));
238             /* Inline edit/delete links */
239             $("td").click(function(event){
240                 var $tgt = $(event.target);
241                 var row = $(this).parent();
242                 $(".linktools").hide();
243                 $("tr").removeClass("selected");
244                 row.addClass("selected");
245                 if($tgt.is("a")||$tgt.is(":nth-child(6)")||$tgt.is(":nth-child(7)")){
246                     //Don't show inline links for cells containing links of their own.
247                 } else {
248                     var position = $(this).offset();
249                     var top = position.top+5;
250                     var left = position.left+5;
251                     $(".linktools",row).show().css("position","absolute").css("top",top).css("left",left);
252                 }
253             });
254         });
255     </script>
256     [% INCLUDE 'z3950_search.inc' %]
257     [% Asset.js("js/z3950_search.js") | $raw %]
258 [% END %]
259
260 [% INCLUDE 'intranet-bottom.inc' %]