Lines 222-228
Link Here
|
222 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/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> |
222 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/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> |
223 |
</xsl:when> |
223 |
</xsl:when> |
224 |
<xsl:otherwise> |
224 |
<xsl:otherwise> |
225 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Host-item:<xsl:value-of select="str:encode-uri(translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', ''), true())"/></xsl:attribute> |
225 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Host-item:<xsl:value-of select="str:encode-uri(translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/:', ''), true())"/></xsl:attribute> |
226 |
</xsl:otherwise> |
226 |
</xsl:otherwise> |
227 |
</xsl:choose> |
227 |
</xsl:choose> |
228 |
<xsl:text>Show analytics</xsl:text> |
228 |
<xsl:text>Show analytics</xsl:text> |
Lines 239-245
Link Here
|
239 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/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> |
239 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/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> |
240 |
</xsl:when> |
240 |
</xsl:when> |
241 |
<xsl:otherwise> |
241 |
<xsl:otherwise> |
242 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', ''), true())"/></xsl:attribute> |
242 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/:', ''), true())"/></xsl:attribute> |
243 |
</xsl:otherwise> |
243 |
</xsl:otherwise> |
244 |
</xsl:choose> |
244 |
</xsl:choose> |
245 |
<xsl:text>Show volumes</xsl:text> |
245 |
<xsl:text>Show volumes</xsl:text> |
Lines 257-266
Link Here
|
257 |
<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> |
257 |
<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> |
258 |
</xsl:when> |
258 |
</xsl:when> |
259 |
<xsl:otherwise> |
259 |
<xsl:otherwise> |
260 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate(//marc:datafield[@tag=245]/marc:subfield[@code='a'], '.', ''), true())"/></xsl:attribute> |
260 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="str:encode-uri(translate(//marc:datafield[@tag=245]/marc:subfield[@code='a'], '.:', ''), true())"/></xsl:attribute> |
261 |
</xsl:otherwise> |
261 |
</xsl:otherwise> |
262 |
</xsl:choose> |
262 |
</xsl:choose> |
263 |
<xsl:value-of select="translate(//marc:datafield[@tag=245]/marc:subfield[@code='a'], '.', '')" /> |
263 |
<xsl:value-of select="translate(//marc:datafield[@tag=245]/marc:subfield[@code='a'], '.:', '')" /> |
264 |
</a> |
264 |
</a> |
265 |
<xsl:choose> |
265 |
<xsl:choose> |
266 |
<xsl:when test="position()=last()"></xsl:when> |
266 |
<xsl:when test="position()=last()"></xsl:when> |