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 995-1030 Link Here
995
995
996
        <!-- 866 textual holdings -->
996
        <!-- 866 textual holdings -->
997
        <xsl:if test="marc:datafield[@tag=866]">
997
        <xsl:if test="marc:datafield[@tag=866]">
998
            <span class="results_summary holdings_note"><span class="label">Holdings: </span><br />
998
            <span class="results_summary holdings_note basic_bibliographic_unit"><span class="label">Holdings: </span>
999
                <xsl:for-each select="marc:datafield[@tag=866]">
999
                <xsl:for-each select="marc:datafield[@tag=866]">
1000
                    <xsl:call-template name="subfieldSelect">
1000
                    <span class="holdings_note_data">
1001
                        <xsl:with-param name="codes">axz</xsl:with-param>
1001
                        <xsl:call-template name="subfieldSelect">
1002
                    </xsl:call-template>
1002
                            <xsl:with-param name="codes">axz</xsl:with-param>
1003
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1003
                        </xsl:call-template>
1004
                        <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
1005
                    </span>
1004
                </xsl:for-each>
1006
                </xsl:for-each>
1005
            </span>
1007
            </span>
1006
        </xsl:if>
1008
        </xsl:if>
1007
1009
1008
        <!-- 867 textual holdings -->
1010
        <!-- 867 textual holdings -->
1009
        <xsl:if test="marc:datafield[@tag=867]">
1011
        <xsl:if test="marc:datafield[@tag=867]">
1010
            <span class="results_summary holdings_note"><span class="label">Supplements: </span><br />
1012
            <span class="results_summary holdings_note supplementary_material"><span class="label">Supplements: </span>
1011
                <xsl:for-each select="marc:datafield[@tag=867]">
1013
                <xsl:for-each select="marc:datafield[@tag=867]">
1012
                    <xsl:call-template name="subfieldSelect">
1014
                    <span class="holdings_note_data">
1013
                        <xsl:with-param name="codes">axz</xsl:with-param>
1015
                        <xsl:call-template name="subfieldSelect">
1014
                    </xsl:call-template>
1016
                            <xsl:with-param name="codes">axz</xsl:with-param>
1015
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1017
                        </xsl:call-template>
1018
                        <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
1019
                    </span>
1016
                </xsl:for-each>
1020
                </xsl:for-each>
1017
            </span>
1021
            </span>
1018
        </xsl:if>
1022
        </xsl:if>
1019
1023
1020
        <!-- 868 textual holdings -->
1024
        <!-- 868 textual holdings -->
1021
        <xsl:if test="marc:datafield[@tag=868]">
1025
        <xsl:if test="marc:datafield[@tag=868]">
1022
            <span class="results_summary holdings_note"><span class="label">Indexes: </span><br />
1026
            <span class="results_summary holdings_note indexes"><span class="label">Indexes: </span>
1023
                <xsl:for-each select="marc:datafield[@tag=868]">
1027
                <xsl:for-each select="marc:datafield[@tag=868]">
1024
                    <xsl:call-template name="subfieldSelect">
1028
                    <span class="holdings_note_data">
1025
                        <xsl:with-param name="codes">axz</xsl:with-param>
1029
                        <xsl:call-template name="subfieldSelect">
1026
                    </xsl:call-template>
1030
                            <xsl:with-param name="codes">axz</xsl:with-param>
1027
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1031
                        </xsl:call-template>
1032
                        <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1033
                    </span>
1028
                </xsl:for-each>
1034
                </xsl:for-each>
1029
            </span>
1035
            </span>
1030
        </xsl:if>
1036
        </xsl:if>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-16 / +21 lines)
Lines 1128-1163 Link Here
1128
1128
1129
        <!-- 866 textual holdings -->
1129
        <!-- 866 textual holdings -->
1130
        <xsl:if test="marc:datafield[@tag=866]">
1130
        <xsl:if test="marc:datafield[@tag=866]">
1131
            <span class="results_summary holdings_note"><span class="label">Holdings: </span> <br />
1131
            <span class="results_summary holdings_note basic_bibliographic_unit"><span class="label">Holdings: </span>
1132
                <xsl:for-each select="marc:datafield[@tag=866]">
1132
                <xsl:for-each select="marc:datafield[@tag=866]">
1133
                    <xsl:call-template name="subfieldSelect">
1133
                    <span class="holdings_note_data">
1134
                        <xsl:with-param name="codes">az</xsl:with-param>
1134
                        <xsl:call-template name="subfieldSelect">
1135
                    </xsl:call-template>
1135
                            <xsl:with-param name="codes">az</xsl:with-param>
1136
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1136
                        </xsl:call-template>
1137
                        <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
1138
                    </span>
1137
                </xsl:for-each>
1139
                </xsl:for-each>
1138
            </span>
1140
            </span>
1139
        </xsl:if>
1141
        </xsl:if>
1140
1142
1141
        <!-- 867 textual holdings -->
1143
        <!-- 867 textual holdings -->
1142
        <xsl:if test="marc:datafield[@tag=867]">
1144
        <xsl:if test="marc:datafield[@tag=867]">
1143
            <span class="results_summary holdings_note"><span class="label">Supplements: </span> <br />
1145
            <span class="results_summary holdings_note supplementary_material"><span class="label">Supplements: </span>
1144
                <xsl:for-each select="marc:datafield[@tag=867]">
1146
                <xsl:for-each select="marc:datafield[@tag=867]">
1145
                    <xsl:call-template name="subfieldSelect">
1147
                    <span class="holdings_note_data">
1146
                        <xsl:with-param name="codes">az</xsl:with-param>
1148
                        <xsl:call-template name="subfieldSelect">
1147
                    </xsl:call-template>
1149
                            <xsl:with-param name="codes">az</xsl:with-param>
1148
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1150
                        </xsl:call-template>
1151
                        <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
1152
                    </span>
1149
                </xsl:for-each>
1153
                </xsl:for-each>
1150
            </span>
1154
            </span>
1151
        </xsl:if>
1155
        </xsl:if>
1152
1156
1153
        <!-- 868 textual holdings -->
1157
        <!-- 868 textual holdings -->
1154
        <xsl:if test="marc:datafield[@tag=868]">
1158
        <xsl:if test="marc:datafield[@tag=868]">
1155
            <span class="results_summary holdings_note"><span class="label">Indexes: </span> <br />
1159
            <span class="results_summary holdings_note indexes"><span class="label">Indexes: </span>
1156
                <xsl:for-each select="marc:datafield[@tag=868]">
1160
                <xsl:for-each select="marc:datafield[@tag=868]">
1157
                    <xsl:call-template name="subfieldSelect">
1161
                    <span class="holdings_note_data">
1158
                        <xsl:with-param name="codes">az</xsl:with-param>
1162
                        <xsl:call-template name="subfieldSelect">
1159
                    </xsl:call-template>
1163
                            <xsl:with-param name="codes">az</xsl:with-param>
1160
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text><br /></xsl:otherwise></xsl:choose>
1164
                        </xsl:call-template>
1165
                        <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
                    </span>
1161
                </xsl:for-each>
1167
                </xsl:for-each>
1162
            </span>
1168
            </span>
1163
        </xsl:if>
1169
        </xsl:if>
1164
- 

Return to bug 20986