From: dbs Date: Tue, 1 Dec 2009 03:02:40 +0000 (+0000) Subject: DRY DRY DRY - and some more link style tweaking X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f9e524c636728aa32d42e6a61621a66eeff05523;p=contrib%2FConifer.git DRY DRY DRY - and some more link style tweaking git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@735 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/web/opac/skin/lul/xml/rdetail/rdetail_summary.xml b/web/opac/skin/lul/xml/rdetail/rdetail_summary.xml index 82c3392421..e8b49ce95d 100644 --- a/web/opac/skin/lul/xml/rdetail/rdetail_summary.xml +++ b/web/opac/skin/lul/xml/rdetail/rdetail_summary.xml @@ -177,23 +177,7 @@ &common.subject.600; @@ -201,23 +185,7 @@ &common.subject.610; @@ -225,23 +193,7 @@ &common.subject.611; @@ -249,23 +201,7 @@ &common.subject.630; @@ -273,23 +209,7 @@ &common.subject.648; @@ -297,23 +217,7 @@ &common.subjects; @@ -321,23 +225,7 @@ &common.subject.651; @@ -345,23 +233,7 @@ &common.subject.653; @@ -369,23 +241,7 @@ &common.subject.654; @@ -393,23 +249,7 @@ &common.subject.655; @@ -417,23 +257,7 @@ &common.subject.656; @@ -441,23 +265,7 @@ &common.subject.657; @@ -465,23 +273,7 @@ &common.subject.658; @@ -489,23 +281,7 @@ &common.subject.662; @@ -616,8 +392,28 @@ config.ids.rdetail.image = 'rdetail_image'; config.ids.rdetail.tor_pic = 'rdetail_tor_pic'; - /* Only clear the resources box once */ - var first_issn = true; + /* Only clear the resources box once */ + var first_issn = true; + + function subjectMe(tag, item) { + dojo.query(tag).removeClass('hide_me'); + var cgi = new CGI(); + var other_params = [ 'd', 'l', 'r', 'av', 's', 'sd' ]; + var total = ''; + var output = []; + var list = dojo.query( 'subfield', item ); + for (var i =0; i < list.length; i++) { + total += dojox.data.dom.textContent(list[i]) + ' '; + var current = '' + dojox.data.dom.textContent(list[i]) + '' + output.push(current); + } + return '' + output.join(' -- ') + '
'; + } dojo.addOnLoad( function () { var here = findOrgUnit(getLocation()); diff --git a/web/opac/theme/lul/css/colors.css b/web/opac/theme/lul/css/colors.css index f7332123ac..05ad023056 100644 --- a/web/opac/theme/lul/css/colors.css +++ b/web/opac/theme/lul/css/colors.css @@ -1,5 +1,6 @@ body a { color: black; text-decoration: none;} body a:visited { color: black; text-decoration: none;} +body a.search_link:visited { color: #003399; text-decoration: none; font-weight: bold; } body a:hover { color: red; text-decoration: underline;} @@ -80,7 +81,7 @@ a:focus { background: #E0E0F0; color: #000000;} .nav_link_active {font-weight: bold;} -.search_link { text-decoration: none; } +.search_link { color: #003399; text-decoration: none; font-weight: bold; } .result_table_subtable { border-top: 1px solid #E0E0F0; } .copy_count_cell { border-right: 1px solid #E0E0F0; }