From 8b5412abd0e493e712547ff130c606281b53ff46 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 7 Feb 2011 13:53:45 +0100 Subject: [PATCH] Bug 5701: Distinction between authors/additional authors in staff normal view (MARC21/XSLT) Content-Type: text/plain; charset="utf-8" At this time all entries in 100/110/111 and 700/710/711 are shown together. We want to see the difference between an author and an added entry. (The 700 author could for instance be an illustrator.) To this end we like to see the eventual relator code or term in $4 or $e too (displayed between brackets after the name). In the patch the code for authors is moved to a template routine at the end of the xslt stylesheet. --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 94 +++++++++---------- 1 files changed, 45 insertions(+), 49 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index edaf280..952c41e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -120,55 +120,9 @@ - - -
by - - - - - /cgi-bin/koha/catalogue/search.pl?q=an: - - - /cgi-bin/koha/catalogue/search.pl?q=au: - - - - - .; - - - - - - - /cgi-bin/koha/catalogue/search.pl?q=an: - - - /cgi-bin/koha/catalogue/search.pl?q=au: - - - - .; - - - - - - - /cgi-bin/koha/catalogue/search.pl?q=an: - - - /cgi-bin/koha/catalogue/search.pl?q=au: - - - - .; - - -
-
-
+ + + Type: @@ -835,4 +789,46 @@ + + + +
+ + + + Author(s): + Additional author(s): + + + + + /cgi-bin/koha/catalogue/search.pl?q=an: + + + /cgi-bin/koha/catalogue/search.pl?q=au: + + + + + + + + + + [ + + + + + ] + + + + .; + + +
+
+
+ -- 1.6.0.6