|
Lines 191-206
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
| 191 |
[% END %] |
191 |
[% END %] |
| 192 |
|
192 |
|
| 193 |
[% IF ( show_prevbutton ) %] |
193 |
[% IF ( show_prevbutton ) %] |
| 194 |
<input type="button" name="changepage_prev" value="Previous Page" onclick="$('#current_page').val([% current_page %]-1);$('#page_form').submit();" /> |
194 |
<input type="button" name="changepage_prev" value="Previous page" onclick="$('#current_page').val([% current_page %]-1);$('#page_form').submit();" /> |
| 195 |
[% END %] |
195 |
[% END %] |
| 196 |
Page [% current_page %] / [% total_pages %] |
196 |
Page [% current_page %] / [% total_pages %] |
| 197 |
[% IF ( show_nextbutton ) %] |
197 |
[% IF ( show_nextbutton ) %] |
| 198 |
<input type="button" name="changepage_next" value="Next Page" onclick="$('#current_page').val([% current_page %]+1);$('#page_form').submit();" /> |
198 |
<input type="button" name="changepage_next" value="Next page" onclick="$('#current_page').val([% current_page %]+1);$('#page_form').submit();" /> |
| 199 |
[% END %] |
199 |
[% END %] |
| 200 |
<br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page %]" size="4" /><input type="submit" name="changepage_goto" onclick="return validate_goto_page();" value="Go" /> |
200 |
<br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page %]" size="4" /><input type="submit" name="changepage_goto" onclick="return validate_goto_page();" value="Go" /> |
| 201 |
</form> |
201 |
</form> |
| 202 |
|
202 |
|
| 203 |
<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> |
203 |
<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> |
| 204 |
[% ELSE %] |
204 |
[% ELSE %] |
| 205 |
[% IF ( errconn ) %] |
205 |
[% IF ( errconn ) %] |
| 206 |
<div class="dialog alert"> |
206 |
<div class="dialog alert"> |
|
Lines 213-219
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
| 213 |
</div> |
213 |
</div> |
| 214 |
[% END %] |
214 |
[% END %] |
| 215 |
<div class="dialog message">Nothing found.</div> |
215 |
<div class="dialog message">Nothing found.</div> |
| 216 |
<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> |
216 |
<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> |
| 217 |
[% END %] |
217 |
[% END %] |
| 218 |
|
218 |
|
| 219 |
[% END %] |
219 |
[% END %] |
| 220 |
- |
|
|