From 8ce06ddf3220bf4b16efe6d796ec80251f3390fb Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 7 Feb 2011 09:27:58 -0500 Subject: [PATCH] Bug 5701: Distinction between authors/additional authors in staff normal view (MARC21/XSLT) 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. Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack --- .../en/xslt/MARC21slim2intranetDetail.xsl | 94 +++++++++---------- 1 file 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 edaf28049c..952c41e615 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: + + + + + + + + + + [ + + + + + ] + + + + .; + + +
+
+
+ -- 2.39.5