Lines 146-152
Link Here
|
146 |
<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" class="btn btn-primary" value="Go" /> |
146 |
<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" class="btn btn-primary" value="Go" /> |
147 |
</form> |
147 |
</form> |
148 |
|
148 |
|
149 |
<p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_auth_search.pl"><input type="hidden" name="authid" value="[% authid | html %]" /><input type="submit" class="btn btn-primary" value="Try another search" /></form></p> |
149 |
<p> |
|
|
150 |
<form method="get" action="/cgi-bin/koha/cataloguing/z3950_auth_search.pl"> |
151 |
<input type="hidden" id="nameany" name="nameany" value="[% nameany | html %]" /> |
152 |
<input type="hidden" id="authorany" name="authorany" value="[% authorany | html %]" /> |
153 |
<input type="hidden" id="authorcorp" name="authorcorp" value="[% authorcorp | html %]" /> |
154 |
<input type="hidden" id="authorpersonal" name="authorpersonal" value="[% authorpersonal | html %]" /> |
155 |
<input type="hidden" id="authormeetingcon" name="authormeetingcon" value="[% authormeetingcon | html %]" /> |
156 |
<input type="hidden" id="title" name="title" value="[% title | html %]" /> |
157 |
<input type="hidden" id="uniformtitle" name="uniformtitle" value="[% uniformtitle | html %]" /> |
158 |
<input type="hidden" id="subject" name="subject" value="[% subject | html %]" /> |
159 |
<input type="hidden" id="subjectsubdiv" name="subjectsubdiv" value="[% subjectsubdiv | html %]" /> |
160 |
<input type="hidden" id="heading" name="heading" value="[% heading | html %]" /> |
161 |
<input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" /> |
162 |
<input type="hidden" name="authid" value="[% authid | html %]" /> |
163 |
<input type="submit" class="btn btn-primary" value="Try another search" /> |
164 |
</form> |
165 |
</p> |
150 |
[% ELSE %] |
166 |
[% ELSE %] |
151 |
[% IF ( errconn ) %] |
167 |
[% IF ( errconn ) %] |
152 |
<div class="dialog alert"> |
168 |
<div class="dialog alert"> |
Lines 159-165
Link Here
|
159 |
</div> |
175 |
</div> |
160 |
[% END %] |
176 |
[% END %] |
161 |
<div class="dialog message">Nothing found.</div> |
177 |
<div class="dialog message">Nothing found.</div> |
162 |
<p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_auth_search.pl"><input type="hidden" name="authid" value="[% authid | html %]" /><input type="submit" class="btn btn-primary" value="Try another search" /></form></p> |
178 |
<p> |
|
|
179 |
<form method="get" action="/cgi-bin/koha/cataloguing/z3950_auth_search.pl"> |
180 |
<input type="hidden" id="nameany" name="nameany" value="[% nameany | html %]" /> |
181 |
<input type="hidden" id="authorany" name="authorany" value="[% authorany | html %]" /> |
182 |
<input type="hidden" id="authorcorp" name="authorcorp" value="[% authorcorp | html %]" /> |
183 |
<input type="hidden" id="authorpersonal" name="authorpersonal" value="[% authorpersonal | html %]" /> |
184 |
<input type="hidden" id="authormeetingcon" name="authormeetingcon" value="[% authormeetingcon | html %]" /> |
185 |
<input type="hidden" id="title" name="title" value="[% title | html %]" /> |
186 |
<input type="hidden" id="uniformtitle" name="uniformtitle" value="[% uniformtitle | html %]" /> |
187 |
<input type="hidden" id="subject" name="subject" value="[% subject | html %]" /> |
188 |
<input type="hidden" id="subjectsubdiv" name="subjectsubdiv" value="[% subjectsubdiv | html %]" /> |
189 |
<input type="hidden" id="heading" name="heading" value="[% heading | html %]" /> |
190 |
<input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" /> |
191 |
<input type="hidden" name="authid" value="[% authid | html %]" /> |
192 |
<input type="submit" class="btn btn-primary" value="Try another search" /> |
193 |
</form> |
194 |
</p> |
163 |
[% END %] |
195 |
[% END %] |
164 |
|
196 |
|
165 |
[% END %] |
197 |
[% END %] |
166 |
- |
|
|