|
Lines 284-290
Link Here
|
| 284 |
<xsl:when test="$url='1'"> |
284 |
<xsl:when test="$url='1'"> |
| 285 |
<xsl:if test="$field/marc:subfield[@code='b']"> |
285 |
<xsl:if test="$field/marc:subfield[@code='b']"> |
| 286 |
<a> |
286 |
<a> |
| 287 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Provider:<xsl:value-of select="str:encode-uri($field/marc:subfield[@code='b'], true())"/>"</xsl:attribute> |
287 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Provider:<xsl:value-of select="str:encode-uri($field/marc:subfield[@code='b'], true())"/></xsl:attribute> |
| 288 |
<xsl:call-template name="subfieldSelect"> |
288 |
<xsl:call-template name="subfieldSelect"> |
| 289 |
<xsl:with-param name="codes">b</xsl:with-param> |
289 |
<xsl:with-param name="codes">b</xsl:with-param> |
| 290 |
</xsl:call-template> |
290 |
</xsl:call-template> |
| 291 |
- |
|
|