Bugzilla – Attachment 14845 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]
Exampla patch for opac results
patch.txt (text/plain), 2.03 KB, created by
Marcel de Rooy
on 2013-01-25 12:34:02 UTC
(
hide
)
Description:
Exampla patch for opac results
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2013-01-25 12:34:02 UTC
Size:
2.03 KB
patch
obsolete
>From d063c700b3800a4b6a80c50cd17ed0282da1f2e4 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 25 Jan 2013 10:58:01 +0100 >Subject: [PATCH] m044b: Responsibility statement in opac results >Content-Type: text/plain; charset="utf-8" > >Aanpassing aan opac results xslt >Geen vertaling nodig >Bouwt op 8872e en m013 voor produktie 3.8 >--- > .../prog/en/xslt/MARC21slim2OPACResults.xsl | 10 ++++++++-- > 1 files changed, 8 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl >index a525c09..2382ce0 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl >+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl >@@ -445,6 +445,7 @@ > </xsl:call-template> > </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]"> > >@@ -463,7 +464,7 @@ > <xsl:for-each select="marc:datafield[@tag=110 or @tag=710]"> > <xsl:choose> > <xsl:when test="position()=1"> >- <xsl:text> -- </xsl:text> >+ <xsl:text> --><!-- trucje vanwege dubbele min </xsl:text> > </xsl:when> > </xsl:choose> > <xsl:choose> >@@ -479,7 +480,7 @@ > <xsl:for-each select="marc:datafield[@tag=111 or @tag=711]"> > <xsl:choose> > <xsl:when test="position()=1"> >- <xsl:text> -- </xsl:text> >+ <xsl:text> --><!-- zelfde trucje </xsl:text> > </xsl:when> > </xsl:choose> > <xsl:choose> >@@ -503,6 +504,11 @@ > </span> > </xsl:when> > </xsl:choose> >+--> >+ <!-- Responsibility statement --> >+ <span class="author"> >+ <xsl:value-of select="marc:datafield[@tag=245]/marc:subfield[@code='c']"/> >+ </span> > </p> > > <xsl:if test="marc:datafield[@tag=250]"> >-- >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