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

(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl (-1 / +4 lines)
Lines 28-33 Link Here
28
28
29
  <xsl:variable name="hidelostitems" select="marc:sysprefs/marc:syspref[@name='hidelostitems']"/>
29
  <xsl:variable name="hidelostitems" select="marc:sysprefs/marc:syspref[@name='hidelostitems']"/>
30
  <xsl:variable name="singleBranchMode" select="marc:sysprefs/marc:syspref[@name='singleBranchMode']"/>
30
  <xsl:variable name="singleBranchMode" select="marc:sysprefs/marc:syspref[@name='singleBranchMode']"/>
31
  <xsl:variable name="OPACURLOpenInNewWindow" select="marc:sysprefs/marc:syspref[@name='OPACURLOpenInNewWindow']"/>
31
32
32
  <xsl:if test="marc:datafield[@tag=200]">
33
  <xsl:if test="marc:datafield[@tag=200]">
33
    <xsl:for-each select="marc:datafield[@tag=200]">
34
    <xsl:for-each select="marc:datafield[@tag=200]">
Lines 106-111 Link Here
106
                <xsl:attribute name="href">
107
                <xsl:attribute name="href">
107
                  <xsl:value-of select="marc:subfield[@code='u']"/>
108
                  <xsl:value-of select="marc:subfield[@code='u']"/>
108
                </xsl:attribute>
109
                </xsl:attribute>
110
                <xsl:if test="$OPACURLOpenInNewWindow='1'">
111
                    <xsl:attribute name="target">_blank</xsl:attribute>
112
                </xsl:if>
109
                <xsl:choose>
113
                <xsl:choose>
110
                  <xsl:when test="marc:subfield[@code='y' or @code='3' or @code='z']">
114
                  <xsl:when test="marc:subfield[@code='y' or @code='3' or @code='z']">
111
                    <xsl:call-template name="subfieldSelect">                        
115
                    <xsl:call-template name="subfieldSelect">                        
112
- 

Return to bug 10564