Lines 290-314
Link Here
|
290 |
</xsl:call-template> |
290 |
</xsl:call-template> |
291 |
</xsl:if> |
291 |
</xsl:if> |
292 |
|
292 |
|
293 |
<a><xsl:attribute name="href"> |
293 |
<a> |
294 |
<xsl:choose> |
294 |
<xsl:attribute name="href"> |
295 |
<xsl:when test="$IntranetBiblioDefaultView='normal'"> |
295 |
<xsl:call-template name="buildBiblioDefaultViewURL"> |
296 |
/cgi-bin/koha/catalogue/detail.pl?biblionumber=<xsl:value-of select="$biblionumber"/> |
296 |
<xsl:with-param name="IntranetBiblioDefaultView"> |
297 |
</xsl:when> |
297 |
<xsl:value-of select="$IntranetBiblioDefaultView"/> |
298 |
<xsl:when test="$IntranetBiblioDefaultView='isbd'"> |
298 |
</xsl:with-param> |
299 |
/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=<xsl:value-of select="$biblionumber"/> |
299 |
</xsl:call-template> |
300 |
</xsl:when> |
300 |
<xsl:value-of select="$biblionumber"/> |
301 |
<xsl:when test="$IntranetBiblioDefaultView='labeled_marc'"> |
301 |
</xsl:attribute> |
302 |
/cgi-bin/koha/catalogue/labeledMARCdetail.pl?biblionumber=<xsl:value-of select="$biblionumber"/> |
302 |
<xsl:attribute name="class">title</xsl:attribute> |
303 |
</xsl:when> |
|
|
304 |
<xsl:when test="$IntranetBiblioDefaultView='marc'"> |
305 |
/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=<xsl:value-of select="$biblionumber"/> |
306 |
</xsl:when> |
307 |
<xsl:otherwise> |
308 |
/cgi-bin/koha/catalogue/detail.pl?biblionumber=<xsl:value-of select="$biblionumber"/> |
309 |
</xsl:otherwise> |
310 |
</xsl:choose> |
311 |
</xsl:attribute><xsl:attribute name="class">title</xsl:attribute> |
312 |
|
303 |
|
313 |
<xsl:if test="marc:datafield[@tag=245]"> |
304 |
<xsl:if test="marc:datafield[@tag=245]"> |
314 |
<xsl:for-each select="marc:datafield[@tag=245]"> |
305 |
<xsl:for-each select="marc:datafield[@tag=245]"> |