Lines 403-424
Link Here
|
403 |
</xsl:call-template> |
403 |
</xsl:call-template> |
404 |
</xsl:if> |
404 |
</xsl:if> |
405 |
|
405 |
|
406 |
<a><xsl:attribute name="href"> |
406 |
<a> |
407 |
<xsl:choose> |
407 |
<xsl:attribute name="href"> |
408 |
<xsl:when test="$BiblioDefaultView='normal'"> |
408 |
<xsl:call-template name="buildBiblioDefaultViewURL"> |
409 |
/cgi-bin/koha/opac-detail.pl?biblionumber=<xsl:value-of select="$biblionumber"/> |
409 |
<xsl:with-param name="BiblioDefaultView"> |
410 |
</xsl:when> |
410 |
<xsl:value-of select="$BiblioDefaultView"/> |
411 |
<xsl:when test="$BiblioDefaultView='isbd'"> |
411 |
</xsl:with-param> |
412 |
/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<xsl:value-of select="$biblionumber"/> |
412 |
</xsl:call-template> |
413 |
</xsl:when> |
413 |
<xsl:value-of select="$biblionumber"/> |
414 |
<xsl:when test="$BiblioDefaultView='marc'"> |
414 |
</xsl:attribute> |
415 |
/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=<xsl:value-of select="$biblionumber"/> |
415 |
<xsl:attribute name="class">title</xsl:attribute> |
416 |
</xsl:when> |
|
|
417 |
<xsl:otherwise> |
418 |
/cgi-bin/koha/opac-detail.pl?biblionumber=<xsl:value-of select="$biblionumber"/> |
419 |
</xsl:otherwise> |
420 |
</xsl:choose> |
421 |
</xsl:attribute><xsl:attribute name="class">title</xsl:attribute> |
422 |
|
416 |
|
423 |
<xsl:if test="marc:datafield[@tag=245]"> |
417 |
<xsl:if test="marc:datafield[@tag=245]"> |
424 |
<xsl:for-each select="marc:datafield[@tag=245]"> |
418 |
<xsl:for-each select="marc:datafield[@tag=245]"> |