From 1ceaf1c3dfc334df9a2de59c9f3468d466aa2ea1 Mon Sep 17 00:00:00 2001 From: tipaul Date: Fri, 9 Mar 2007 14:48:28 +0000 Subject: [PATCH] rel_3_0 moved to HEAD (removing useless file) --- koha-tmpl/opac-tmpl/prog/en/opac-search.tmpl | 163 ----- .../opac-tmpl/prog/en/opac-searchresults.tmpl | 108 --- .../opac-tmpl/prog/en/opac-zoomsearch.tmpl | 631 ------------------ lib/bookcount.xml | 62 -- 4 files changed, 964 deletions(-) delete mode 100644 koha-tmpl/opac-tmpl/prog/en/opac-search.tmpl delete mode 100644 koha-tmpl/opac-tmpl/prog/en/opac-searchresults.tmpl delete mode 100644 koha-tmpl/opac-tmpl/prog/en/opac-zoomsearch.tmpl delete mode 100644 lib/bookcount.xml diff --git a/koha-tmpl/opac-tmpl/prog/en/opac-search.tmpl b/koha-tmpl/opac-tmpl/prog/en/opac-search.tmpl deleted file mode 100644 index 89b8b4d525..0000000000 --- a/koha-tmpl/opac-tmpl/prog/en/opac-search.tmpl +++ /dev/null @@ -1,163 +0,0 @@ - Catalog -- Advanced Search - - - - - -
-
-

Search the Catalog

- -

Results:

-

-

-

- - -

- - - - - - - - - - -
- " /> - - - - -
- - - - ...
- - - - ...
- - - - - ...
- - - - -
- - - -
- - - -
-

- - - - - - - - -
Other options:
- - - - -
- - - -
- - - -
- - - -
- - - -
- - - -
-

-
- -
-

Recent acquisitions

-
-

- acquired recently (the most recent being first) - - - - - - - - -

-
-
- - - -
- diff --git a/koha-tmpl/opac-tmpl/prog/en/opac-searchresults.tmpl b/koha-tmpl/opac-tmpl/prog/en/opac-searchresults.tmpl deleted file mode 100644 index e4531c3aab..0000000000 --- a/koha-tmpl/opac-tmpl/prog/en/opac-searchresults.tmpl +++ /dev/null @@ -1,108 +0,0 @@ - Catalog -- Results of Search for ''You did not specify any search criteria - - - - -
- -

Results for Search:

- - -

items acquired in the last days

- -

You did not specify any search criteria

- - - - -
- Results through of records. - - No results found. -
- - - -
- - - - - - - - - - - - - - - - - - - - - - - - - -
TitleTitleAuthorCall NumberCopiesAvailable at

" value="" />
">http://images.amazon.com/images/P/.01.THUMBZZZ.jpghttp://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif" alt="" border="0" />.01._PE_SCLZZZZZZZ_.jpg" title="Enlarged view of image" alt="Enlarged view of image" /> --->"> "> "> - - - - - ; - - - : - ; - (modified on )&resultsperpage=20&orderby=biblio.title&op=do_search"> - (On Loan until ) ()
-
- - - - - - -
Not finding what you're looking for?
Make a purchase suggestion
- - - -
- - - - -Sorry, there were no results. - - -
Not finding what you're looking for?
Make a purchase suggestion
- - - - - diff --git a/koha-tmpl/opac-tmpl/prog/en/opac-zoomsearch.tmpl b/koha-tmpl/opac-tmpl/prog/en/opac-zoomsearch.tmpl deleted file mode 100644 index 8de430760b..0000000000 --- a/koha-tmpl/opac-tmpl/prog/en/opac-zoomsearch.tmpl +++ /dev/null @@ -1,631 +0,0 @@ - Catalog -- Advanced Search - - - - - -
- - - - -
style="display:block;"style="display:none"> - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - -
-
- -
- -
- -
- - -
- -
- - - - - - -
- - -
- -
-
- -
- -
-
-
-
- - - -
style="display:block;"style="display:none"> -
- - - - -
- - - -
- - - - -
- - - - days - - -
-
- - - -
style="display:block;"style="display:none"> -

Power Search

-
- - - - - - - - - - - - - - -
- - - -
- - - - - - - -
- - - -
- - - - - - -
- - - -
- - - - - - - -
- - - - - - - - - - - - (format: yyyy) - -
- - - - -
- - - -
- - - - - - - -
- - - -
- - - - -
-

- -
- -

CQL Search

- -
- - -

- [ ? ]

- -

-
- -

PQF/RPN Search

- -
- - -

- [ ? ]

- -

-
- - -
- - - -
style="display:block;"style="display:none"> -

Proximity Search

-
- - - - - - - - - - - - -
- - -
- - -

-
-
-
- diff --git a/lib/bookcount.xml b/lib/bookcount.xml deleted file mode 100644 index 1410c80988..0000000000 --- a/lib/bookcount.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - ]> - - - - - - "select * from items where itemnumber = $itm"; - - - "select max(branchtransfers.datearrived) from branchtransfers where branchtransfers.itemnumber=$var1" - - - "Select * from branchtransfers where branchtransfers.itemnumber=$var1 and branchtransfers.datearrived=$var2" - - - "Select count(*) from issues where issues.itemnumber=$itm and issues.timestamp > $dat" - - - "Select count(*) from issues where itemnumber=$itm and branchcode = $brc" - - - "Select max(timestamp) from issues where itemnumber=$itm and branchcode = $brc"; - - - "Select max(datearrived) from branchtransfers where itemnumber=$itm and tobranch = $brc"; - - - - - - "select * from items where itemnumber = $itm"; - - - "select max(branchtransfers.datearrived) from branchtransfers where branchtransfers.itemnumber=$var1" - - - "Select * from branchtransfers where branchtransfers.itemnumber=$var1 and branchtransfers.datearrived=$var2" - - - "Select count(*) from issues where issues.itemnumber=$itm and issues.timestamp > $dat" - - - "Select count(*) from issues where itemnumber=$itm and branchcode = $brc" - - - "Select max(timestamp) from issues where itemnumber=$itm and branchcode = $brc"; - - - "Select max(datearrived) from branchtransfers where itemnumber=$itm and tobranch = $brc"; - - - - - -- 2.39.5