Lines 38-44
Link Here
|
38 |
<opensearch:Query role="request" searchTerms="[% SEARCH_RESULT.query_desc |uri %][% SEARCH_RESULT.limit_desc |uri %]" startPage="[% SEARCH_RESULT.page | html %]" /> |
38 |
<opensearch:Query role="request" searchTerms="[% SEARCH_RESULT.query_desc |uri %][% SEARCH_RESULT.limit_desc |uri %]" startPage="[% SEARCH_RESULT.page | html %]" /> |
39 |
<item> |
39 |
<item> |
40 |
<title>[% INCLUDE 'biblio-title-head.inc' biblio=SEARCH_RESULT %]</title> |
40 |
<title>[% INCLUDE 'biblio-title-head.inc' biblio=SEARCH_RESULT %]</title> |
41 |
<dc:identifier>ISBN [% SEARCH_RESULT.isbn | html %]</dc:identifier> |
41 |
<dc:identifier>ISBN:[% SEARCH_RESULT.isbn | html %]</dc:identifier> |
42 |
[% IF ( SEARCH_RESULT.BiblioDefaultViewmarc ) %] |
42 |
[% IF ( SEARCH_RESULT.BiblioDefaultViewmarc ) %] |
43 |
<link>[% OPACBaseURL | url %]/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]</link> |
43 |
<link>[% OPACBaseURL | url %]/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]</link> |
44 |
[% ELSIF ( SEARCH_RESULT.BiblioDefaultViewisbd ) %] |
44 |
[% ELSIF ( SEARCH_RESULT.BiblioDefaultViewisbd ) %] |
Lines 83-89
Link Here
|
83 |
xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"> |
83 |
xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"> |
84 |
<id>[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]&format=atom</id> |
84 |
<id>[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]&format=atom</id> |
85 |
<title>[% LibraryName | html %] Search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %]</title> |
85 |
<title>[% LibraryName | html %] Search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %]</title> |
86 |
<link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]&format=rss2"/> |
86 |
<link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]&format=rss"/> |
87 |
<updated>[% timestamp | html %]</updated> |
87 |
<updated>[% timestamp | html %]</updated> |
88 |
<author> |
88 |
<author> |
89 |
<name>[% LibraryName | html %]</name> |
89 |
<name>[% LibraryName | html %]</name> |