Lines 462-467
Link Here
|
462 |
</span> |
462 |
</span> |
463 |
</xsl:if> |
463 |
</xsl:if> |
464 |
|
464 |
|
|
|
465 |
|
466 |
<xsl:if test="marc:datafield[@tag=242]"> |
467 |
<span class="results_summary translated_title"><span class="label">Title translated: </span> |
468 |
<xsl:for-each select="marc:datafield[@tag=242]"> |
469 |
<xsl:call-template name="chopPunctuation"> |
470 |
<xsl:with-param name="chopString"> |
471 |
<xsl:call-template name="subfieldSelect"> |
472 |
<xsl:with-param name="codes">abchnp</xsl:with-param> |
473 |
</xsl:call-template> |
474 |
</xsl:with-param> |
475 |
</xsl:call-template> |
476 |
<xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose> |
477 |
</xsl:for-each> |
478 |
</span> |
479 |
</xsl:if> |
480 |
|
465 |
<!-- Uniform Title Statement: Alternate Graphic Representation (MARC 880) --> |
481 |
<!-- Uniform Title Statement: Alternate Graphic Representation (MARC 880) --> |
466 |
<xsl:if test="$display880"> |
482 |
<xsl:if test="$display880"> |
467 |
<xsl:call-template name="m880Select"> |
483 |
<xsl:call-template name="m880Select"> |