Lines 1048-1063
Link Here
|
1048 |
|
1048 |
|
1049 |
<!-- 866 textual holdings --> |
1049 |
<!-- 866 textual holdings --> |
1050 |
<xsl:if test="marc:datafield[@tag=866]"> |
1050 |
<xsl:if test="marc:datafield[@tag=866]"> |
1051 |
<span class="results_summary holdings_note"><span class="label">Holdings note: </span> |
1051 |
<span class="results_summary holdings_note"><span class="label">Holdings: </span><br /> |
1052 |
<xsl:for-each select="marc:datafield[@tag=866]"> |
1052 |
<xsl:for-each select="marc:datafield[@tag=866]"> |
1053 |
<xsl:call-template name="subfieldSelect"> |
1053 |
<xsl:call-template name="subfieldSelect"> |
1054 |
<xsl:with-param name="codes">axz</xsl:with-param> |
1054 |
<xsl:with-param name="codes">axz</xsl:with-param> |
1055 |
</xsl:call-template> |
1055 |
</xsl:call-template> |
1056 |
<xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose> |
1056 |
<xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose> |
1057 |
</xsl:for-each> |
1057 |
</xsl:for-each> |
1058 |
</span> |
1058 |
</span> |
1059 |
</xsl:if> |
1059 |
</xsl:if> |
1060 |
|
1060 |
|
|
|
1061 |
<!-- 867 textual holdings --> |
1062 |
<xsl:if test="marc:datafield[@tag=867]"> |
1063 |
<span class="results_summary holdings_note"><span class="label">Supplements: </span><br /> |
1064 |
<xsl:for-each select="marc:datafield[@tag=867]"> |
1065 |
<xsl:call-template name="subfieldSelect"> |
1066 |
<xsl:with-param name="codes">axz</xsl:with-param> |
1067 |
</xsl:call-template> |
1068 |
<xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose> |
1069 |
</xsl:for-each> |
1070 |
</span> |
1071 |
</xsl:if> |
1072 |
|
1073 |
<!-- 868 textual holdings --> |
1074 |
<xsl:if test="marc:datafield[@tag=868]"> |
1075 |
<span class="results_summary holdings_note"><span class="label">Indexes: </span><br /> |
1076 |
<xsl:for-each select="marc:datafield[@tag=868]"> |
1077 |
<xsl:call-template name="subfieldSelect"> |
1078 |
<xsl:with-param name="codes">axz</xsl:with-param> |
1079 |
</xsl:call-template> |
1080 |
<xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose> |
1081 |
</xsl:for-each> |
1082 |
</span> |
1083 |
</xsl:if> |
1084 |
|
1085 |
|
1061 |
<!-- 775 Other Edition --> |
1086 |
<!-- 775 Other Edition --> |
1062 |
<xsl:if test="marc:datafield[@tag=775]"> |
1087 |
<xsl:if test="marc:datafield[@tag=775]"> |
1063 |
<span class="results_summary other_editions"><span class="label">Other editions: </span> |
1088 |
<span class="results_summary other_editions"><span class="label">Other editions: </span> |