|
Lines 127-133
Link Here
|
| 127 |
<xsl:value-of select="$str"/> |
127 |
<xsl:value-of select="$str"/> |
| 128 |
</a> |
128 |
</a> |
| 129 |
</xsl:when> |
129 |
</xsl:when> |
| 130 |
<xsl:when test="boolean($index) and boolean(marc:subfield[@code=9])"> |
130 |
<xsl:when test="boolean($index) and boolean(marc:subfield[@code=9]) and $UseAuthoritiesForTracings='1'"> |
| 131 |
<a> |
131 |
<a> |
| 132 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute> |
132 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute> |
| 133 |
<xsl:value-of select="$str"/> |
133 |
<xsl:value-of select="$str"/> |
| 134 |
- |
|
|