|
Lines 678-684
Link Here
|
| 678 |
</xsl:when> |
678 |
</xsl:when> |
| 679 |
<xsl:otherwise> |
679 |
<xsl:otherwise> |
| 680 |
<xsl:attribute name="href"> |
680 |
<xsl:attribute name="href"> |
| 681 |
<xsl:text>/cgi-bin/koha/opac-search.pl?q=au:"</xsl:text> |
681 |
<xsl:text>/cgi-bin/koha/opac-search.pl?q=ti,phr:"</xsl:text> |
| 682 |
<xsl:value-of select="str:encode-uri(marc:subfield[@code='a'], true())"/> |
682 |
<xsl:value-of select="str:encode-uri(marc:subfield[@code='a'], true())"/> |
| 683 |
<xsl:text>"</xsl:text> |
683 |
<xsl:text>"</xsl:text> |
| 684 |
<xsl:if test="$AuthorLinkSortBy!='default'"> |
684 |
<xsl:if test="$AuthorLinkSortBy!='default'"> |
| 685 |
- |
|
|