|
Lines 590-595
Link Here
|
| 590 |
</span> |
590 |
</span> |
| 591 |
</xsl:if> |
591 |
</xsl:if> |
| 592 |
|
592 |
|
|
|
593 |
<!-- DDC classification --> |
| 594 |
<xsl:if test="marc:datafield[@tag=082]"> |
| 595 |
<span class="results_summary ddc"> |
| 596 |
<span class="label">DDC classification: </span> |
| 597 |
<xsl:for-each select="marc:datafield[@tag=082]"> |
| 598 |
<xsl:call-template name="subfieldSelect"> |
| 599 |
<xsl:with-param name="codes">a</xsl:with-param> |
| 600 |
</xsl:call-template> |
| 601 |
<xsl:choose> |
| 602 |
<xsl:when test="position()=last()"><xsl:text> </xsl:text></xsl:when> |
| 603 |
<xsl:otherwise> | </xsl:otherwise> |
| 604 |
</xsl:choose> |
| 605 |
</xsl:for-each> |
| 606 |
</span> |
| 607 |
</xsl:if> |
| 608 |
|
| 609 |
|
| 593 |
<!-- Image processing code added here, takes precedence over text links including y3z text --> |
610 |
<!-- Image processing code added here, takes precedence over text links including y3z text --> |
| 594 |
<xsl:if test="marc:datafield[@tag=856]"> |
611 |
<xsl:if test="marc:datafield[@tag=856]"> |
| 595 |
<span class="results_summary online_resources"><span class="label">Online resources: </span> |
612 |
<span class="results_summary online_resources"><span class="label">Online resources: </span> |
| 596 |
- |
|
|