From 36bb500031e453ab8007772fe29a4b98d6b46112 Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Tue, 10 Mar 2015 22:05:00 -0400 Subject: [PATCH] Bug 13382 - RDA: 700/710/711 display in XSLT Test Plan: 1) Apply this patch 2) Ensure you are using the default XSLT setting for the staff and opac search results and record details 3) Find or create a record with MARC tags 700,710,711 4) Perform an opac search that would show the record in the search results. 5) Click title to review record. 6) Note the fields updates 700,710,711 to show subfields a, b, c, d, e, f, g, h, i, k, l, m, n, o, p, r, s, t, u, x. Multiple fields are separated by span class=separator |. Adds Related and Contained Works as new headings. 7) Repeat steps 4 - 6 for the staff interface --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 180 ++++++++++++++---- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 202 ++++++++++++++++----- 2 files changed, 302 insertions(+), 80 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 349dbea..33cc844 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -3,6 +3,7 @@ ]> + - - - + + + + + + + + + + + Material type: /intranet-tmpl/prog/img/famfamfam/.png @@ -524,7 +533,91 @@ - + + + + Related Works: + + + + abcdfghiklmorstux + + + + + + + + + + + [ + + + + + , + + + + + + , + + + + ] + + + + . | + + + + + + + + Contained Works: + + + + abcdfghiklmorstux + + + + + + + + + + + [ + + + + + , + + + + + + , + + + + ] + + + + . | + + + + + Subject(s): @@ -565,22 +658,6 @@ - - - - DDC classification: - - - a - - - - | - - - - - Online resources: @@ -965,7 +1042,8 @@ Author(s): - Additional author(s): + + Contributor(s): @@ -977,28 +1055,58 @@ - - - + + + + + + + + + abcdfghiklmnoprstux + + + + + + + + :,;/. + + + - - - [ - - - - - ] - - + + + + [ + + + + + + , + + + + + + , + + + + ] + + + - .; + . | - + \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 11624c4..5e6f514 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1,5 +1,6 @@ + ]> - - -
by - - - - - - -
-
-
+ + + + + + + + + + + + + + + @@ -572,6 +576,91 @@ + + + + Related Works: + + + + abcdfghiklmorstux + + + + + + + + + + + [ + + + + + , + + + + + + , + + + + ] + + + + . | + + + + + + + + Contained Works: + + + + abcdfghiklmorstux + + + + + + + + + + + [ + + + + + , + + + + + + , + + + + ] + + + + . | + + + + + Subject(s): @@ -625,23 +714,6 @@ - - - - DDC classification: - - - a - - - - | - - - - - - Online resources: @@ -1042,8 +1114,16 @@ + + +
- ; + + + by + + Contributor(s): + @@ -1084,21 +1164,50 @@ - - - + + + + + + + + + abcdfghiklmnoprstux + + + + + + + + :,;/. + + + - + - - [ - - - - - ] - + + + [ + + + + + , + + + + + + , + + + + ] + + @@ -1112,8 +1221,13 @@ + + + . | + - . +
+
@@ -1190,4 +1304,4 @@ -
+ \ No newline at end of file -- 1.9.5 (Apple Git-50.3)