Lines 137-143
Link Here
|
137 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute> |
137 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute> |
138 |
</xsl:when> |
138 |
</xsl:when> |
139 |
<xsl:otherwise> |
139 |
<xsl:otherwise> |
140 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:<xsl:value-of select="marc:subfield[@code='a']"/></xsl:attribute> |
140 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute> |
141 |
</xsl:otherwise> |
141 |
</xsl:otherwise> |
142 |
</xsl:choose> |
142 |
</xsl:choose> |
143 |
<xsl:call-template name="nameABCDQ"/></a> |
143 |
<xsl:call-template name="nameABCDQ"/></a> |
Lines 152-158
Link Here
|
152 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute> |
152 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute> |
153 |
</xsl:when> |
153 |
</xsl:when> |
154 |
<xsl:otherwise> |
154 |
<xsl:otherwise> |
155 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:<xsl:value-of select="marc:subfield[@code='a']"/></xsl:attribute> |
155 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute> |
156 |
</xsl:otherwise> |
156 |
</xsl:otherwise> |
157 |
</xsl:choose> |
157 |
</xsl:choose> |
158 |
<xsl:call-template name="nameABCDN"/></a> |
158 |
<xsl:call-template name="nameABCDN"/></a> |
Lines 174-180
Link Here
|
174 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute> |
174 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute> |
175 |
</xsl:when> |
175 |
</xsl:when> |
176 |
<xsl:otherwise> |
176 |
<xsl:otherwise> |
177 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:<xsl:value-of select="marc:subfield[@code='a']"/></xsl:attribute> |
177 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute> |
178 |
</xsl:otherwise> |
178 |
</xsl:otherwise> |
179 |
</xsl:choose> |
179 |
</xsl:choose> |
180 |
<xsl:call-template name="nameACDEQ"/></a> |
180 |
<xsl:call-template name="nameACDEQ"/></a> |
181 |
- |
|
|