Lines 1264-1275
Link Here
|
1264 |
<xsl:choose> |
1264 |
<xsl:choose> |
1265 |
<xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']"> |
1265 |
<xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']"> |
1266 |
<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> |
1266 |
<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> |
1267 |
<xsl:value-of select="translate($f780, '()', '')"/> |
1267 |
<xsl:value-of select="$f780"/> |
1268 |
</a> |
1268 |
</a> |
1269 |
</xsl:when> |
1269 |
</xsl:when> |
1270 |
<xsl:otherwise> |
1270 |
<xsl:otherwise> |
1271 |
<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> |
1271 |
<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> |
1272 |
<xsl:value-of select="translate($f780, '()', '')"/> |
1272 |
<xsl:value-of select="$f780"/> |
1273 |
</a> |
1273 |
</a> |
1274 |
</xsl:otherwise> |
1274 |
</xsl:otherwise> |
1275 |
</xsl:choose> |
1275 |
</xsl:choose> |
Lines 1326-1337
Link Here
|
1326 |
<xsl:choose> |
1326 |
<xsl:choose> |
1327 |
<xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']"> |
1327 |
<xsl:when test="$UseControlNumber = '1' and marc:subfield[@code='w']"> |
1328 |
<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> |
1328 |
<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> |
1329 |
<xsl:value-of select="translate($f785, '()', '')"/> |
1329 |
<xsl:value-of select="$f785"/> |
1330 |
</a> |
1330 |
</a> |
1331 |
</xsl:when> |
1331 |
</xsl:when> |
1332 |
<xsl:otherwise> |
1332 |
<xsl:otherwise> |
1333 |
<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> |
1333 |
<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> |
1334 |
<xsl:value-of select="translate($f785, '()', '')"/> |
1334 |
<xsl:value-of select="$f785"/> |
1335 |
</a> |
1335 |
</a> |
1336 |
</xsl:otherwise> |
1336 |
</xsl:otherwise> |
1337 |
</xsl:choose> |
1337 |
</xsl:choose> |