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 1004-1039 Link Here
1004
1004
1005
        <!-- 866 textual holdings -->
1005
        <!-- 866 textual holdings -->
1006
        <xsl:if test="marc:datafield[@tag=866]">
1006
        <xsl:if test="marc:datafield[@tag=866]">
1007
            <span class="results_summary holdings_note"><span class="label">Holdings: </span><br />
1007
            <span class="results_summary holdings_note basic_bibliographic_unit"><span class="label">Holdings: </span>
1008
                <xsl:for-each select="marc:datafield[@tag=866]">
1008
                <xsl:for-each select="marc:datafield[@tag=866]">
1009
                    <xsl:call-template name="subfieldSelect">
1009
                    <span class="holdings_note_data">
1010
                        <xsl:with-param name="codes">axz</xsl:with-param>
1010
                        <xsl:call-template name="subfieldSelect">
1011
                    </xsl:call-template>
1011
                            <xsl:with-param name="codes">axz</xsl:with-param>
1012
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1012
                        </xsl:call-template>
1013
                        <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
1014
                    </span>
1013
                </xsl:for-each>
1015
                </xsl:for-each>
1014
            </span>
1016
            </span>
1015
        </xsl:if>
1017
        </xsl:if>
1016
1018
1017
        <!-- 867 textual holdings -->
1019
        <!-- 867 textual holdings -->
1018
        <xsl:if test="marc:datafield[@tag=867]">
1020
        <xsl:if test="marc:datafield[@tag=867]">
1019
            <span class="results_summary holdings_note"><span class="label">Supplements: </span><br />
1021
            <span class="results_summary holdings_note supplementary_material"><span class="label">Supplements: </span>
1020
                <xsl:for-each select="marc:datafield[@tag=867]">
1022
                <xsl:for-each select="marc:datafield[@tag=867]">
1021
                    <xsl:call-template name="subfieldSelect">
1023
                    <span class="holdings_note_data">
1022
                        <xsl:with-param name="codes">axz</xsl:with-param>
1024
                        <xsl:call-template name="subfieldSelect">
1023
                    </xsl:call-template>
1025
                            <xsl:with-param name="codes">axz</xsl:with-param>
1024
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1026
                        </xsl:call-template>
1027
                        <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
1028
                    </span>
1025
                </xsl:for-each>
1029
                </xsl:for-each>
1026
            </span>
1030
            </span>
1027
        </xsl:if>
1031
        </xsl:if>
1028
1032
1029
        <!-- 868 textual holdings -->
1033
        <!-- 868 textual holdings -->
1030
        <xsl:if test="marc:datafield[@tag=868]">
1034
        <xsl:if test="marc:datafield[@tag=868]">
1031
            <span class="results_summary holdings_note"><span class="label">Indexes: </span><br />
1035
            <span class="results_summary holdings_note indexes"><span class="label">Indexes: </span>
1032
                <xsl:for-each select="marc:datafield[@tag=868]">
1036
                <xsl:for-each select="marc:datafield[@tag=868]">
1033
                    <xsl:call-template name="subfieldSelect">
1037
                    <span class="holdings_note_data">
1034
                        <xsl:with-param name="codes">axz</xsl:with-param>
1038
                        <xsl:call-template name="subfieldSelect">
1035
                    </xsl:call-template>
1039
                            <xsl:with-param name="codes">axz</xsl:with-param>
1036
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1040
                        </xsl:call-template>
1041
                        <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1042
                    </span>
1037
                </xsl:for-each>
1043
                </xsl:for-each>
1038
            </span>
1044
            </span>
1039
        </xsl:if>
1045
        </xsl:if>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-16 / +21 lines)
Lines 1144-1179 Link Here
1144
1144
1145
        <!-- 866 textual holdings -->
1145
        <!-- 866 textual holdings -->
1146
        <xsl:if test="marc:datafield[@tag=866]">
1146
        <xsl:if test="marc:datafield[@tag=866]">
1147
            <span class="results_summary holdings_note"><span class="label">Holdings: </span> <br />
1147
            <span class="results_summary holdings_note basic_bibliographic_unit"><span class="label">Holdings: </span>
1148
                <xsl:for-each select="marc:datafield[@tag=866]">
1148
                <xsl:for-each select="marc:datafield[@tag=866]">
1149
                    <xsl:call-template name="subfieldSelect">
1149
                    <span class="holdings_note_data">
1150
                        <xsl:with-param name="codes">az</xsl:with-param>
1150
                        <xsl:call-template name="subfieldSelect">
1151
                    </xsl:call-template>
1151
                            <xsl:with-param name="codes">az</xsl:with-param>
1152
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1152
                        </xsl:call-template>
1153
                        <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
1154
                    </span>
1153
                </xsl:for-each>
1155
                </xsl:for-each>
1154
            </span>
1156
            </span>
1155
        </xsl:if>
1157
        </xsl:if>
1156
1158
1157
        <!-- 867 textual holdings -->
1159
        <!-- 867 textual holdings -->
1158
        <xsl:if test="marc:datafield[@tag=867]">
1160
        <xsl:if test="marc:datafield[@tag=867]">
1159
            <span class="results_summary holdings_note"><span class="label">Supplements: </span> <br />
1161
            <span class="results_summary holdings_note supplementary_material"><span class="label">Supplements: </span>
1160
                <xsl:for-each select="marc:datafield[@tag=867]">
1162
                <xsl:for-each select="marc:datafield[@tag=867]">
1161
                    <xsl:call-template name="subfieldSelect">
1163
                    <span class="holdings_note_data">
1162
                        <xsl:with-param name="codes">az</xsl:with-param>
1164
                        <xsl:call-template name="subfieldSelect">
1163
                    </xsl:call-template>
1165
                            <xsl:with-param name="codes">az</xsl:with-param>
1164
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1166
                        </xsl:call-template>
1167
                        <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
1168
                    </span>
1165
                </xsl:for-each>
1169
                </xsl:for-each>
1166
            </span>
1170
            </span>
1167
        </xsl:if>
1171
        </xsl:if>
1168
1172
1169
        <!-- 868 textual holdings -->
1173
        <!-- 868 textual holdings -->
1170
        <xsl:if test="marc:datafield[@tag=868]">
1174
        <xsl:if test="marc:datafield[@tag=868]">
1171
            <span class="results_summary holdings_note"><span class="label">Indexes: </span> <br />
1175
            <span class="results_summary holdings_note indexes"><span class="label">Indexes: </span>
1172
                <xsl:for-each select="marc:datafield[@tag=868]">
1176
                <xsl:for-each select="marc:datafield[@tag=868]">
1173
                    <xsl:call-template name="subfieldSelect">
1177
                    <span class="holdings_note_data">
1174
                        <xsl:with-param name="codes">az</xsl:with-param>
1178
                        <xsl:call-template name="subfieldSelect">
1175
                    </xsl:call-template>
1179
                            <xsl:with-param name="codes">az</xsl:with-param>
1176
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1180
                        </xsl:call-template>
1181
                        <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1182
                    </span>
1177
                </xsl:for-each>
1183
                </xsl:for-each>
1178
            </span>
1184
            </span>
1179
        </xsl:if>
1185
        </xsl:if>
1180
- 

Return to bug 20986