Bug 13272: Adds type="text" to inputs missing it
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / z3950_search.tt
blob6216c99d5a0793ef95c973bc317b629c94a11070
1 [% USE raw %]
2 [% USE Asset %]
3 [% SET footerjs = 1 %]
4 [% INCLUDE 'doc-head-open.inc' %]
5 <title>Koha &rsaquo; Z39.50/SRU search results</title>
6 [% INCLUDE 'doc-head-close.inc' %]
7 [% Asset.css("css/datatables.css") | $raw %]
8 <style type="text/css">
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>
13     <body id="cat_z3950_search" class="cat">
14     <div class="container-fluid">
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>
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>
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 %]
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         <th>Actions</th>
106     </tr></thead>
107     <tbody>[% FOREACH breeding_loo IN breeding_loop %]
108         [% IF ( breeding_loo.breedingid ) %]
110             <tr id="row[% breeding_loo.breedingid | html %]">
111             <td>[% breeding_loo.server | html %]</td>
112             <td>[% breeding_loo.title | html %]</td>
113             <td>[% breeding_loo.author | html %]</td>
114             <td>[% breeding_loo.date | html %]</td>
115             <td>[% breeding_loo.edition | html %]</td>
116             <td>[% breeding_loo.isbn | html %]</td>
117             <td>[% breeding_loo.lccn | html %]</td>
119             <td>
120                 <div class="dropdown">
121                     <a class="btn btn-default btn-xs dropdown-toggle" id="cataloguesearchactions[% breeding_loo.breedingid | html %]" role="button" data-toggle="dropdown" href="#">
122                       Actions <b class="caret"></b>
123                     </a>
124                     <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="cataloguesearchactions[% breeding_loo.breedingid | html %]">
125                         <li><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid | html %]" title="MARC" class="previewData"><i class="fa fa-eye"></i> MARC preview</a></li>
126                         <li><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid | html %]" title="Card" class="previewData"><i class="fa fa-eye"></i> Card preview</a></li>
127                         <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>
128                     </ul>
129                 </div>
130             </td>
131         </tr>
132         [% END %]
133     [% END %]</tbody>
134 </table>
136 <div id="dataPreview" class="modal" tabindex="-1" role="dialog" aria-labelledby="dataPreviewLabel" aria-hidden="true">
137     <div class="modal-dialog">
138     <div class="modal-content">
139     <div class="modal-header">
140         <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
141         <h3 id="dataPreviewLabel">Preview</h3>
142     </div>
143     <div class="modal-body">
144         <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
145     </div>
146     </div>
147     </div>
148 </div>
151     <form method="post" action="z3950_search.pl" id="page_form" name="page_form" class="checkboxed">
152         <input type="hidden" name="op" id="op" value="do_search" />
153         <input type="hidden" name="current_page" id="current_page" value="[% current_page | html %]" />
154         <input type="hidden" id="title"  name="title" value="[% title | html %]" />
155         <input type="hidden" id="isbn" name="isbn" value="[% isbn | html %]" />
156         <input type="hidden" id="lccall" name="lccall" value="[% lccall | html %]" />
157         <input type="hidden" id="controlnumber" name="controlnumber" value="[% controlnumber | html %]" />
158         <input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" />
159         <input type="hidden" id="author" name="author" value="[% author | html %]" />
160         <input type="hidden" id="subject" name="subject" value="[% subject | html %]" />
161         <input type="hidden" id="dewey" name="dewey" value="[% dewey | html %]" />
162         <input type="hidden" id="stdid" name="stdid" value="[% stdid | html %]" />
163         <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
164         <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" />
166         [% FOREACH server IN servers %]
167         <input type="hidden" name="id" id="z3950_[% server.id | html %]" value="[% server.id | html %]" />
168         [% END %]
170         [% IF ( show_prevbutton ) %]
171             <input type="button" name="changepage_prev" value="Previous page" data-currentpage="[% current_page | html %]" />
172         [% END %]
173         Page [% current_page | html %] / [% total_pages | html %]
174         [% IF ( show_nextbutton ) %]
175             <input type="button" name="changepage_next" value="Next page" data-currentpage="[% current_page | html %]" />
176         [% END %]
177         <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" />
178     </form>
180     [% ELSE %]
181         <div class="dialog message">Nothing found.</div>
182     [% END %]
183 <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>
185 [% END %]
187 </div>
188 </div>
189 [% IF ( numberpending ) %]<h3 align="center">Still [% numberpending | html %] servers to search</h3>[% END %]
191 [% MACRO jsinclude BLOCK %]
192     [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
193     [% Asset.js("js/z3950_search.js") | $raw %]
194     [% INCLUDE 'datatables.inc' %]
195     <script type="text/javascript">
196         $(document).ready(function(){
198             $(".dropdown").on("hidden.bs.dropdown", function(){
199                 // Reset menu styles so that a click on the
200                 // original dropdown button toggle works correctly
201                 $(".dropdown").css("position","absolute");
202                 $(".dropdown-menu").css({
203                     "top" : "100%",
204                     "left" : "auto",
205                     "right" : 0
206                 });
207             });
209             $("#resultst").dataTable($.extend(true, {}, dataTablesDefaults, {
210                 "sDom": 't',
211                 "aoColumnDefs": [
212                     { "aTargets": [ -1,-2,-3 ], "bSortable": false, "bSearchable": false },
213                     { "aTargets": [ 1 ], "sType": "nsb-nse" },
214                 ],
215                 "aaSorting": [[ 1, "asc" ]],
216                 "bPaginate": false
217             }));
219             /* Display actions menu anywhere the table is clicked */
220             $("td").click(function(event){
221                 var tgt = $(event.target);
222                 var row = $(this).parent();
223                 var rowid = row.attr("id");
224                 $("tr").removeClass("highlighted-row");
225                 row.addClass("highlighted-row");
226                 $(".dropdown").removeClass("open");
227                 if(tgt.is("a")||tgt.is(":nth-child(8)")){
228                     // Don't show inline links for cells containing links of their own.
229                 } else {
230                     event.stopPropagation();
231                     var dropdown = $(".dropdown", row);
232                     dropdown.addClass("open");
233                     var position = $(this).offset();
234                     var top = position.top + 5;
235                     var left = position.left + 5;
236                     dropdown.css("position","unset");
237                     $(".dropdown-menu", row).css({
238                         "top" : top,
239                         "left" : left,
240                         "right" : "unset"
241                     });
243                }
244             });
245         });
246     </script>
247     [% INCLUDE 'z3950_search.inc' %]
248 [% END %]
250 [% INCLUDE 'intranet-bottom.inc' popup_window=1 %]