|
Lines 173-179
Link Here
|
| 173 |
<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" /> |
173 |
<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" /> |
| 174 |
</form> |
174 |
</form> |
| 175 |
|
175 |
|
| 176 |
<p> |
176 |
<div> |
| 177 |
<form method="get" action="/cgi-bin/koha/cataloguing/z3950_auth_search.pl"> |
177 |
<form method="get" action="/cgi-bin/koha/cataloguing/z3950_auth_search.pl"> |
| 178 |
<input type="hidden" id="nameany" name="nameany" value="[% nameany | html %]" /> |
178 |
<input type="hidden" id="nameany" name="nameany" value="[% nameany | html %]" /> |
| 179 |
<input type="hidden" id="authorany" name="authorany" value="[% authorany | html %]" /> |
179 |
<input type="hidden" id="authorany" name="authorany" value="[% authorany | html %]" /> |
|
Lines 190-196
Link Here
|
| 190 |
<input type="hidden" name="authid" value="[% authid | html %]" /> |
190 |
<input type="hidden" name="authid" value="[% authid | html %]" /> |
| 191 |
<input type="submit" class="btn btn-primary" value="Try another search" /> |
191 |
<input type="submit" class="btn btn-primary" value="Try another search" /> |
| 192 |
</form> |
192 |
</form> |
| 193 |
</p> |
193 |
</div> |
| 194 |
[% ELSE %] |
194 |
[% ELSE %] |
| 195 |
[% IF ( errconn ) %] |
195 |
[% IF ( errconn ) %] |
| 196 |
<div class="alert alert-warning"> |
196 |
<div class="alert alert-warning"> |
|
Lines 203-209
Link Here
|
| 203 |
</div> |
203 |
</div> |
| 204 |
[% END %] |
204 |
[% END %] |
| 205 |
<div class="alert alert-info">Nothing found.</div> |
205 |
<div class="alert alert-info">Nothing found.</div> |
| 206 |
<p> |
206 |
<div> |
| 207 |
<form method="get" action="/cgi-bin/koha/cataloguing/z3950_auth_search.pl"> |
207 |
<form method="get" action="/cgi-bin/koha/cataloguing/z3950_auth_search.pl"> |
| 208 |
<input type="hidden" id="nameany" name="nameany" value="[% nameany | html %]" /> |
208 |
<input type="hidden" id="nameany" name="nameany" value="[% nameany | html %]" /> |
| 209 |
<input type="hidden" id="authorany" name="authorany" value="[% authorany | html %]" /> |
209 |
<input type="hidden" id="authorany" name="authorany" value="[% authorany | html %]" /> |
|
Lines 220-226
Link Here
|
| 220 |
<input type="hidden" name="authid" value="[% authid | html %]" /> |
220 |
<input type="hidden" name="authid" value="[% authid | html %]" /> |
| 221 |
<input type="submit" class="btn btn-primary" value="Try another search" /> |
221 |
<input type="submit" class="btn btn-primary" value="Try another search" /> |
| 222 |
</form> |
222 |
</form> |
| 223 |
</p> |
223 |
</div> |
| 224 |
[% END %] |
224 |
[% END %] |
| 225 |
|
225 |
|
| 226 |
[% END %] |
226 |
[% END %] |
| 227 |
- |
|
|