From 70548b4882e1aabb69ec93a9f01e5de62d9989e0 Mon Sep 17 00:00:00 2001 From: oleonard Date: Fri, 28 Apr 2006 18:46:30 +0000 Subject: [PATCH] Bug fixing. New 'hide-marc' system preference wasn't working here. Copying over structure from CSS template with only minor modifications. Also copying styles from CSS-template stylesheet. That will hopefully make coordinated upgrades a little easier. --- .../opac-tmpl/npl/en/includes/opac-colors.css | 21 ++ .../opac-tmpl/npl/en/includes/opac-layout.css | 31 +++ .../opac-tmpl/npl/en/opac-MARCdetail.tmpl | 249 ++++++++++++++---- 3 files changed, 243 insertions(+), 58 deletions(-) diff --git a/koha-tmpl/opac-tmpl/npl/en/includes/opac-colors.css b/koha-tmpl/opac-tmpl/npl/en/includes/opac-colors.css index deeaa96e97..448fcc1b70 100644 --- a/koha-tmpl/opac-tmpl/npl/en/includes/opac-colors.css +++ b/koha-tmpl/opac-tmpl/npl/en/includes/opac-colors.css @@ -415,4 +415,25 @@ td.overdue { #itemReviews dt { border-bottom: 1px solid #ddd; +} + +div.tabbloc { + background-color:transparent; +} + +div.tab { + background-color:transparent; +} + +div.tab p { + border-top: 1px solid #D8DEB8; + border-bottom: 1px solid White; +} + +.MARCtag { /* style for tag definition (700 - Statement of responsability) */ + color:#000066; + background-color:#EEEEEE; +} + +.labelsubfield { /* style for each subfield (like : a Publication year), just before the biblio subfield */ } \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/npl/en/includes/opac-layout.css b/koha-tmpl/opac-tmpl/npl/en/includes/opac-layout.css index 7550df58f1..4078b4d1d2 100644 --- a/koha-tmpl/opac-tmpl/npl/en/includes/opac-layout.css +++ b/koha-tmpl/opac-tmpl/npl/en/includes/opac-layout.css @@ -803,3 +803,34 @@ span.print { background: url(../images/bluestars.png) top left no-repeat; } +div.tabbloc { + font-family: Arial, Helvetica, sans-serif; + font-size: 80%; +} + +div.tab { + display: block; + float:left; + margin-right:0px; + width:100%; +} + +div.tab p { + margin : 0; + padding : 3px 0; +} + +.MARCtag { /* style for tag definition (700 - Statement of responsability) */ + font-weight:bold; + clear : both; + margin : 0; + padding : 2px 0; +} + +.labelsubfield { /* style for each subfield (like : a Publication year), just before the biblio subfield */ + clear : both; + font-weight : bold; + float:left; + width: 12em; + margin-left:30px; +} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/npl/en/opac-MARCdetail.tmpl b/koha-tmpl/opac-tmpl/npl/en/opac-MARCdetail.tmpl index d2e75f3ce0..3963f18add 100644 --- a/koha-tmpl/opac-tmpl/npl/en/opac-MARCdetail.tmpl +++ b/koha-tmpl/opac-tmpl/npl/en/opac-MARCdetail.tmpl @@ -21,109 +21,230 @@
'); return false;" value="Add to Book Bag" />
- - +
+
+ + +

+ +

+ -
- - - +

+ + + + &operator==&type=intranet&value=">? +
+

+ +
-
+ +

+ +

+ - - - - +

+ + + + &operator==&type=intranet&value=" title="Search on ">? +
+

+ +
-
+ +

+ +

+ - - - - +

+ + + + &operator==&type=intranet&value=" title="Search on ">? +
+

+ +
-
+ +

+ +

+ - - - - +

+ + + + &operator==&type=intranet&value=" title="Search on ">? +
+

+ +
-
+ +

+ +

+ - - - - +

+ + + + &operator==&type=intranet&value=" title="Search on ">? +
+

+ +
-
+ +

+ +

+ - - - - +

+ + + + &operator==&type=intranet&value=" title="Search on "> +
+

+ +
-
+ +

+ +

+ - - - - +

+ + + + &operator==&type=intranet&value=" title="Search on ">? +
+

+ +
-
+ +

+ +

+ - - - - +

+ + + + &operator==&type=intranet&value=" title="Search on ">? +
+

+ +
-
+ +

+ +

+ - - - - +

+ + + + &operator==&type=intranet&value=" title="Search on ">? +
+

+ +
-
+ +

+ +

+ - - - - +

+ + + + &operator==&type=intranet&value="title="Search on ">? +
+

-
- + + +
+

Items

- -
Copies
@@ -136,10 +257,22 @@
- -
No copies available.
- +
+ + -- 2.39.5