View | Details | Raw Unified | Return to bug 13609
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt (-4 / +3 lines)
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 %]&amp;[% FOREACH searchdat IN searchdata %][% searchdat.term %]=[% searchdat.val |url %]&amp;[% END %]resultsperpage=[% resultsperpage %]&amp;type=opac&amp;op=do_search&amp;authtypecode=[% authtypecode %]&amp;orderby=[% orderby %]">
18
				<a href="opac-authorities-home.pl?startfrom=[% startfromprev %]&amp;[% FOREACH searchdat IN searchdata %][% searchdat.term %]=[% searchdat.val |url %]&amp;[% END %]resultsperpage=[% resultsperpage %]&amp;type=opac&amp;op=do_search&amp;authtypecode=[% authtypecode %]&amp;orderby=[% orderby | html%]">
19
					&lt;&lt;
19
					&lt;&lt;
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 %]&amp;[% FOREACH searchdat IN number.searchdata %][% searchdat.term %]=[% searchdat.val |url %]&amp;[% END %]resultsperpage=[% resultsperpage %]&amp;type=opac&amp;op=do_search&amp;authtypecode=[% authtypecode %]&amp;orderby=[% orderby %]">[% number.number %]</a>
26
					<a href="opac-authorities-home.pl?startfrom=[% number.startfrom %]&amp;[% FOREACH searchdat IN number.searchdata %][% searchdat.term %]=[% searchdat.val |url %]&amp;[% END %]resultsperpage=[% resultsperpage %]&amp;type=opac&amp;op=do_search&amp;authtypecode=[% authtypecode %]&amp;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 %]&amp;[% FOREACH searchdat IN searchdata %][% searchdat.term %]=[% searchdat.val |url %]&amp;[% END %]&amp;resultsperpage=[% resultsperpage %]&amp;type=opac&amp;op=do_search&amp;authtypecode=[% authtypecode %]&amp;orderby=[% orderby %]">&gt;&gt;</a>
30
				<a href="opac-authorities-home.pl?startfrom=[% startfromnext %]&amp;[% FOREACH searchdat IN searchdata %][% searchdat.term %]=[% searchdat.val |url %]&amp;[% END %]&amp;resultsperpage=[% resultsperpage %]&amp;type=opac&amp;op=do_search&amp;authtypecode=[% authtypecode %]&amp;orderby=[% orderby |html%]">&gt;&gt;</a>
31
				[% END %]
31
				[% END %]
32
		</div>
32
		</div>
33
		<div id="results">
33
		<div id="results">
34
- 

Return to bug 13609