Lines 15-21
Link Here
|
15 |
<h1>Authority search results</h1> |
15 |
<h1>Authority search results</h1> |
16 |
<div id="pages"> |
16 |
<div id="pages"> |
17 |
[% IF ( displayprev ) %] |
17 |
[% IF ( displayprev ) %] |
18 |
<a href="opac-authorities-home.pl?startfrom=[% startfromprev %]&[% FOREACH searchdat IN searchdata %][% searchdat.term %]=[% searchdat.val |url %]&[% END %]resultsperpage=[% resultsperpage %]&type=opac&op=do_search&authtypecode=[% authtypecode %]&orderby=[% orderby %]"> |
18 |
<a href="opac-authorities-home.pl?startfrom=[% startfromprev %]&[% FOREACH searchdat IN searchdata %][% searchdat.term %]=[% searchdat.val |url %]&[% END %]resultsperpage=[% resultsperpage %]&type=opac&op=do_search&authtypecode=[% authtypecode %]&orderby=[% orderby | html%]"> |
19 |
<< |
19 |
<< |
20 |
</a> |
20 |
</a> |
21 |
[% END %] |
21 |
[% END %] |
Lines 23-33
Link Here
|
23 |
[% IF ( number.highlight ) %] |
23 |
[% IF ( number.highlight ) %] |
24 |
<span class="current">[% number.number %]</span> |
24 |
<span class="current">[% number.number %]</span> |
25 |
[% ELSE %] |
25 |
[% ELSE %] |
26 |
<a href="opac-authorities-home.pl?startfrom=[% number.startfrom %]&[% FOREACH searchdat IN number.searchdata %][% searchdat.term %]=[% searchdat.val |url %]&[% END %]resultsperpage=[% resultsperpage %]&type=opac&op=do_search&authtypecode=[% authtypecode %]&orderby=[% orderby %]">[% number.number %]</a> |
26 |
<a href="opac-authorities-home.pl?startfrom=[% number.startfrom %]&[% FOREACH searchdat IN number.searchdata %][% searchdat.term %]=[% searchdat.val |url %]&[% END %]resultsperpage=[% resultsperpage %]&type=opac&op=do_search&authtypecode=[% authtypecode %]&orderby=[% orderby |html %]">[% number.number %]</a> |
27 |
[% END %] |
27 |
[% END %] |
28 |
[% END %] |
28 |
[% END %] |
29 |
[% IF ( displaynext ) %] |
29 |
[% IF ( displaynext ) %] |
30 |
<a href="opac-authorities-home.pl?startfrom=[% startfromnext %]&[% FOREACH searchdat IN searchdata %][% searchdat.term %]=[% searchdat.val |url %]&[% END %]&resultsperpage=[% resultsperpage %]&type=opac&op=do_search&authtypecode=[% authtypecode %]&orderby=[% orderby %]">>></a> |
30 |
<a href="opac-authorities-home.pl?startfrom=[% startfromnext %]&[% FOREACH searchdat IN searchdata %][% searchdat.term %]=[% searchdat.val |url %]&[% END %]&resultsperpage=[% resultsperpage %]&type=opac&op=do_search&authtypecode=[% authtypecode %]&orderby=[% orderby |html%]">>></a> |
31 |
[% END %] |
31 |
[% END %] |
32 |
</div> |
32 |
</div> |
33 |
<div id="results"> |
33 |
<div id="results"> |
34 |
- |
|
|