Lines 6-12
Link Here
|
6 |
<ul> |
6 |
<ul> |
7 |
[% IF ( displayprev ) %] |
7 |
[% IF ( displayprev ) %] |
8 |
<li> |
8 |
<li> |
9 |
<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 %]"> |
9 |
<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 %]"> |
10 |
« |
10 |
« |
11 |
</a> |
11 |
</a> |
12 |
</li> |
12 |
</li> |
Lines 15-26
Link Here
|
15 |
[% IF ( number.highlight ) %] |
15 |
[% IF ( number.highlight ) %] |
16 |
<li class="active"><a href="#">[% number.number %]</a></li> |
16 |
<li class="active"><a href="#">[% number.number %]</a></li> |
17 |
[% ELSE %] |
17 |
[% ELSE %] |
18 |
<li><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></li> |
18 |
<li><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></li> |
19 |
[% END %] |
19 |
[% END %] |
20 |
[% END %] |
20 |
[% END %] |
21 |
[% IF ( displaynext ) %] |
21 |
[% IF ( displaynext ) %] |
22 |
<li> |
22 |
<li> |
23 |
<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> |
23 |
<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> |
24 |
</li> |
24 |
</li> |
25 |
[% END %] |
25 |
[% END %] |
26 |
</ul> |
26 |
</ul> |
27 |
- |
|
|