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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-2 / +12 lines)
Lines 1717-1728 Link Here
1717
                </span>
1717
                </span>
1718
            </xsl:if>
1718
            </xsl:if>
1719
        </a>
1719
        </a>
1720
        <xsl:if test="marc:subfield[@code=9]">
1721
        <xsl:text> </xsl:text>
1722
         <a class='authlink'>
1723
         <xsl:attribute name="href">/cgi-bin/koha/authorities/detail.pl?authid=<xsl:value-of select="str:encode-uri(marc:subfield[@code=9], true())"/></xsl:attribute>
1724
         <xsl:element name="img">
1725
         <xsl:attribute name="src">/intranet-tmpl/prog/img/filefind.png</xsl:attribute>
1726
         <xsl:attribute name="alt"></xsl:attribute>
1727
         <xsl:attribute name="height">15</xsl:attribute>
1728
         <xsl:attribute name="width">15</xsl:attribute>
1729
         </xsl:element>
1730
         </a>
1731
        </xsl:if>
1720
        <xsl:choose>
1732
        <xsl:choose>
1721
            <xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise>
1733
            <xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise>
1722
        </xsl:choose>
1734
        </xsl:choose>
1723
        </xsl:for-each>
1735
        </xsl:for-each>
1724
        </h5>
1736
        </h5>
1725
1726
	</xsl:if>
1737
	</xsl:if>
1727
    </xsl:template>
1738
    </xsl:template>
1728
1739
1729
- 

Return to bug 20362