Lines 995-1010
Link Here
|
995 |
|
995 |
|
996 |
<!-- 866 textual holdings --> |
996 |
<!-- 866 textual holdings --> |
997 |
<xsl:if test="marc:datafield[@tag=866]"> |
997 |
<xsl:if test="marc:datafield[@tag=866]"> |
998 |
<span class="results_summary holdings_note"><span class="label">Holdings note: </span> |
998 |
<span class="results_summary holdings_note"><span class="label">Holdings: </span><br /> |
999 |
<xsl:for-each select="marc:datafield[@tag=866]"> |
999 |
<xsl:for-each select="marc:datafield[@tag=866]"> |
1000 |
<xsl:call-template name="subfieldSelect"> |
1000 |
<xsl:call-template name="subfieldSelect"> |
1001 |
<xsl:with-param name="codes">axz</xsl:with-param> |
1001 |
<xsl:with-param name="codes">axz</xsl:with-param> |
1002 |
</xsl:call-template> |
1002 |
</xsl:call-template> |
1003 |
<xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose> |
1003 |
<xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose> |
1004 |
</xsl:for-each> |
1004 |
</xsl:for-each> |
1005 |
</span> |
1005 |
</span> |
1006 |
</xsl:if> |
1006 |
</xsl:if> |
1007 |
|
1007 |
|
|
|
1008 |
<!-- 867 textual holdings --> |
1009 |
<xsl:if test="marc:datafield[@tag=867]"> |
1010 |
<span class="results_summary holdings_note"><span class="label">Supplements: </span><br /> |
1011 |
<xsl:for-each select="marc:datafield[@tag=867]"> |
1012 |
<xsl:call-template name="subfieldSelect"> |
1013 |
<xsl:with-param name="codes">axz</xsl:with-param> |
1014 |
</xsl:call-template> |
1015 |
<xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose> |
1016 |
</xsl:for-each> |
1017 |
</span> |
1018 |
</xsl:if> |
1019 |
|
1020 |
<!-- 868 textual holdings --> |
1021 |
<xsl:if test="marc:datafield[@tag=868]"> |
1022 |
<span class="results_summary holdings_note"><span class="label">Indexes: </span><br /> |
1023 |
<xsl:for-each select="marc:datafield[@tag=868]"> |
1024 |
<xsl:call-template name="subfieldSelect"> |
1025 |
<xsl:with-param name="codes">axz</xsl:with-param> |
1026 |
</xsl:call-template> |
1027 |
<xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose> |
1028 |
</xsl:for-each> |
1029 |
</span> |
1030 |
</xsl:if> |
1031 |
|
1032 |
|
1008 |
<!-- 775 Other Edition --> |
1033 |
<!-- 775 Other Edition --> |
1009 |
<xsl:if test="marc:datafield[@tag=775]"> |
1034 |
<xsl:if test="marc:datafield[@tag=775]"> |
1010 |
<span class="results_summary other_editions"><span class="label">Other editions: </span> |
1035 |
<span class="results_summary other_editions"><span class="label">Other editions: </span> |