Bugzilla – Attachment 59135 Details for
Bug 15179
Marc field 084 does not show on bibliographic record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15179 -Field 084 doesnt show on bibliographic record
Bug-15179--Field-084-doesnt-show-on-bibliographic-.patch (text/plain), 3.01 KB, created by
Karen
on 2017-01-18 02:25:06 UTC
(
hide
)
Description:
Bug 15179 -Field 084 doesnt show on bibliographic record
Filename:
MIME Type:
Creator:
Karen
Created:
2017-01-18 02:25:06 UTC
Size:
3.01 KB
patch
obsolete
>From 97284446971d0675e1ec10e53c9513af1e3d965a Mon Sep 17 00:00:00 2001 >From: Karen Jen <karenliang.student@wegc.school.nz> >Date: Wed, 18 Jan 2017 02:19:18 +0000 >Subject: [PATCH] Bug 15179 -Field 084 doesnt show on bibliographic record > >--- > .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 17 +++++++++++++++++ > .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 17 +++++++++++++++++ > 2 files changed, 34 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >index d22f35b..6669d9d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >@@ -770,6 +770,23 @@ > </span> > </xsl:if> > >+<!-- DDC classification --> >+ <xsl:if test="marc:datafield[@tag=084]"> >+ <span class="results_summary oc"> >+ <span class="label">Other classification: </span> >+ <xsl:for-each select="marc:datafield[@tag=084]"> >+ <xsl:call-template name="subfieldSelect"> >+ <xsl:with-param name="codes">a</xsl:with-param> >+ <xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param> >+ </xsl:call-template> >+ <xsl:choose> >+ <xsl:when test="position()=last()"><xsl:text> </xsl:text></xsl:when> >+ <xsl:otherwise> | </xsl:otherwise> >+ </xsl:choose> >+ </xsl:for-each> >+ </span> >+ </xsl:if> >+ > <xsl:if test="marc:datafield[@tag=856]"> > <span class="results_summary online_resources"><span class="label">Online resources: </span> > <xsl:for-each select="marc:datafield[@tag=856]"> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index a8622f3..845eb4a 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -822,6 +822,23 @@ > </span> > </xsl:if> > >+<!-- DDC classification --> >+ <xsl:if test="marc:datafield[@tag=084]"> >+ <span class="results_summary oc"> >+ <span class="label">Other classification: </span> >+ <xsl:for-each select="marc:datafield[@tag=084]"> >+ <xsl:call-template name="subfieldSelect"> >+ <xsl:with-param name="codes">a</xsl:with-param> >+ <xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param> >+ </xsl:call-template> >+ <xsl:choose> >+ <xsl:when test="position()=last()"><xsl:text> </xsl:text></xsl:when> >+ <xsl:otherwise> | </xsl:otherwise> >+ </xsl:choose> >+ </xsl:for-each> >+ </span> >+ </xsl:if> >+ > > <!-- Image processing code added here, takes precedence over text links including y3z text --> > <xsl:if test="marc:datafield[@tag=856]"> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15179
:
44796
|
59134
|
59135
|
59380
|
62870
|
62871