|
Lines 619-624
Link Here
|
| 619 |
</span> |
619 |
</span> |
| 620 |
</xsl:if> |
620 |
</xsl:if> |
| 621 |
|
621 |
|
|
|
622 |
<!-- DDC classification --> |
| 623 |
<xsl:if test="marc:datafield[@tag=082]"> |
| 624 |
<span class="results_summary ddc"> |
| 625 |
<span class="label">DDC classification: </span> |
| 626 |
<xsl:for-each select="marc:datafield[@tag=082]"> |
| 627 |
<xsl:call-template name="subfieldSelect"> |
| 628 |
<xsl:with-param name="codes">a</xsl:with-param> |
| 629 |
</xsl:call-template> |
| 630 |
<xsl:choose> |
| 631 |
<xsl:when test="position()=last()"><xsl:text> </xsl:text></xsl:when> |
| 632 |
<xsl:otherwise> | </xsl:otherwise> |
| 633 |
</xsl:choose> |
| 634 |
</xsl:for-each> |
| 635 |
</span> |
| 636 |
</xsl:if> |
| 637 |
|
| 638 |
|
| 622 |
<!-- Image processing code added here, takes precedence over text links including y3z text --> |
639 |
<!-- Image processing code added here, takes precedence over text links including y3z text --> |
| 623 |
<xsl:if test="marc:datafield[@tag=856]"> |
640 |
<xsl:if test="marc:datafield[@tag=856]"> |
| 624 |
<span class="results_summary online_resources"><span class="label">Online resources: </span> |
641 |
<span class="results_summary online_resources"><span class="label">Online resources: </span> |
| 625 |
- |
|
|