Lines 503-509
Link Here
|
503 |
</xsl:if> |
503 |
</xsl:if> |
504 |
<!-- End of OpenURL --> |
504 |
<!-- End of OpenURL --> |
505 |
|
505 |
|
506 |
<p> |
|
|
507 |
<!-- Author Statement: Alternate Graphic Representation (MARC 880) --> |
506 |
<!-- Author Statement: Alternate Graphic Representation (MARC 880) --> |
508 |
<xsl:if test="$display880"> |
507 |
<xsl:if test="$display880"> |
509 |
<xsl:call-template name="m880Select"> |
508 |
<xsl:call-template name="m880Select"> |
Lines 515-523
Link Here
|
515 |
<xsl:choose> |
514 |
<xsl:choose> |
516 |
<xsl:when test="marc:datafield[@tag=100] or marc:datafield[@tag=110] or marc:datafield[@tag=111] or marc:datafield[@tag=700] or marc:datafield[@tag=710] or marc:datafield[@tag=711]"> |
515 |
<xsl:when test="marc:datafield[@tag=100] or marc:datafield[@tag=110] or marc:datafield[@tag=111] or marc:datafield[@tag=700] or marc:datafield[@tag=710] or marc:datafield[@tag=711]"> |
517 |
|
516 |
|
518 |
<span class="byAuthor">by </span><span class="author"> |
517 |
<span class="byAuthor">by </span> |
|
|
518 |
<ul class="author resource_list"> |
519 |
<!-- #13383 --> |
519 |
<!-- #13383 --> |
520 |
<xsl:for-each select="marc:datafield[(@tag=100 or @tag=700 or @tag=110 or @tag=710 or @tag=111 or @tag=711) and @ind1!='z']"> |
520 |
<xsl:for-each select="marc:datafield[(@tag=100 or @tag=700 or @tag=110 or @tag=710 or @tag=111 or @tag=711) and @ind1!='z']"> |
|
|
521 |
<li> |
521 |
<xsl:call-template name="chopPunctuation"> |
522 |
<xsl:call-template name="chopPunctuation"> |
522 |
<xsl:with-param name="chopString"> |
523 |
<xsl:with-param name="chopString"> |
523 |
<xsl:call-template name="subfieldSelect"> |
524 |
<xsl:call-template name="subfieldSelect"> |
Lines 633-647
Link Here
|
633 |
<xsl:text>]</xsl:text> |
634 |
<xsl:text>]</xsl:text> |
634 |
</span> |
635 |
</span> |
635 |
</xsl:if> |
636 |
</xsl:if> |
636 |
<xsl:choose> |
637 |
</li> |
637 |
<xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise> |
|
|
638 |
</xsl:choose> |
639 |
</xsl:for-each> |
638 |
</xsl:for-each> |
640 |
|
639 |
</ul> |
641 |
</span> |
|
|
642 |
</xsl:when> |
640 |
</xsl:when> |
643 |
</xsl:choose> |
641 |
</xsl:choose> |
644 |
</p> |
|
|
645 |
|
642 |
|
646 |
<xsl:call-template name="show-series"> |
643 |
<xsl:call-template name="show-series"> |
647 |
<xsl:with-param name="searchurl">/cgi-bin/koha/opac-search.pl</xsl:with-param> |
644 |
<xsl:with-param name="searchurl">/cgi-bin/koha/opac-search.pl</xsl:with-param> |
648 |
- |
|
|