| Lines 69-75
          
      
      
        Link Here | 
        
          | 69 |        xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"> | 69 |        xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"> | 
        
          | 70 |    <id>[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&format=atom</id> | 70 |    <id>[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&format=atom</id> | 
        
          | 71 |    <title>[% LibraryName |html %] Search [% IF ( query_desc ) %]for '[% query_desc |html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc |html %]'[% END %]</title> | 71 |    <title>[% LibraryName |html %] Search [% IF ( query_desc ) %]for '[% query_desc |html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc |html %]'[% END %]</title> | 
          
            
              | 72 |     <link href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |uri %][% limit_cgi |uri %]&format=rss2"/> | 72 |     <link href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |uri %][% limit_cgi |uri %]&format=atom"/> | 
        
          | 73 |    <updated>[% timestamp %]</updated> | 73 |    <updated>[% timestamp %]</updated> | 
        
          | 74 |    <author> | 74 |    <author> | 
        
          | 75 |      <name>[% LibraryName |html %]</name> | 75 |      <name>[% LibraryName |html %]</name> | 
  
    | Lines 82-105
          
      
      
        Link Here | 
        
          | 82 |    [% ELSE %] | 82 |    [% ELSE %] | 
        
          | 83 |      <opensearch:itemsPerPage>20</opensearch:itemsPerPage> | 83 |      <opensearch:itemsPerPage>20</opensearch:itemsPerPage> | 
        
          | 84 |    [% END %] | 84 |    [% END %] | 
          
            
              | 85 |    <opensearch:Query role="request" searchTerms="[% query_desc |html %] [% limit_desc |html %]" startPage="[% page |html %]" /> | 85 |    <opensearch:Query role="request" searchTerms="[% SEARCH_RESULT.query_desc |url %] [% SEARCH_RESULT.limit_desc |url%]" startPage="[% page |html %]" /> | 
            
              | 86 |    <link rel="alternate" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]pw=[% page %]&format=atom" type="application/atom+xml"/> | 86 |    <link rel="alternate" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% SEARCH_RESULT.query_cgi %][% SEARCH_RESULT.limit_cgi %]pw=[% page %]&format=atom" type="application/atom+xml"/> | 
            
              | 87 |    <link rel="self" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]&format=atom" type="application/atom+xml"/> | 87 |    <link rel="self" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% SEARCH_RESULT.query_cgi %][% SEARCH_RESULT.limit_cgi %]&format=atom" type="application/atom+xml"/> | 
            
              | 88 |    <link rel="first" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]pw=1&format=atom" type="application/atom+xml"/> | 88 |    <link rel="first" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% SEARCH_RESULT.query_cgi %][% SEARCH_RESULT.limit_cgi %]pw=1&format=atom" type="application/atom+xml"/> | 
            
              | 89 |    <link rel="previous" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]pw=2&format=atom" type="application/atom+xml"/> | 89 |    <link rel="previous" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% SEARCH_RESULT.query_cgi %][% SEARCH_RESULT.limit_cgi %]pw=2&format=atom" type="application/atom+xml"/> | 
            
              | 90 |    <link rel="next" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]pw=4&format=atom" type="application/atom+xml"/> | 90 |    <link rel="next" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% SEARCH_RESULT.query_cgi %][% SEARCH_RESULT.limit_cgi %]pw=4&format=atom" type="application/atom+xml"/> | 
            
              | 91 |    <link rel="last" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi %][% limit_cgi %]pw=42299&format=atom" type="application/atom+xml"/> | 91 |    <link rel="last" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% SEARCH_RESULT.query_cgi %][% SEARCH_RESULT.limit_cgi %]pw=42299&format=atom" type="application/atom+xml"/> | 
        
          | 92 |    <link rel="search" type="application/opensearchdescription+xml" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?format=opensearchdescription"/> | 92 |    <link rel="search" type="application/opensearchdescription+xml" href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?format=opensearchdescription"/> | 
        
          | 93 |  | 93 |  | 
        
          | 94 |    [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] | 94 |    [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] | 
        
          | 95 |    <entry> | 95 |    <entry> | 
          
            
              | 96 |      <title>[% SEARCH_RESULT.title |html %]</title> | 96 |      <title>[% SEARCH_RESULT.title |html %] [% FOREACH subtitl IN SEARCH_RESULT.subtitle %], [% subtitl.subfield |html %][% END %]</title> | 
            
              | 97 |      <link href="[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]"/> | 97 |      <link>[% IF ( SEARCH_RESULT.BiblioDefaultViewmarc ) %][% OPACBaseURL %]/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %][% ELSE %][% IF ( SEARCH_RESULT.BiblioDefaultViewisbd ) %][% OPACBaseURL %]/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %][% ELSE %][% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %][% END %][% END %]</link> | 
        
          | 98 |      <!-- <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> --> | 98 |      <!-- <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> --> | 
        
          | 99 |      <updated>[% SEARCH_RESULT.timestamp %]</updated> | 99 |      <updated>[% SEARCH_RESULT.timestamp %]</updated> | 
            
              | 100 |      <content type="text"><!-- put content here --> |  |  | 
            
              | 101 |      </content> | 
        
          | 102 |      <id>[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]</id> | 100 |      <id>[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]</id> | 
            
              |  |  | 101 |      <content type="text"> | 
            
              | 102 |  | 
            
              | 103 |      </content> | 
        
          | 103 |    </entry> | 104 |    </entry> | 
        
          | 104 |    [% END %] | 105 |    [% END %] | 
        
          | 105 |  </feed> | 106 |  </feed> | 
            
              | 106 | -  |  |  |