From 775be1997ec544f79b82da3fb0ddd7f64c7b81dd Mon Sep 17 00:00:00 2001 From: artunit Date: Tue, 8 Feb 2011 03:58:58 +0000 Subject: [PATCH] clarify status for multiple items git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1223 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/static/main.css | 5 +++-- conifer/templates/components/site.xhtml | 15 +++++++++++---- conifer/templates/item/item_metadata.xhtml | 9 +++++---- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/conifer/static/main.css b/conifer/static/main.css index 45f8f9a..cf3bf08 100644 --- a/conifer/static/main.css +++ b/conifer/static/main.css @@ -179,7 +179,7 @@ span.final_item { font-weight: bold; font-size: 110%; } .itemtree .itemtree { margin-left: 30px; padding-left: 0; } -.an_item {width: 700px; margin: 0;} +.an_item {width: 750px; margin: 0;} .itemtree li { padding-left: 0; margin-left: 0; } .itemtree li { margin: 12px 8px; line-height: 115%; } @@ -358,7 +358,7 @@ ul.heading_tree ul { margin: 0; padding-left: 25px; } .availability { float: right; color: darkred; background-color: #eee; - width: 150px; margin-left: 8px; + width: 225px; margin-left: 8px; font-size: 80%; } .availability div { padding: 2px 4px; } @@ -367,3 +367,4 @@ ul.heading_tree ul { margin: 0; padding-left: 25px; } .availability .unavailable { color: darkred; background-color: #edd; } .avail_nonphys { background-color: white; } .availability .callnumber { margin: 2px 0; } +.standout { font-weight: bold; } diff --git a/conifer/templates/components/site.xhtml b/conifer/templates/components/site.xhtml index 10583f1..13df7f0 100644 --- a/conifer/templates/components/site.xhtml +++ b/conifer/templates/components/site.xhtml @@ -58,18 +58,25 @@ searchtext = _('search this site...') 4 Hour Loan 7 Day Loan -
${_callno}
-
DUE: ${_dueinfo}
+
Ask for: ${_callno}
+
NEXT DUE: ${_dueinfo}
Availability unknown.
${item.call_number()}
-
- + +
+
+ View status of all copies in catalogue +
+ + +
diff --git a/conifer/templates/item/item_metadata.xhtml b/conifer/templates/item/item_metadata.xhtml index 6788ded..a81c721 100644 --- a/conifer/templates/item/item_metadata.xhtml +++ b/conifer/templates/item/item_metadata.xhtml @@ -117,6 +117,11 @@ callnum = item.call_number()
+
+ View status of all copies in catalogue +
+

Display MARC Record

@@ -130,9 +135,5 @@ callnum = item.call_number()
-
- View catalogue entry -
-- 2.11.0