Lines 1000-1005
Link Here
|
1000 |
</span> |
1000 |
</span> |
1001 |
</xsl:if> |
1001 |
</xsl:if> |
1002 |
|
1002 |
|
|
|
1003 |
<!-- NLM classification --> |
1004 |
<xsl:if test="marc:datafield[@tag=060]"> |
1005 |
<span class="results_summary nlm"> |
1006 |
<span class="label">NLM classification: </span> |
1007 |
<xsl:for-each select="marc:datafield[@tag=060]"> |
1008 |
<xsl:call-template name="subfieldSelect"> |
1009 |
<xsl:with-param name="codes">a</xsl:with-param> |
1010 |
<xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param> |
1011 |
</xsl:call-template> |
1012 |
<xsl:choose> |
1013 |
<xsl:when test="position()=last()"><xsl:text> </xsl:text></xsl:when> |
1014 |
<xsl:otherwise> | </xsl:otherwise> |
1015 |
</xsl:choose> |
1016 |
</xsl:for-each> |
1017 |
</span> |
1018 |
</xsl:if> |
1019 |
|
1003 |
<!-- Other classification --> |
1020 |
<!-- Other classification --> |
1004 |
<xsl:if test="marc:datafield[@tag=084]"> |
1021 |
<xsl:if test="marc:datafield[@tag=084]"> |
1005 |
<span class="results_summary oc"> |
1022 |
<span class="results_summary oc"> |
1006 |
- |
|
|