Lines 16-22
Link Here
|
16 |
[% END %] |
16 |
[% END %] |
17 |
[% END %] |
17 |
[% END %] |
18 |
|
18 |
|
19 |
<link rel="alternate" type="application/rss+xml" title="[% LibraryName |html %] Search RSS feed" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi | uri %][% limit_cgi |uri %]&count=[% countrss |uri %]&sort_by=acqdate_dsc&format=rss2" /> |
19 |
<link rel="alternate" type="application/rss+xml" title="[% LibraryName |html %] Search RSS feed" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi | url %][% limit_cgi |uri %]&count=[% countrss |uri %]&sort_by=acqdate_dsc&format=rss2" /> |
20 |
</head> |
20 |
</head> |
21 |
|
21 |
|
22 |
[% INCLUDE 'bodytag.inc' bodyid='results' bodyclass='scrollto' %] |
22 |
[% INCLUDE 'bodytag.inc' bodyid='results' bodyclass='scrollto' %] |
Lines 41-47
Link Here
|
41 |
<strong>No results found!</strong> |
41 |
<strong>No results found!</strong> |
42 |
<p> |
42 |
<p> |
43 |
[% IF ( searchdesc ) %] |
43 |
[% IF ( searchdesc ) %] |
44 |
No results found for that in [% LibraryName %] catalog. <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi | uri %][% limit_cgi | html | url %]&format=rss2" class="rsssearchlink noprint"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" class="rsssearchicon"/></a> |
44 |
No results found for that in [% LibraryName %] catalog. <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi | url %][% limit_cgi | html | url %]&format=rss2" class="rsssearchlink noprint"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" class="rsssearchicon"/></a> |
45 |
[% ELSE %] |
45 |
[% ELSE %] |
46 |
You did not specify any search criteria. |
46 |
You did not specify any search criteria. |
47 |
[% END %] |
47 |
[% END %] |
Lines 85-91
Link Here
|
85 |
[% END %] |
85 |
[% END %] |
86 |
). |
86 |
). |
87 |
[% END %] |
87 |
[% END %] |
88 |
<a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi | uri %][% limit_cgi |html | url %]&count=[% countrss |html %]&sort_by=acqdate_dsc&format=rss2" class="rsssearchlink noprint"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> |
88 |
<a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi | url %][% limit_cgi |html | url %]&count=[% countrss |html %]&sort_by=acqdate_dsc&format=rss2" class="rsssearchlink noprint"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> |
89 |
[% END # / IF total %] |
89 |
[% END # / IF total %] |
90 |
</p> |
90 |
</p> |
91 |
[% END # / IF searchdesc %] |
91 |
[% END # / IF searchdesc %] |
92 |
- |
|
|