|
Lines 1695-1701
Link Here
|
| 1695 |
<xsl:otherwise> |
1695 |
<xsl:otherwise> |
| 1696 |
<xsl:attribute name="href"> |
1696 |
<xsl:attribute name="href"> |
| 1697 |
<xsl:text>/cgi-bin/koha/catalogue/search.pl?q=au:"</xsl:text> |
1697 |
<xsl:text>/cgi-bin/koha/catalogue/search.pl?q=au:"</xsl:text> |
| 1698 |
<xsl:value-of select="str:encode-uri(marc:subfield[@code='a'], true())"/> |
1698 |
<xsl:call-template name="subfieldSelect"> |
|
|
1699 |
<xsl:with-param name="codes"> |
| 1700 |
<xsl:choose> |
| 1701 |
<xsl:when test="@tag=100 or @tag=700">abcjq</xsl:when> |
| 1702 |
<xsl:when test="@tag=110 or @tag=710">ab</xsl:when> |
| 1703 |
<xsl:when test="@tag=111 or @tag=711">aeq</xsl:when> |
| 1704 |
<xsl:otherwise>a</xsl:otherwise> |
| 1705 |
</xsl:choose> |
| 1706 |
</xsl:with-param> |
| 1707 |
</xsl:call-template> |
| 1699 |
<xsl:text>"</xsl:text> |
1708 |
<xsl:text>"</xsl:text> |
| 1700 |
<xsl:if test="$AuthorLinkSortBy!='default'"> |
1709 |
<xsl:if test="$AuthorLinkSortBy!='default'"> |
| 1701 |
<xsl:text>&sort_by=</xsl:text> |
1710 |
<xsl:text>&sort_by=</xsl:text> |
| 1702 |
- |
|
|