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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-2 / +27 lines)
Lines 1048-1063 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 note: </span>
1051
            <span class="results_summary holdings_note"><span class="label">Holdings: </span><br />
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
                    <xsl:call-template name="subfieldSelect">
1054
                        <xsl:with-param name="codes">axz</xsl:with-param>
1054
                        <xsl:with-param name="codes">axz</xsl:with-param>
1055
                    </xsl:call-template>
1055
                    </xsl:call-template>
1056
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
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>
1057
                </xsl:for-each>
1057
                </xsl:for-each>
1058
            </span>
1058
            </span>
1059
        </xsl:if>
1059
        </xsl:if>
1060
1060
1061
        <!-- 867 textual holdings -->
1062
        <xsl:if test="marc:datafield[@tag=867]">
1063
            <span class="results_summary holdings_note"><span class="label">Supplements: </span><br />
1064
                <xsl:for-each select="marc:datafield[@tag=867]">
1065
                    <xsl:call-template name="subfieldSelect">
1066
                        <xsl:with-param name="codes">axz</xsl:with-param>
1067
                    </xsl:call-template>
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>
1069
                </xsl:for-each>
1070
            </span>
1071
        </xsl:if>
1072
1073
        <!-- 868 textual holdings -->
1074
        <xsl:if test="marc:datafield[@tag=868]">
1075
            <span class="results_summary holdings_note"><span class="label">Indexes: </span><br />
1076
                <xsl:for-each select="marc:datafield[@tag=868]">
1077
                    <xsl:call-template name="subfieldSelect">
1078
                        <xsl:with-param name="codes">axz</xsl:with-param>
1079
                    </xsl:call-template>
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>
1081
                </xsl:for-each>
1082
            </span>
1083
        </xsl:if>
1084
1085
1061
        <!--  775 Other Edition  -->
1086
        <!--  775 Other Edition  -->
1062
        <xsl:if test="marc:datafield[@tag=775]">
1087
        <xsl:if test="marc:datafield[@tag=775]">
1063
        <span class="results_summary other_editions"><span class="label">Other editions: </span>
1088
        <span class="results_summary other_editions"><span class="label">Other editions: </span>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-3 / +26 lines)
Lines 1186-1197 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 note: </span>
1189
            <span class="results_summary holdings_note"><span class="label">Holdings: </span> <br />
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
                    <xsl:call-template name="subfieldSelect">
1192
                        <xsl:with-param name="codes">az</xsl:with-param>
1192
                        <xsl:with-param name="codes">az</xsl:with-param>
1193
                    </xsl:call-template>
1193
                    </xsl:call-template>
1194
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
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>
1195
                </xsl:for-each>
1196
            </span>
1197
        </xsl:if>
1198
1199
        <!-- 867 textual holdings -->
1200
        <xsl:if test="marc:datafield[@tag=867]">
1201
            <span class="results_summary holdings_note"><span class="label">Supplements: </span> <br />
1202
                <xsl:for-each select="marc:datafield[@tag=867]">
1203
                    <xsl:call-template name="subfieldSelect">
1204
                        <xsl:with-param name="codes">az</xsl:with-param>
1205
                    </xsl:call-template>
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>
1207
                </xsl:for-each>
1208
            </span>
1209
        </xsl:if>
1210
1211
        <!-- 868 textual holdings -->
1212
        <xsl:if test="marc:datafield[@tag=868]">
1213
            <span class="results_summary holdings_note"><span class="label">Indexes: </span> <br />
1214
                <xsl:for-each select="marc:datafield[@tag=868]">
1215
                    <xsl:call-template name="subfieldSelect">
1216
                        <xsl:with-param name="codes">az</xsl:with-param>
1217
                    </xsl:call-template>
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>
1195
                </xsl:for-each>
1219
                </xsl:for-each>
1196
            </span>
1220
            </span>
1197
        </xsl:if>
1221
        </xsl:if>
1198
- 

Return to bug 20986