|
Lines 477-482
Link Here
|
| 477 |
</xsl:call-template> |
477 |
</xsl:call-template> |
| 478 |
</xsl:with-param> |
478 |
</xsl:with-param> |
| 479 |
</xsl:call-template> |
479 |
</xsl:call-template> |
|
|
480 |
<xsl:if test="@ind1=1 and not(marc:subfield[@code='i'])"> |
| 481 |
<xsl:choose> |
| 482 |
<xsl:when test="@ind2=0"> [Portion of title]</xsl:when> |
| 483 |
<xsl:when test="@ind2=1"> [Parallel title]</xsl:when> |
| 484 |
<xsl:when test="@ind2=2"> [Distinctive title]</xsl:when> |
| 485 |
<xsl:when test="@ind2=3"> [Other title]</xsl:when> |
| 486 |
<xsl:when test="@ind2=4"> [Cover title]</xsl:when> |
| 487 |
<xsl:when test="@ind2=5"> [Added title page title]</xsl:when> |
| 488 |
<xsl:when test="@ind2=6"> [Caption title]</xsl:when> |
| 489 |
<xsl:when test="@ind2=7"> [Running title]</xsl:when> |
| 490 |
<xsl:when test="@ind2=8"> [Spine title]</xsl:when> |
| 491 |
</xsl:choose> |
| 492 |
</xsl:if> |
| 480 |
<!-- #13386 added separator | --> |
493 |
<!-- #13386 added separator | --> |
| 481 |
<xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise></xsl:choose> |
494 |
<xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise></xsl:choose> |
| 482 |
</xsl:for-each> |
495 |
</xsl:for-each> |