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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-10 / +9 lines)
Lines 221-234 Link Here
221
221
222
        <!-- 490 Series not traced, Ind1 = 0 -->
222
        <!-- 490 Series not traced, Ind1 = 0 -->
223
        <xsl:for-each select="marc:datafield[@tag=490][@ind1!=1]">
223
        <xsl:for-each select="marc:datafield[@tag=490][@ind1!=1]">
224
            <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=se,phr:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute>
224
            <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=se,phr:"<xsl:call-template name="chopPunctuation"><xsl:with-param name="chopString"><xsl:value-of select="marc:subfield[@code='a']"/></xsl:with-param></xsl:call-template>"</xsl:attribute>
225
                        <xsl:call-template name="chopPunctuation">
225
             <xsl:call-template name="chopPunctuation">
226
                            <xsl:with-param name="chopString">
226
                 <xsl:with-param name="chopString">
227
                                <xsl:call-template name="subfieldSelect">
227
                     <xsl:call-template name="subfieldSelect">
228
                                    <xsl:with-param name="codes">av</xsl:with-param>
228
                         <xsl:with-param name="codes">av</xsl:with-param>
229
                                </xsl:call-template>
229
                     </xsl:call-template>
230
                            </xsl:with-param>
230
                 </xsl:with-param>
231
                        </xsl:call-template>
231
             </xsl:call-template>
232
            </a>
232
            </a>
233
                    <xsl:call-template name="part"/>
233
                    <xsl:call-template name="part"/>
234
        <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
234
        <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
Lines 249-255 Link Here
249
                        </a>
249
                        </a>
250
                    </xsl:when>
250
                    </xsl:when>
251
                    <xsl:otherwise>
251
                    <xsl:otherwise>
252
                        <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=se,phr:"<xsl:value-of select="marc:subfield[@code='a']"/>"</xsl:attribute>
252
                        <a><xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=se,phr:"<xsl:call-template name="chopPunctuation"><xsl:with-param name="chopString"><xsl:value-of select="marc:subfield[@code='a']"/></xsl:with-param></xsl:call-template>"</xsl:attribute>
253
                            <xsl:call-template name="chopPunctuation">
253
                            <xsl:call-template name="chopPunctuation">
254
                                <xsl:with-param name="chopString">
254
                                <xsl:with-param name="chopString">
255
                                    <xsl:call-template name="subfieldSelect">
255
                                    <xsl:call-template name="subfieldSelect">
256
- 

Return to bug 16804