Lines 345-351
Link Here
|
345 |
<a> |
345 |
<a> |
346 |
<xsl:choose> |
346 |
<xsl:choose> |
347 |
<xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]"> |
347 |
<xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]"> |
348 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn:<xsl:value-of select="str:encode-uri(marc:controlfield[@tag=001], true())"/>+and+(bib-level:a+or+bib-level:b)</xsl:attribute> |
348 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn:<xsl:value-of select="str:encode-uri(marc:controlfield[@tag=001], true())"/>+AND+(bib-level:a+OR+bib-level:b)</xsl:attribute> |
349 |
</xsl:when> |
349 |
</xsl:when> |
350 |
<xsl:otherwise> |
350 |
<xsl:otherwise> |
351 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Host-item:<xsl:value-of select="str:encode-uri(translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', ''), true())"/></xsl:attribute> |
351 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Host-item:<xsl:value-of select="str:encode-uri(translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', ''), true())"/></xsl:attribute> |
Lines 362-368
Link Here
|
362 |
<a> |
362 |
<a> |
363 |
<xsl:choose> |
363 |
<xsl:choose> |
364 |
<xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]"> |
364 |
<xsl:when test="$UseControlNumber = '1' and marc:controlfield[@tag=001]"> |
365 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn:<xsl:value-of select="str:encode-uri(marc:controlfield[@tag=001], true())"/>+not+(bib-level:a+or+bib-level:b)</xsl:attribute> |
365 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn:<xsl:value-of select="str:encode-uri(marc:controlfield[@tag=001], true())"/>+NOT+(bib-level:a+OR+bib-level:b)</xsl:attribute> |
366 |
</xsl:when> |
366 |
</xsl:when> |
367 |
<xsl:otherwise> |
367 |
<xsl:otherwise> |
368 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', ''), true())"/></xsl:attribute> |
368 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', ''), true())"/></xsl:attribute> |
369 |
- |
|
|