|
Lines 412-417
Link Here
|
| 412 |
</span> |
412 |
</span> |
| 413 |
</xsl:if> |
413 |
</xsl:if> |
| 414 |
|
414 |
|
|
|
415 |
<!-- Cartographic data Statement: Alternate Graphic Representation (MARC 880) --> |
| 416 |
<xsl:if test="$display880"> |
| 417 |
<xsl:call-template name="m880Select"> |
| 418 |
<xsl:with-param name="basetags">255</xsl:with-param> |
| 419 |
<xsl:with-param name="codes">abcdefg</xsl:with-param> |
| 420 |
<xsl:with-param name="class">results_summary cartographic_data</xsl:with-param> |
| 421 |
<xsl:with-param name="label">Cartographic data: </xsl:with-param> |
| 422 |
</xsl:call-template> |
| 423 |
</xsl:if> |
| 424 |
|
| 425 |
<xsl:if test="marc:datafield[@tag=255]"> |
| 426 |
<span class="results_summary cartographic_data"><span class="label">Cartographic data: </span> |
| 427 |
<xsl:for-each select="marc:datafield[@tag=255]"> |
| 428 |
<span property="cartographicData"> |
| 429 |
<xsl:call-template name="chopPunctuation"> |
| 430 |
<xsl:with-param name="chopString"> |
| 431 |
<xsl:call-template name="subfieldSelect"> |
| 432 |
<xsl:with-param name="codes">abcdefg</xsl:with-param> |
| 433 |
</xsl:call-template> |
| 434 |
</xsl:with-param> |
| 435 |
</xsl:call-template> |
| 436 |
</span> |
| 437 |
<xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose> |
| 438 |
</xsl:for-each> |
| 439 |
</span> |
| 440 |
</xsl:if> |
| 441 |
|
| 415 |
<!-- Description: Alternate Graphic Representation (MARC 880) --> |
442 |
<!-- Description: Alternate Graphic Representation (MARC 880) --> |
| 416 |
<xsl:if test="$display880"> |
443 |
<xsl:if test="$display880"> |
| 417 |
<xsl:call-template name="m880Select"> |
444 |
<xsl:call-template name="m880Select"> |
| 418 |
- |
|
|