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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl (-16 / +16 lines)
Lines 287-309 Link Here
287
                        <xsl:value-of select="current()"/>
287
                        <xsl:value-of select="current()"/>
288
                    </span>
288
                    </span>
289
                </xsl:if>
289
                </xsl:if>
290
                    <xsl:if test="@code='b'">
290
                <xsl:if test="@code='b'">
291
                         <span property="rda264_name" typeof="Organization">
291
                     <span property="rda264_name" typeof="Organization">
292
                             <span property="name" class="rda264_name">
292
                         <span property="name" class="rda264_name">
293
                                <xsl:choose>
293
                            <xsl:choose>
294
                                    <xsl:when test="$url='1'">
294
                                <xsl:when test="$url='1'">
295
                                             <a>
295
                                         <a>
296
                                             <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Provider:<xsl:value-of select="str:encode-uri(current(), true())"/></xsl:attribute>
296
                                         <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Provider:<xsl:value-of select="str:encode-uri(current(), true())"/></xsl:attribute>
297
                                             <xsl:value-of select="current()"/>
297
                                         <xsl:value-of select="current()"/>
298
                                             </a>
298
                                         </a>
299
                                    </xsl:when>
299
                                </xsl:when>
300
                                    <xsl:otherwise>
300
                                <xsl:otherwise>
301
                                            <xsl:value-of select="current()"/>
301
                                        <xsl:value-of select="current()"/>
302
                                    </xsl:otherwise>
302
                                </xsl:otherwise>
303
                                </xsl:choose>
303
                            </xsl:choose>
304
                             </span>
305
                         </span>
304
                         </span>
306
                    </xsl:if>
305
                     </span>
306
                </xsl:if>
307
                <xsl:if test="@code='c'">
307
                <xsl:if test="@code='c'">
308
                    <span property="date" class="rda264_date">
308
                    <span property="date" class="rda264_date">
309
                        <xsl:call-template name="chopPunctuation">
309
                        <xsl:call-template name="chopPunctuation">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl (-17 / +16 lines)
Lines 285-307 Link Here
285
                        <xsl:value-of select="current()"/>
285
                        <xsl:value-of select="current()"/>
286
                    </span>
286
                    </span>
287
                </xsl:if>
287
                </xsl:if>
288
                    <xsl:if test="@code='b'">
288
                <xsl:if test="@code='b'">
289
                         <span property="rda264_name" typeof="Organization">
289
                     <span property="rda264_name" typeof="Organization">
290
                             <span property="name" class="rda264_name">
290
                         <span property="name" class="rda264_name">
291
                                <xsl:choose>
291
                            <xsl:choose>
292
                                    <xsl:when test="$url='1'">
292
                                <xsl:when test="$url='1'">
293
                                             <a>
293
                                         <a>
294
                                             <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Provider:<xsl:value-of select="str:encode-uri(current(), true())"/></xsl:attribute>
294
                                         <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Provider:<xsl:value-of select="str:encode-uri(current(), true())"/></xsl:attribute>
295
                                             <xsl:value-of select="current()"/>
295
                                         <xsl:value-of select="current()"/>
296
                                             </a>
296
                                         </a>
297
                                    </xsl:when>
297
                                </xsl:when>
298
                                    <xsl:otherwise>
298
                                <xsl:otherwise>
299
                                            <xsl:value-of select="current()"/>
299
                                        <xsl:value-of select="current()"/>
300
                                    </xsl:otherwise>
300
                                </xsl:otherwise>
301
                                </xsl:choose>
301
                            </xsl:choose>
302
                             </span>
303
                         </span>
302
                         </span>
304
                    </xsl:if>
303
                     </span>
304
                </xsl:if>
305
                <xsl:if test="@code='c'">
305
                <xsl:if test="@code='c'">
306
                    <span property="date" class="rda264_date">
306
                    <span property="date" class="rda264_date">
307
                        <xsl:call-template name="chopPunctuation">
307
                        <xsl:call-template name="chopPunctuation">
308
- 

Return to bug 34020