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 |
- |
|
|