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