Bugzilla – Attachment 14844 Details for
Bug 9490
Show responsibility statement (245c) under title and move authors down in OPAC XSLT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Example patch for opac detail
patch.txt (text/plain), 2.33 KB, created by
Marcel de Rooy
on 2013-01-25 12:33:02 UTC
(
hide
)
Description:
Example patch for opac detail
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2013-01-25 12:33:02 UTC
Size:
2.33 KB
patch
obsolete
>From ce1f0d5b50df76be5b5b7e41cdcc6a50838c51d8 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 25 Jan 2013 09:47:46 +0100 >Subject: [PATCH] m044a: Responsibility statement in opac detail >Content-Type: text/plain; charset="utf-8" > >Past alleen opacdetail aan; vervolgpatch voor opacresults >In 3.8 prod bouwt deze patch voor opac detail op 8263a, 8872e en m038 ! >Bij deze patch hoort een nieuwe string: Name entries (vertalen voor nl) >Let op: De resp stat op detail toont minder fraai zonder de fabrique css. >--- > .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 14 ++++++++++++++ > 1 files changed, 14 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >index 6911338..33b6ce6 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl >@@ -138,6 +138,7 @@ > </xsl:call-template> > </h5> > </xsl:if> >+<!-- aanpassing zichtbaar maken 245c > <xsl:choose> > <xsl:when test="marc:datafield[@tag=100] or marc:datafield[@tag=110] or marc:datafield[@tag=111] or marc:datafield[@tag=700] or marc:datafield[@tag=710] or marc:datafield[@tag=711]"> > <h5 class="author">by >@@ -148,6 +149,19 @@ > </h5> > </xsl:when> > </xsl:choose> >+--> >+ <h5 class="author"> >+ <xsl:value-of select="marc:datafield[@tag=245]/marc:subfield[@code='c']"/> >+ </h5> >+ <xsl:if test="marc:datafield[@tag=100] or marc:datafield[@tag=110] or marc:datafield[@tag=111] or marc:datafield[@tag=700] or marc:datafield[@tag=710] or marc:datafield[@tag=711]"> >+ <span class="results_summary author"> >+ <span class="label">Name entries: </span> >+ <xsl:call-template name="showAuthor"> >+ <xsl:with-param name="authorfield" select="marc:datafield[@tag=100 or @tag=110 or @tag=111 or @tag=700 or @tag=710 or @tag=711]"/> >+ <xsl:with-param name="UseAuthoritiesForTracings" select="$UseAuthoritiesForTracings"/> >+ </xsl:call-template> >+ </span> >+ </xsl:if> > > <!-- <xsl:if test="$DisplayOPACiconsXSLT!='0'"> > <xsl:if test="$materialTypeCode!=''"> >-- >1.7.7.6 >
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 9490
:
14844
|
14845
|
14848
|
14849