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