View | Details | Raw Unified | Return to bug 6553
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl (-4 / +3 lines)
Lines 959-968 Link Here
959
            <a>
959
            <a>
960
                <xsl:choose>
960
                <xsl:choose>
961
                    <xsl:when test="marc:subfield[@code=9] and $UseAuthoritiesForTracings='1'">
961
                    <xsl:when test="marc:subfield[@code=9] and $UseAuthoritiesForTracings='1'">
962
                        <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
962
                        <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:"<xsl:value-of select="marc:subfield[@code=9]"/>"</xsl:attribute>
963
                    </xsl:when>
963
                    </xsl:when>
964
                    <xsl:otherwise>
964
                    <xsl:otherwise>
965
                        <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:<xsl:value-of select="marc:subfield[@code='a']"/></xsl:attribute>
965
                        <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=au:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute>
966
                    </xsl:otherwise>
966
                    </xsl:otherwise>
967
                </xsl:choose>
967
                </xsl:choose>
968
                <xsl:choose>
968
                <xsl:choose>
Lines 984-990 Link Here
984
            </a>
984
            </a>
985
            <xsl:if test="marc:subfield[@code=9]">
985
            <xsl:if test="marc:subfield[@code=9]">
986
                <a class='authlink'>
986
                <a class='authlink'>
987
                    <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
987
                    <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid="<xsl:value-of select="marc:subfield[@code=9]"/>"</xsl:attribute>
988
                    <img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"/>
988
                    <img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"/>
989
                </a>
989
                </a>
990
            </xsl:if>
990
            </xsl:if>
991
- 

Return to bug 6553