|
Lines 546-552
Link Here
|
| 546 |
</span> |
546 |
</span> |
| 547 |
</xsl:if> |
547 |
</xsl:if> |
| 548 |
|
548 |
|
| 549 |
|
549 |
<!-- 385 - Audience --> |
|
|
550 |
<xsl:if test="marc:datafield[@tag=385]"> |
| 551 |
<span class="results_summary audience"> |
| 552 |
<span class="label">Audience: </span> |
| 553 |
<xsl:for-each select="marc:datafield[@tag=385]"> |
| 554 |
<xsl:if test="marc:subfield[@code='m']"> |
| 555 |
<xsl:call-template name="chopPunctuation"> |
| 556 |
<xsl:with-param name="chopString"> |
| 557 |
<xsl:call-template name="subfieldSelect"> |
| 558 |
<xsl:with-param name="codes">m</xsl:with-param> |
| 559 |
</xsl:call-template> |
| 560 |
</xsl:with-param> |
| 561 |
</xsl:call-template> |
| 562 |
<xsl:text>: </xsl:text> |
| 563 |
</xsl:if> |
| 564 |
<xsl:call-template name="chopPunctuation"> |
| 565 |
<xsl:with-param name="chopString"> |
| 566 |
<xsl:call-template name="subfieldSelect"> |
| 567 |
<xsl:with-param name="codes">a</xsl:with-param> |
| 568 |
<xsl:with-param name="delimeter">, </xsl:with-param> |
| 569 |
</xsl:call-template> |
| 570 |
</xsl:with-param> |
| 571 |
</xsl:call-template> |
| 572 |
<xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text> | </xsl:text></xsl:otherwise></xsl:choose> |
| 573 |
</xsl:for-each> |
| 574 |
</span> |
| 575 |
</xsl:if> |
| 550 |
|
576 |
|
| 551 |
<xsl:if test="marc:datafield[@tag=020]/marc:subfield[@code='a']"> |
577 |
<xsl:if test="marc:datafield[@tag=020]/marc:subfield[@code='a']"> |
| 552 |
<span class="results_summary isbn"><span class="label">ISBN: </span> |
578 |
<span class="results_summary isbn"><span class="label">ISBN: </span> |
| 553 |
- |
|
|