Bug 4300 Display 866z summary holdings public note in OPAC
Added the 866z to the MARC21slim2OPACDetail.xsl file so that it displays just above the 780 and 785 fields. Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
b83b603e9f
commit
f4e1363ccd
1 changed files with 10 additions and 0 deletions
|
@ -544,6 +544,16 @@
|
|||
</span>
|
||||
</xsl:for-each>
|
||||
|
||||
<!-- 866 holdings public note -->
|
||||
<xsl:if test="marc:datafield[@tag=866]">
|
||||
<span class="results_summary"><span class="label">Holdings Note: </span>
|
||||
<xsl:for-each select="marc:datafield[@tag=866]">
|
||||
<xsl:value-of select="marc:subfield[@code='z']"/>
|
||||
<xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
|
||||
</xsl:for-each>
|
||||
</span>
|
||||
</xsl:if>
|
||||
|
||||
<!-- 780 -->
|
||||
<xsl:if test="marc:datafield[@tag=780]">
|
||||
<xsl:for-each select="marc:datafield[@tag=780]">
|
||||
|
|
Loading…
Reference in a new issue