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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (+18 lines)
Lines 1052-1057 Link Here
1052
            </span>
1052
            </span>
1053
        </xsl:if>
1053
        </xsl:if>
1054
1054
1055
        <xsl:for-each select="marc:datafield[@tag=520]">
1056
            <span class="results_summary summary">
1057
                <span class="label">
1058
                    <xsl:choose>
1059
                        <xsl:when test="@ind1=0"><xsl:text>Subject: </xsl:text></xsl:when>
1060
                        <xsl:when test="@ind1=1"><xsl:text>Review: </xsl:text></xsl:when>
1061
                        <xsl:when test="@ind1=2"><xsl:text>Scope and content: </xsl:text></xsl:when>
1062
                        <xsl:when test="@ind1=3"><xsl:text>Abstract: </xsl:text></xsl:when>
1063
                        <xsl:when test="@ind1=4"><xsl:text>Content advice: </xsl:text></xsl:when>
1064
                        <xsl:otherwise><xsl:text>Summary: </xsl:text></xsl:otherwise>
1065
                    </xsl:choose>
1066
                </span>
1067
                <xsl:call-template name="subfieldSelect">
1068
                    <xsl:with-param name="codes">abcu</xsl:with-param>
1069
                </xsl:call-template>
1070
            </span>
1071
        </xsl:for-each>
1072
1055
        <!-- Content Warning -->
1073
        <!-- Content Warning -->
1056
        <xsl:variable name="ContentWarningField" select="marc:sysprefs/marc:syspref[@name='ContentWarningField']"/>
1074
        <xsl:variable name="ContentWarningField" select="marc:sysprefs/marc:syspref[@name='ContentWarningField']"/>
1057
        <xsl:if test="marc:datafield[@tag=$ContentWarningField]">
1075
        <xsl:if test="marc:datafield[@tag=$ContentWarningField]">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-15 / +15 lines)
Lines 1275-1294 Link Here
1275
        </xsl:if>
1275
        </xsl:if>
1276
1276
1277
        <xsl:for-each select="marc:datafield[@tag=520]">
1277
        <xsl:for-each select="marc:datafield[@tag=520]">
1278
        <span class="results_summary summary"><span class="label">
1278
            <span class="results_summary summary">
1279
        <xsl:choose>
1279
                <span class="label">
1280
          <xsl:when test="@ind1=0"><xsl:text>Subject: </xsl:text></xsl:when>
1280
                    <xsl:choose>
1281
          <xsl:when test="@ind1=1"><xsl:text>Review: </xsl:text></xsl:when>
1281
                        <xsl:when test="@ind1=0"><xsl:text>Subject: </xsl:text></xsl:when>
1282
          <xsl:when test="@ind1=2"><xsl:text>Scope and content: </xsl:text></xsl:when>
1282
                        <xsl:when test="@ind1=1"><xsl:text>Review: </xsl:text></xsl:when>
1283
          <xsl:when test="@ind1=3"><xsl:text>Abstract: </xsl:text></xsl:when>
1283
                        <xsl:when test="@ind1=2"><xsl:text>Scope and content: </xsl:text></xsl:when>
1284
          <xsl:when test="@ind1=4"><xsl:text>Content advice: </xsl:text></xsl:when>
1284
                        <xsl:when test="@ind1=3"><xsl:text>Abstract: </xsl:text></xsl:when>
1285
          <xsl:otherwise><xsl:text>Summary: </xsl:text></xsl:otherwise>
1285
                        <xsl:when test="@ind1=4"><xsl:text>Content advice: </xsl:text></xsl:when>
1286
        </xsl:choose>
1286
                        <xsl:otherwise><xsl:text>Summary: </xsl:text></xsl:otherwise>
1287
        </span>
1287
                    </xsl:choose>
1288
        <xsl:call-template name="subfieldSelect">
1288
                </span>
1289
          <xsl:with-param name="codes">abcu</xsl:with-param>
1289
                <xsl:call-template name="subfieldSelect">
1290
        </xsl:call-template>
1290
                    <xsl:with-param name="codes">abcu</xsl:with-param>
1291
        </span>
1291
                </xsl:call-template>
1292
            </span>
1292
        </xsl:for-each>
1293
        </xsl:for-each>
1293
1294
1294
        <!-- Content Warning -->
1295
        <!-- Content Warning -->
1295
- 

Return to bug 29471