Lines 1228-1239
Link Here
|
1228 |
<xsl:choose> |
1228 |
<xsl:choose> |
1229 |
<xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']"> |
1229 |
<xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']"> |
1230 |
<a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Control-number:<xsl:call-template name="extractControlNumber"><xsl:with-param name="subfieldW" select="marc:subfield[@code='w']"/></xsl:call-template></xsl:attribute> |
1230 |
<a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Control-number:<xsl:call-template name="extractControlNumber"><xsl:with-param name="subfieldW" select="marc:subfield[@code='w']"/></xsl:call-template></xsl:attribute> |
1231 |
<xsl:value-of select="marc:subfield[@code='a']"/> |
1231 |
<xsl:value-of select="$f780"/> |
1232 |
</a> |
1232 |
</a> |
1233 |
</xsl:when> |
1233 |
</xsl:when> |
1234 |
<xsl:otherwise> |
1234 |
<xsl:otherwise> |
1235 |
<a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate($f780, '()', ''), true())"/></xsl:attribute> |
1235 |
<a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate($f780, '()', ''), true())"/></xsl:attribute> |
1236 |
<xsl:value-of select="marc:subfield[@code='a']"/> |
1236 |
<xsl:value-of select="$f780"/> |
1237 |
</a> |
1237 |
</a> |
1238 |
</xsl:otherwise> |
1238 |
</xsl:otherwise> |
1239 |
</xsl:choose> |
1239 |
</xsl:choose> |
Lines 1290-1301
Link Here
|
1290 |
<xsl:choose> |
1290 |
<xsl:choose> |
1291 |
<xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']"> |
1291 |
<xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']"> |
1292 |
<a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Control-number:<xsl:call-template name="extractControlNumber"><xsl:with-param name="subfieldW" select="marc:subfield[@code='w']"/></xsl:call-template></xsl:attribute> |
1292 |
<a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Control-number:<xsl:call-template name="extractControlNumber"><xsl:with-param name="subfieldW" select="marc:subfield[@code='w']"/></xsl:call-template></xsl:attribute> |
1293 |
<xsl:value-of select="translate($f785, '()', '')"/> |
1293 |
<xsl:value-of select="$f785"/> |
1294 |
</a> |
1294 |
</a> |
1295 |
</xsl:when> |
1295 |
</xsl:when> |
1296 |
<xsl:otherwise> |
1296 |
<xsl:otherwise> |
1297 |
<a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate($f785, '()', ''), true())"/></xsl:attribute> |
1297 |
<a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate($f785, '()', ''), true())"/></xsl:attribute> |
1298 |
<xsl:value-of select="translate($f785, '()', '')"/> |
1298 |
<xsl:value-of select="$f785"/> |
1299 |
</a> |
1299 |
</a> |
1300 |
</xsl:otherwise> |
1300 |
</xsl:otherwise> |
1301 |
</xsl:choose> |
1301 |
</xsl:choose> |