|
Lines 77-83
Link Here
|
| 77 |
<div id="opac-main-search" class="yui-g"> |
77 |
<div id="opac-main-search" class="yui-g"> |
| 78 |
|
78 |
|
| 79 |
<a class="logo" href="/cgi-bin/koha/opac-main.pl"> |
79 |
<a class="logo" href="/cgi-bin/koha/opac-main.pl"> |
| 80 |
<img src="/opac-tmpl/prog/images/logo-koha.png" alt="Koha Online Catalog" /> |
80 |
<img src="/opac-tmpl/ccsr/images/logo-koha.png" alt="Koha Online Catalog" /> |
| 81 |
</a> |
81 |
</a> |
| 82 |
|
82 |
|
| 83 |
<div id="fluid"> |
83 |
<div id="fluid"> |
|
Lines 244-255
Link Here
|
| 244 |
[% IF ( total ) %]<strong>Your search returned [% total |html %] results.</strong> |
244 |
[% IF ( total ) %]<strong>Your search returned [% total |html %] results.</strong> |
| 245 |
[% IF ( related ) %] (related searches: [% FOREACH relate IN related %][% relate.related_search %][% END %]). [% END %] |
245 |
[% IF ( related ) %] (related searches: [% FOREACH relate IN related %][% relate.related_search %][% END %]). [% END %] |
| 246 |
<a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&count=[% countrss |html %]&sort_by=acqdate_dsc&format=rss2" class="rsssearchlink"> |
246 |
<a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&count=[% countrss |html %]&sort_by=acqdate_dsc&format=rss2" class="rsssearchlink"> |
| 247 |
<img src="/opac-tmpl/prog/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" class="rsssearchicon"/></a> |
247 |
<img src="/opac-tmpl/ccsr/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" class="rsssearchicon"/></a> |
| 248 |
[% ELSE %] |
248 |
[% ELSE %] |
| 249 |
<strong>No results found!</strong> |
249 |
<strong>No results found!</strong> |
| 250 |
<p> |
250 |
<p> |
| 251 |
[% IF ( searchdesc ) %] |
251 |
[% IF ( searchdesc ) %] |
| 252 |
No results found for that in [% LibraryName %] catalog. <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&format=rss2" class="rsssearchlink"><img src="/opac-tmpl/prog/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" class="rsssearchicon"/></a> |
252 |
No results found for that in [% LibraryName %] catalog. <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&format=rss2" class="rsssearchlink"><img src="/opac-tmpl/ccsr/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" class="rsssearchicon"/></a> |
| 253 |
[% ELSE %] |
253 |
[% ELSE %] |
| 254 |
You did not specify any search criteria. |
254 |
You did not specify any search criteria. |
| 255 |
[% END %] |
255 |
[% END %] |
| 256 |
- |
|
|