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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl (-4 / +3 lines)
Lines 164-182 Link Here
164
                    <xsl:choose>
164
                    <xsl:choose>
165
                        <xsl:when test="boolean($bibno)">
165
                        <xsl:when test="boolean($bibno)">
166
                            <a>
166
                            <a>
167
                                <xsl:attribute name="href">/cgi-bin/koha/opac-detail.pl?biblionumber=<xsl:value-of  select="$bibno"/></xsl:attribute>
167
                                <xsl:attribute name="href">/cgi-bin/koha/catalogue/detail.pl?biblionumber=<xsl:value-of  select="$bibno"/></xsl:attribute>
168
                                <xsl:value-of select="$str"/>
168
                                <xsl:value-of select="$str"/>
169
                            </a>
169
                            </a>
170
                        </xsl:when>
170
                        </xsl:when>
171
                       <xsl:when test="boolean($index) and boolean(marc:subfield[@code=9]) and $UseAuthoritiesForTracings='1'">
171
                       <xsl:when test="boolean($index) and boolean(marc:subfield[@code=9]) and $UseAuthoritiesForTracings='1'">
172
                            <a>
172
                            <a>
173
                                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of  select="marc:subfield[@code=9]"/></xsl:attribute>
173
                                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=an:<xsl:value-of  select="marc:subfield[@code=9]"/></xsl:attribute>
174
                                  <xsl:value-of select="$str"/>
174
                                  <xsl:value-of select="$str"/>
175
                            </a>
175
                            </a>
176
                        </xsl:when>
176
                        </xsl:when>
177
                        <xsl:when test="boolean($index)">
177
                        <xsl:when test="boolean($index)">
178
                            <a>
178
                            <a>
179
                                <xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=<xsl:value-of  select="$index"/>:<xsl:value-of  select="marc:subfield[@code='a']"/></xsl:attribute>
179
                                <xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=<xsl:value-of  select="$index"/>:<xsl:value-of  select="marc:subfield[@code='a']"/></xsl:attribute>
180
                                <xsl:value-of select="$str"/>
180
                                <xsl:value-of select="$str"/>
181
                            </a>
181
                            </a>
182
                        </xsl:when>
182
                        </xsl:when>
183
- 

Return to bug 10911