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