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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt (-7 / +6 lines)
Lines 1-12 Link Here
1
<?xml version='1.0' encoding='utf-8'  ?>
1
<?xml version='1.0' encoding='utf-8' ?>
2
[% USE raw %]
2
[%- USE raw -%]
3
[% USE Koha %]
3
[%- USE Koha -%]
4
[% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %]
4
[%- SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') -%]
5
[% SET AdlibrisURL = Koha.Preference('AdlibrisCoversURL') %]
5
[%- SET AdlibrisURL = Koha.Preference('AdlibrisCoversURL') -%]
6
6
7
[% IF ( opensearchdescription ) %]
7
[% IF ( opensearchdescription ) %]
8
    <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
8
    <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
9
        <ShortName>[% LibraryNameTitle | html %]</ShortName>
9
        <ShortName>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Library catalog[% END %]</ShortName>
10
        <Description>Search the [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha library[% END %] catalog</Description>
10
        <Description>Search the [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha library[% END %] catalog</Description>
11
        <InputEncoding>UTF-8</InputEncoding>
11
        <InputEncoding>UTF-8</InputEncoding>
12
        <Image width="16" height="16" type="image/x-icon">
12
        <Image width="16" height="16" type="image/x-icon">
13
- 

Return to bug 11994