2 [% INCLUDE 'doc-head-open.inc' %]
4 <title>Koha › Z39.50 authority search points</title>
6 <title>Koha › Z39.50 authority search results</title>
8 [% INCLUDE 'doc-head-close.inc' %]
9 <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" />
10 <style type="text/css">
11 #marcPreview { width : 90%; top: 5%; } .modal-body { max-height: 380px; } .modal-header { padding: 0 14px; } @media (max-width: 767px) { #marcPreview { margin: 0; width : auto; } }
14 <body id="cat_z3950_auth_search" class="cat">
15 <div class="container-fluid">
18 <h2>Z39.50 authority search points</h2>
19 <form method="post" action="z3950_auth_search.pl" name="f" class="checkboxed">
20 <input type="hidden" name="op" id="op" value="do_search" />
21 <input type="hidden" name="authid" value="[% authid %]" />
23 <div class="col-xs-6">
24 <fieldset class="rows">
26 <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li>
27 <li><label for="nameany">Name (any): </label> <input type="text" id="nameany" name="nameany" value="" /></li>
28 <li><label for="authorany">Author (any): </label> <input type="text" id="authorany" name="authorany" value="" /></li>
29 <li><label for="authorpersonal">Author (personal): </label> <input type="text" id="authorpersonal" name="authorpersonal" value="[% authorpersonal | html %]" /></li>
30 <li><label for="authorcorp">Author (corporate): </label> <input type="text" id="authorcorp" name="authorcorp" value="[% authorcorp | html %]" /></li>
31 <li><label for="authormeetingcon">Author (meeting / conference): </label> <input type="text" id="authormeetingcon" name="authormeetingcon" value="[% authormeetingcon | html %]" /></li>
35 <div class="col-xs-6">
37 <fieldset class="rows">
39 <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
40 <li><label for="subjectsubdiv">Subject sub-division: </label> <input type="text" id="subjectsubdiv" name="subjectsubdiv" value="" /></li>
41 <li><label for="title">Title (any): </label> <input type="text" id="title" name="title" value="[% title | html %]" /></li>
42 <li><label for="uniformtitle">Title (uniform): </label> <input type="text" id="uniformtitle" name="uniformtitle" value="[% uniformtitle | html %]" /></li>
43 <li><a id="resetZ3950Search" href="#"><i class="fa fa-trash"></i> Clear search form</a></li>
49 <h2>Search targets</h2>
50 <div id="z3950_search_targets_auth">
51 <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>
52 [% FOREACH serverloo IN serverloop %]
54 [% IF ( serverloo.checked ) %]
55 <input type="checkbox" name="id" id="z3950_[% serverloo.id %]" value="[% serverloo.id %]" checked="checked" />
57 <input type="checkbox" name="id" id="z3950_[% serverloo.id %]" value="[% serverloo.id %]" />
59 <label for="z3950_[% serverloo.id %]">[% serverloo.servername %]</label>
66 <nav class="navbar navbar-default navbar-fixed-bottom">
67 <div class="container-fluid">
68 <fieldset class="action"><input type="submit" class="submit" value="Search" /> <a class="cancel close" href="#">Cancel</a></fieldset>
73 <h2>Results for authority records</h2>
74 [% IF ( breeding_loop ) %]
79 <th>Authority Type</th>
82 <tbody>[% FOREACH breeding_loo IN breeding_loop %]
83 [% IF ( breeding_loo.breedingid ) %]
84 <tr id="row[% breeding_loo.breedingid %]">
85 <td>[% breeding_loo.server %]</td>
86 <td>[% breeding_loo.heading %]</td>
87 <td>[% breeding_loo.heading_code %]</td>
89 <div class="dropdown">
90 <a class="btn btn-default btn-xs dropdown-toggle" id="cataloguesearchactions[% breeding_loo.breedingid %]" role="button" data-toggle="dropdown" href="#">
91 Actions <b class="caret"></b>
93 <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="cataloguesearchactions[% breeding_loo.breedingid %]">
94 <li><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" class="previewMARC"><i class="fa fa-eye"></i> MARC preview</a></li>
95 <li><a href="#" class="import_record" data-breedingid="[% breeding_loo.breedingid %]" data-heading_code="[% breeding_loo.heading_code %]" data-authid="[% breeding_loo.authid %]"><i class="fa fa-download"></i> Import</a></li>
104 <div id="marcPreview" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="marcPreviewLabel" aria-hidden="true">
105 <div class="modal-dialog">
106 <div class="modal-content">
107 <div class="modal-header">
108 <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
109 <h3 id="marcPreviewLabel">MARC preview</h3>
111 <div class="modal-body">
112 <div id="loading"> <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /> Loading </div>
118 <form method="post" action="z3950_auth_search.pl" id="page_form" name="page_form" class="checkboxed">
119 <input type="hidden" name="op" id="op" value="do_search" />
120 <input type="hidden" name="current_page" id="current_page" value="[% current_page %]" />
121 <input type="hidden" id="nameany" name="nameany" value="[% nameany %]" />
122 <input type="hidden" id="authorany" name="authorany" value="[% authorany %]" />
123 <input type="hidden" id="authorcorp" name="authorcorp" value="[% authorcorp %]" />
124 <input type="hidden" id="authorpersonal" name="authorpersonal" value="[% authorpersonal %]" />
125 <input type="hidden" id="authormeetingcon" name="authormeetingcon" value="[% authormeetingcon %]" />
126 <input type="hidden" id="title" name="title" value="[% title %]" />
127 <input type="hidden" id="uniformtitle" name="uniformtitle" value="[% uniformtitle %]" />
128 <input type="hidden" id="subject" name="subject" value="[% subject %]" />
129 <input type="hidden" id="subjectsubdiv" name="subjectsubdiv" value="[% subjectsubdiv %]" />
130 <input type="hidden" id="heading" name="heading" value="[% heading %]" />
131 <input type="hidden" id="srchany" name="srchany" value="[% srchany %]" />
132 <input type="hidden" name="authid" value="[% authid %]" />
134 [% FOREACH server IN servers %]
135 <input type="hidden" name="id" id="z3950_[% server.id %]" value="[% server.id %]" />
138 [% IF ( show_prevbutton ) %]
139 <input type="button" name="changepage_prev" value="Previous page" data-currentpage="[% current_page %]" />
141 Page [% current_page %] / [% total_pages %]
142 [% IF ( show_nextbutton ) %]
143 <input type="button" name="changepage_next" value="Next page" data-currentpage="[% current_page %]" />
145 <br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page %]" size="4" /><input type="submit" name="changepage_goto" value="Go" />
148 <p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_auth_search.pl"><input type="hidden" name="authid" value="[% authid %]" /><input type="submit" value="Try another search"/></form></p>
151 <div class="dialog alert">
153 [% FOREACH errcon IN errconn %]
154 [% IF ( errcon.error == '10000' ) %]<li>Connection failed to [% errcon.server %]</li>
155 [% ELSIF ( errcon.error == '10007' ) %]<li>Connection timeout to [% errcon.server %]</li>[% END %]
160 <div class="dialog message">Nothing found.</div>
161 <p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_auth_search.pl"><input type="hidden" name="authid" value="[% authid %]" /><input type="submit" value="Try another search"/></form></p>
166 [% IF ( numberpending ) %]<h3 align="center">Still [% numberpending %] servers to search</h3>[% END %]
168 [% MACRO jsinclude BLOCK %]
169 <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min_[% KOHA_VERSION %].js"></script>
170 [% INCLUDE 'datatables.inc' %]
171 <script type="text/javascript">
172 $(document).ready(function(){
174 $(".dropdown").on("hidden.bs.dropdown", function(){
175 // Reset menu styles so that a click on the
176 // original dropdown button toggle works correctly
177 $(".dropdown").css("position","absolute");
178 $(".dropdown-menu").css({
185 $("#resultst").dataTable($.extend(true, {}, dataTablesDefaults, {
188 { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false },
190 "aaSorting": [[ 1, "asc" ]],
194 /* Display actions menu anywhere the table is clicked */
195 $("td").click(function(event){
196 var tgt = $(event.target);
197 var row = $(this).parent();
198 var rowid = row.attr("id");
199 $("tr").removeClass("highlighted-row");
200 row.addClass("highlighted-row");
201 $(".dropdown").removeClass("open");
202 if(tgt.is("a")||tgt.is(":nth-child(8)")){
203 // Don't show inline links for cells containing links of their own.
205 event.stopPropagation();
206 var dropdown = $(".dropdown", row);
207 dropdown.addClass("open");
208 var position = $(this).offset();
209 var top = position.top + 5;
210 var left = position.left + 5;
211 dropdown.css("position","unset");
212 $(".dropdown-menu", row).css({
223 [% INCLUDE 'z3950_search.inc' %]
224 <script type="text/javascript" src="[% interface %]/[% theme %]/js/z3950_search_[% KOHA_VERSION %].js"></script>
227 [% INCLUDE 'intranet-bottom.inc' popup_window=1 %]