|
Lines 369-375
Link Here
|
| 369 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute> |
369 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute> |
| 370 |
</xsl:when> |
370 |
</xsl:when> |
| 371 |
<xsl:otherwise> |
371 |
<xsl:otherwise> |
| 372 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=su:<xsl:value-of select="marc:subfield[@code='a']"/></xsl:attribute> |
372 |
|
|
|
373 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=su:<xsl:call-template name="chopPunctuation"> |
| 374 |
<xsl:with-param name="chopString"> |
| 375 |
<xsl:call-template name="subfieldSelect"> |
| 376 |
<xsl:with-param name="codes">abcdvxyz</xsl:with-param> |
| 377 |
</xsl:call-template> |
| 378 |
</xsl:with-param> |
| 379 |
</xsl:call-template> |
| 380 |
|
| 381 |
</xsl:attribute> |
| 373 |
</xsl:otherwise> |
382 |
</xsl:otherwise> |
| 374 |
</xsl:choose> |
383 |
</xsl:choose> |
| 375 |
<xsl:call-template name="chopPunctuation"> |
384 |
<xsl:call-template name="chopPunctuation"> |