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

(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl (+12 lines)
Lines 506-511 Link Here
506
                </xsl:with-param>
506
                </xsl:with-param>
507
            </xsl:call-template>
507
            </xsl:call-template>
508
            </a>
508
            </a>
509
            <xsl:if test="marc:subfield[@code=9]">
510
                <a class='authlink'>
511
                    <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
512
                    <img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"/>
513
                </a>
514
            </xsl:if>
509
            <xsl:choose>
515
            <xsl:choose>
510
            <xsl:when test="position()=last()"></xsl:when>
516
            <xsl:when test="position()=last()"></xsl:when>
511
            <xsl:otherwise> | </xsl:otherwise>
517
            <xsl:otherwise> | </xsl:otherwise>
Lines 909-914 Link Here
909
                    <xsl:text>]</xsl:text>
915
                    <xsl:text>]</xsl:text>
910
                </xsl:if>
916
                </xsl:if>
911
            </a>
917
            </a>
918
            <xsl:if test="marc:subfield[@code=9]">
919
                <a class='authlink'>
920
                    <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
921
                    <img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"/>
922
                </a>
923
            </xsl:if>
912
        </xsl:for-each>
924
        </xsl:for-each>
913
        <xsl:text>.</xsl:text>
925
        <xsl:text>.</xsl:text>
914
    </xsl:template>
926
    </xsl:template>
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl (-1 / +24 lines)
Lines 119-124 Link Here
119
            </xsl:otherwise>
119
            </xsl:otherwise>
120
        </xsl:choose>
120
        </xsl:choose>
121
        <xsl:call-template name="nameABCDQ"/></a>
121
        <xsl:call-template name="nameABCDQ"/></a>
122
        <xsl:if test="marc:subfield[@code=9]">
123
            <a class='authlink'>
124
                <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
125
                <img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"/>
126
            </a>
127
        </xsl:if>
122
        <xsl:choose>
128
        <xsl:choose>
123
        <xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
129
        <xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
124
        </xsl:for-each>
130
        </xsl:for-each>
Lines 134-139 Link Here
134
            </xsl:otherwise>
140
            </xsl:otherwise>
135
        </xsl:choose>
141
        </xsl:choose>
136
        <xsl:call-template name="nameABCDN"/></a>
142
        <xsl:call-template name="nameABCDN"/></a>
143
        <xsl:if test="marc:subfield[@code=9]">
144
            <a class='authlink'>
145
                <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
146
                <img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"/>
147
            </a>
148
        </xsl:if>
137
        <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
149
        <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
138
        </xsl:for-each>
150
        </xsl:for-each>
139
151
Lines 148-153 Link Here
148
            </xsl:otherwise>
160
            </xsl:otherwise>
149
        </xsl:choose>
161
        </xsl:choose>
150
        <xsl:call-template name="nameACDEQ"/></a>
162
        <xsl:call-template name="nameACDEQ"/></a>
163
        <xsl:if test="marc:subfield[@code=9]">
164
            <a class='authlink'>
165
                <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
166
                <img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"/>
167
            </a>
168
        </xsl:if>
151
        <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
169
        <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
152
170
153
        </xsl:for-each>
171
        </xsl:for-each>
Lines 345-350 Link Here
345
                </xsl:with-param>
363
                </xsl:with-param>
346
            </xsl:call-template>
364
            </xsl:call-template>
347
            </a>
365
            </a>
366
            <xsl:if test="marc:subfield[@code=9]">
367
                <a class='authlink'>
368
                    <xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute>
369
                    <img style="vertical-align:middle" height="15" width="15" src="/opac-tmpl/prog/images/filefind.png"/>
370
                </a>
371
            </xsl:if>
348
            <xsl:choose>
372
            <xsl:choose>
349
            <xsl:when test="position()=last()"></xsl:when>
373
            <xsl:when test="position()=last()"></xsl:when>
350
            <xsl:otherwise> | </xsl:otherwise>
374
            <xsl:otherwise> | </xsl:otherwise>
351
- 

Return to bug 8210