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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-15 / +21 lines)
Lines 1048-1083 Link Here
1048
1048
1049
        <!-- 866 textual holdings -->
1049
        <!-- 866 textual holdings -->
1050
        <xsl:if test="marc:datafield[@tag=866]">
1050
        <xsl:if test="marc:datafield[@tag=866]">
1051
            <span class="results_summary holdings_note"><span class="label">Holdings: </span><br />
1051
            <span class="results_summary holdings_note basic_bibliographic_unit"><span class="label">Holdings: </span>
1052
                <xsl:for-each select="marc:datafield[@tag=866]">
1052
                <xsl:for-each select="marc:datafield[@tag=866]">
1053
                    <xsl:call-template name="subfieldSelect">
1053
                    <span class="holdings_note_data">
1054
                        <xsl:with-param name="codes">axz</xsl:with-param>
1054
                        <xsl:call-template name="subfieldSelect">
1055
                    </xsl:call-template>
1055
                            <xsl:with-param name="codes">axz</xsl:with-param>
1056
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1056
                        </xsl:call-template>
1057
                        <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
1058
                    </span>
1057
                </xsl:for-each>
1059
                </xsl:for-each>
1058
            </span>
1060
            </span>
1059
        </xsl:if>
1061
        </xsl:if>
1060
1062
1061
        <!-- 867 textual holdings -->
1063
        <!-- 867 textual holdings -->
1062
        <xsl:if test="marc:datafield[@tag=867]">
1064
        <xsl:if test="marc:datafield[@tag=867]">
1063
            <span class="results_summary holdings_note"><span class="label">Supplements: </span><br />
1065
            <span class="results_summary holdings_note supplementary_material"><span class="label">Supplements: </span>
1064
                <xsl:for-each select="marc:datafield[@tag=867]">
1066
                <xsl:for-each select="marc:datafield[@tag=867]">
1065
                    <xsl:call-template name="subfieldSelect">
1067
                    <span class="holdings_note_data">
1066
                        <xsl:with-param name="codes">axz</xsl:with-param>
1068
                        <xsl:call-template name="subfieldSelect">
1067
                    </xsl:call-template>
1069
                            <xsl:with-param name="codes">axz</xsl:with-param>
1068
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1070
                        </xsl:call-template>
1071
                        <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
1072
                    </span>
1069
                </xsl:for-each>
1073
                </xsl:for-each>
1070
            </span>
1074
            </span>
1071
        </xsl:if>
1075
        </xsl:if>
1072
1076
1073
        <!-- 868 textual holdings -->
1077
        <!-- 868 textual holdings -->
1074
        <xsl:if test="marc:datafield[@tag=868]">
1078
        <xsl:if test="marc:datafield[@tag=868]">
1075
            <span class="results_summary holdings_note"><span class="label">Indexes: </span><br />
1079
            <span class="results_summary holdings_note indexes"><span class="label">Indexes: </span>
1076
                <xsl:for-each select="marc:datafield[@tag=868]">
1080
                <xsl:for-each select="marc:datafield[@tag=868]">
1077
                    <xsl:call-template name="subfieldSelect">
1081
                    <span class="holdings_note_data">
1078
                        <xsl:with-param name="codes">axz</xsl:with-param>
1082
                        <xsl:call-template name="subfieldSelect">
1079
                    </xsl:call-template>
1083
                            <xsl:with-param name="codes">axz</xsl:with-param>
1080
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1084
                        </xsl:call-template>
1085
                        <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1086
                    </span>
1081
                </xsl:for-each>
1087
                </xsl:for-each>
1082
            </span>
1088
            </span>
1083
        </xsl:if>
1089
        </xsl:if>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-16 / +21 lines)
Lines 1186-1221 Link Here
1186
1186
1187
        <!-- 866 textual holdings -->
1187
        <!-- 866 textual holdings -->
1188
        <xsl:if test="marc:datafield[@tag=866]">
1188
        <xsl:if test="marc:datafield[@tag=866]">
1189
            <span class="results_summary holdings_note"><span class="label">Holdings: </span> <br />
1189
            <span class="results_summary holdings_note basic_bibliographic_unit"><span class="label">Holdings: </span>
1190
                <xsl:for-each select="marc:datafield[@tag=866]">
1190
                <xsl:for-each select="marc:datafield[@tag=866]">
1191
                    <xsl:call-template name="subfieldSelect">
1191
                    <span class="holdings_note_data">
1192
                        <xsl:with-param name="codes">az</xsl:with-param>
1192
                        <xsl:call-template name="subfieldSelect">
1193
                    </xsl:call-template>
1193
                            <xsl:with-param name="codes">az</xsl:with-param>
1194
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1194
                        </xsl:call-template>
1195
                        <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
1196
                    </span>
1195
                </xsl:for-each>
1197
                </xsl:for-each>
1196
            </span>
1198
            </span>
1197
        </xsl:if>
1199
        </xsl:if>
1198
1200
1199
        <!-- 867 textual holdings -->
1201
        <!-- 867 textual holdings -->
1200
        <xsl:if test="marc:datafield[@tag=867]">
1202
        <xsl:if test="marc:datafield[@tag=867]">
1201
            <span class="results_summary holdings_note"><span class="label">Supplements: </span> <br />
1203
            <span class="results_summary holdings_note supplementary_material"><span class="label">Supplements: </span>
1202
                <xsl:for-each select="marc:datafield[@tag=867]">
1204
                <xsl:for-each select="marc:datafield[@tag=867]">
1203
                    <xsl:call-template name="subfieldSelect">
1205
                    <span class="holdings_note_data">
1204
                        <xsl:with-param name="codes">az</xsl:with-param>
1206
                        <xsl:call-template name="subfieldSelect">
1205
                    </xsl:call-template>
1207
                            <xsl:with-param name="codes">az</xsl:with-param>
1206
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1208
                        </xsl:call-template>
1209
                        <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
1210
                    </span>
1207
                </xsl:for-each>
1211
                </xsl:for-each>
1208
            </span>
1212
            </span>
1209
        </xsl:if>
1213
        </xsl:if>
1210
1214
1211
        <!-- 868 textual holdings -->
1215
        <!-- 868 textual holdings -->
1212
        <xsl:if test="marc:datafield[@tag=868]">
1216
        <xsl:if test="marc:datafield[@tag=868]">
1213
            <span class="results_summary holdings_note"><span class="label">Indexes: </span> <br />
1217
            <span class="results_summary holdings_note indexes"><span class="label">Indexes: </span>
1214
                <xsl:for-each select="marc:datafield[@tag=868]">
1218
                <xsl:for-each select="marc:datafield[@tag=868]">
1215
                    <xsl:call-template name="subfieldSelect">
1219
                    <span class="holdings_note_data">
1216
                        <xsl:with-param name="codes">az</xsl:with-param>
1220
                        <xsl:call-template name="subfieldSelect">
1217
                    </xsl:call-template>
1221
                            <xsl:with-param name="codes">az</xsl:with-param>
1218
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1222
                        </xsl:call-template>
1223
                        <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1224
                    </span>
1219
                </xsl:for-each>
1225
                </xsl:for-each>
1220
            </span>
1226
            </span>
1221
        </xsl:if>
1227
        </xsl:if>
1222
- 

Return to bug 20986