@@ -, +, @@ --- .../bootstrap/en/modules/search/results.tt | 112 --------------------- .../opac-tmpl/prog/en/modules/search/results.tt | 108 -------------------- 2 files changed, 220 deletions(-) delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/modules/search/results.tt delete mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/search/results.tt --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/search/results.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/search/results.tt @@ -1,112 +0,0 @@ -[% USE Koha %] -[% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › -[% IF ( searchdesc ) %] - Results of search [% IF ( query_desc ) %]for '[% query_desc | html%]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %] -[% ELSE %] - You did not specify any search criteria. -[% END %] -[% INCLUDE 'doc-head-close.inc' %] - - -[% BLOCK cssinclude %] - -[% END %] - - - - - - - -
-
- -[% INCLUDE 'masthead.inc' %] - - -
-
-
- -[% IF ( query_error ) %] -
-

Error:

- [% query_error %] -
-[% END %] - - -[% IF ( total ) %] -
- We have [% total %] results for your search -
-
-
- - - - - - - - - - [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] - - - - - [% END %] - -
-
- - [% FOREACH param IN follower_params %] - [% UNLESS param.var == 'sort_by' %] - - [% END %] - [% END %] - - - - -
-
- - - -
-
- - - [% SEARCH_RESULT.title |html %] - by [% SEARCH_RESULT.author %] -
- -
- [% INCLUDE 'search/page-numbers.inc' %] -[% END %] -
-
-
- -
-
- [% INCLUDE 'search/facets.inc' %] -
-
- -
- -[% INCLUDE 'opac-bottom.inc' %] -[% BLOCK jsinclude %][% END %] --- a/koha-tmpl/opac-tmpl/prog/en/modules/search/results.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/search/results.tt @@ -1,108 +0,0 @@ -[% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › -[% IF ( searchdesc ) %] - Results of search [% IF ( query_desc ) %]for '[% query_desc | html%]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %] -[% ELSE %] - You did not specify any search criteria. -[% END %] -[% INCLUDE 'doc-head-close.inc' %] - - - - - - - - - - -
-
- -[% INCLUDE 'masthead.inc' %] - - -
-
-
- -[% IF ( query_error ) %] -
-

Error:

- [% query_error %] -
-[% END %] - - -[% IF ( total ) %] -
- We have [% total %] results for your search -
-
-
- - - - - - - - - - [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] - - - - - [% END %] - -
-
- - [% FOREACH param IN follower_params %] - [% UNLESS param.var == 'sort_by' %] - - [% END %] - [% END %] - - - - -
-
- - - -
-
- - - [% SEARCH_RESULT.title |html %] - by [% SEARCH_RESULT.author %] -
- -
- [% INCLUDE 'search/page-numbers.inc' %] -[% END %] -
-
-
- -
-
- [% INCLUDE 'search/facets.inc' %] -
-
- -
- -[% INCLUDE 'opac-bottom.inc' %] --