|
Lines 242-248
Link Here
|
| 242 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=rcn:<xsl:value-of select="marc:controlfield[@tag=001]"/></xsl:attribute> |
242 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=rcn:<xsl:value-of select="marc:controlfield[@tag=001]"/></xsl:attribute> |
| 243 |
</xsl:when> |
243 |
</xsl:when> |
| 244 |
<xsl:otherwise> |
244 |
<xsl:otherwise> |
| 245 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Title:<xsl:value-of select="translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', '')"/></xsl:attribute> |
245 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', '')"/></xsl:attribute> |
| 246 |
</xsl:otherwise> |
246 |
</xsl:otherwise> |
| 247 |
</xsl:choose> |
247 |
</xsl:choose> |
| 248 |
<xsl:text>Show volumes</xsl:text> |
248 |
<xsl:text>Show volumes</xsl:text> |
|
Lines 260-266
Link Here
|
| 260 |
<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> |
260 |
<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> |
| 261 |
</xsl:when> |
261 |
</xsl:when> |
| 262 |
<xsl:otherwise> |
262 |
<xsl:otherwise> |
| 263 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Title:<xsl:value-of select="translate(//marc:datafield[@tag=245]/marc:subfield[@code='a'], '.', '')"/></xsl:attribute> |
263 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="translate(//marc:datafield[@tag=245]/marc:subfield[@code='a'], '.', '')"/></xsl:attribute> |
| 264 |
</xsl:otherwise> |
264 |
</xsl:otherwise> |
| 265 |
</xsl:choose> |
265 |
</xsl:choose> |
| 266 |
<xsl:value-of select="translate(//marc:datafield[@tag=245]/marc:subfield[@code='a'], '.', '')" /> |
266 |
<xsl:value-of select="translate(//marc:datafield[@tag=245]/marc:subfield[@code='a'], '.', '')" /> |
|
Lines 565-571
Link Here
|
| 565 |
<xsl:if test="marc:subfield[@code='g']"><xsl:text> </xsl:text><xsl:value-of select="marc:subfield[@code='g']"/></xsl:if> |
565 |
<xsl:if test="marc:subfield[@code='g']"><xsl:text> </xsl:text><xsl:value-of select="marc:subfield[@code='g']"/></xsl:if> |
| 566 |
</xsl:when> |
566 |
</xsl:when> |
| 567 |
<xsl:otherwise> |
567 |
<xsl:otherwise> |
| 568 |
<a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Title:<xsl:value-of select="translate($f773, '()', '')"/></xsl:attribute> |
568 |
<a><xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="translate($f773, '()', '')"/></xsl:attribute> |
| 569 |
<xsl:value-of select="$f773"/> |
569 |
<xsl:value-of select="$f773"/> |
| 570 |
</a> |
570 |
</a> |
| 571 |
<xsl:if test="marc:subfield[@code='g']"><xsl:text> </xsl:text><xsl:value-of select="marc:subfield[@code='g']"/></xsl:if> |
571 |
<xsl:if test="marc:subfield[@code='g']"><xsl:text> </xsl:text><xsl:value-of select="marc:subfield[@code='g']"/></xsl:if> |
|
Lines 597-603
Link Here
|
| 597 |
<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> |
597 |
<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> |
| 598 |
</xsl:when> |
598 |
</xsl:when> |
| 599 |
<xsl:otherwise> |
599 |
<xsl:otherwise> |
| 600 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Title:<xsl:value-of select="translate(marc:subfield[@code='t'], '.', '')"/></xsl:attribute> |
600 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=ti,phr:<xsl:value-of select="translate(marc:subfield[@code='t'], '.', '')"/></xsl:attribute> |
| 601 |
</xsl:otherwise> |
601 |
</xsl:otherwise> |
| 602 |
</xsl:choose> |
602 |
</xsl:choose> |
| 603 |
<xsl:call-template name="subfieldSelect"> |
603 |
<xsl:call-template name="subfieldSelect"> |