|
Lines 516-521
Link Here
|
| 516 |
</span> |
516 |
</span> |
| 517 |
</xsl:if> |
517 |
</xsl:if> |
| 518 |
|
518 |
|
|
|
519 |
<!-- 362 - Dates of Publication and/or Sequential Designation --> |
| 520 |
<xsl:if test="marc:datafield[@tag=362]"> |
| 521 |
<span class="results_summary start_end_date"> |
| 522 |
<span class="label">Dates of publication and/or sequential designation: </span> |
| 523 |
<ul class="resource_list"> |
| 524 |
<xsl:for-each select="marc:datafield[@tag=362]"> |
| 525 |
<li> |
| 526 |
<xsl:call-template name="chopPunctuation"> |
| 527 |
<xsl:with-param name="chopString"> |
| 528 |
<xsl:call-template name="subfieldSelect"> |
| 529 |
<xsl:with-param name="codes">a</xsl:with-param> |
| 530 |
<xsl:with-param name="delimeter"> </xsl:with-param> |
| 531 |
</xsl:call-template> |
| 532 |
</xsl:with-param> |
| 533 |
</xsl:call-template> |
| 534 |
</li> |
| 535 |
</xsl:for-each> |
| 536 |
</ul> |
| 537 |
</span> |
| 538 |
</xsl:if> |
| 539 |
|
| 519 |
<!-- 385 - Audience --> |
540 |
<!-- 385 - Audience --> |
| 520 |
<xsl:if test="marc:datafield[@tag=385]"> |
541 |
<xsl:if test="marc:datafield[@tag=385]"> |
| 521 |
<span class="results_summary audience"> |
542 |
<span class="results_summary audience"> |
| 522 |
- |
|
|