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