From 14249c008210c0029d36bc07cc691a38b82561da Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 9 Apr 2008 08:58:52 -0500 Subject: [PATCH] Changes to "Most Popular" interface: adding some default parameters to link so that page displays results right away. When results are shown, search form is moved into side bar, like facets. Adding tablesorter and 'place hold' links. Signed-off-by: Joshua Ferraro --- .../prog/en/css/staff-global.css | 4 + .../opac-tmpl/prog/en/includes/masthead.inc | 4 +- .../prog/en/modules/opac-topissues.tmpl | 131 ++++++++++-------- 3 files changed, 81 insertions(+), 58 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index 9ed04f758c..d38138b43a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -1310,6 +1310,10 @@ div.browse { margin : .5em 0; } +div#bookcoverimg { + text-align : center; +} + div#header_search input.submit { font-size : 1em; } diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc index 7f07c3ffbe..76e62ed092 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc @@ -73,9 +73,9 @@ - + - + diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-topissues.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-topissues.tmpl index 81275230d9..8d3278caba 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-topissues.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-topissues.tmpl @@ -1,10 +1,30 @@ Koha Online Catalog › Most Popular Titles + + @@ -13,26 +33,63 @@ function Dopop(link) {
- -
+ + + + + + + + + + + + + + + + + + + +
The most checked-out + + + titles + + at + + + + in the past months + of all time +
TitleItemtypeCheckouts 
">

+ - + - () + ; + - + ;

+
">Place Hold
+ +
See the Most Popular Titles
  1. titles + + + + + + + +
  2. - -
@@ -60,51 +117,13 @@ function Dopop(link) {
- - - - - - - - - - - - - - - - - -
The most checked-out - - - titles - - at - - - - in the past months - of all time -
TitleItemtypeCheckouts
-

"> - -

- - - - - () - ; - - - ; -
+
-- 2.39.2