Lines 15-18
Link Here
|
15 |
<li><a href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi |html %][% limit_cgi |html %]&offset=[% next_page_offset %][% IF ( sort_by ) %]&sort_by=[% sort_by |url %][% END %]">Next >></a></li> |
15 |
<li><a href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi |html %][% limit_cgi |html %]&offset=[% next_page_offset %][% IF ( sort_by ) %]&sort_by=[% sort_by |url %][% END %]">Next >></a></li> |
16 |
<li><a href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi |html %][% limit_cgi |html %]&offset=[% last_page_offset %][% IF ( sort_by ) %]&sort_by=[% sort_by |url %][% END %]">Last</a></li> |
16 |
<li><a href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi |html %][% limit_cgi |html %]&offset=[% last_page_offset %][% IF ( sort_by ) %]&sort_by=[% sort_by |url %][% END %]">Last</a></li> |
17 |
[% END %] |
17 |
[% END %] |
|
|
18 |
<li> <label for="goto_page">Go to page: </label> |
19 |
<select name="goto_page" id="goto_page"> |
20 |
[% FOREACH PAGE_NUMBER IN PAGE_NUMBERS %] |
21 |
[% IF ( PAGE_NUMBER.highlight ) %] |
22 |
<option value="[% PAGE_NUMBER.offset %]" selected>[% PAGE_NUMBER.pg %]</option> |
23 |
[% ELSE %] |
24 |
<option value="[% PAGE_NUMBER.offset %]">[% PAGE_NUMBER.pg %]</option> |
25 |
[% END %] |
26 |
[% END %] |
27 |
</select> |
28 |
</li> |
18 |
</ul></nav>[% END %] |
29 |
</ul></nav>[% END %] |