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 1004-1019 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 note: </span>
1007
            <span class="results_summary holdings_note"><span class="label">Holdings: </span><br />
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
                    <xsl:call-template name="subfieldSelect">
1010
                        <xsl:with-param name="codes">axz</xsl:with-param>
1010
                        <xsl:with-param name="codes">axz</xsl:with-param>
1011
                    </xsl:call-template>
1011
                    </xsl:call-template>
1012
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
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>
1013
                </xsl:for-each>
1013
                </xsl:for-each>
1014
            </span>
1014
            </span>
1015
        </xsl:if>
1015
        </xsl:if>
1016
1016
1017
        <!-- 867 textual holdings -->
1018
        <xsl:if test="marc:datafield[@tag=867]">
1019
            <span class="results_summary holdings_note"><span class="label">Supplements: </span><br />
1020
                <xsl:for-each select="marc:datafield[@tag=867]">
1021
                    <xsl:call-template name="subfieldSelect">
1022
                        <xsl:with-param name="codes">axz</xsl:with-param>
1023
                    </xsl:call-template>
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>
1025
                </xsl:for-each>
1026
            </span>
1027
        </xsl:if>
1028
1029
        <!-- 868 textual holdings -->
1030
        <xsl:if test="marc:datafield[@tag=868]">
1031
            <span class="results_summary holdings_note"><span class="label">Indexes: </span><br />
1032
                <xsl:for-each select="marc:datafield[@tag=868]">
1033
                    <xsl:call-template name="subfieldSelect">
1034
                        <xsl:with-param name="codes">axz</xsl:with-param>
1035
                    </xsl:call-template>
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>
1037
                </xsl:for-each>
1038
            </span>
1039
        </xsl:if>
1040
1041
1017
        <!--  775 Other Edition  -->
1042
        <!--  775 Other Edition  -->
1018
        <xsl:if test="marc:datafield[@tag=775]">
1043
        <xsl:if test="marc:datafield[@tag=775]">
1019
        <span class="results_summary other_editions"><span class="label">Other editions: </span>
1044
        <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 1144-1155 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 note: </span>
1147
            <span class="results_summary holdings_note"><span class="label">Holdings: </span> <br />
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
                    <xsl:call-template name="subfieldSelect">
1150
                        <xsl:with-param name="codes">az</xsl:with-param>
1150
                        <xsl:with-param name="codes">az</xsl:with-param>
1151
                    </xsl:call-template>
1151
                    </xsl:call-template>
1152
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
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>
1153
                </xsl:for-each>
1154
            </span>
1155
        </xsl:if>
1156
1157
        <!-- 867 textual holdings -->
1158
        <xsl:if test="marc:datafield[@tag=867]">
1159
            <span class="results_summary holdings_note"><span class="label">Supplements: </span> <br />
1160
                <xsl:for-each select="marc:datafield[@tag=867]">
1161
                    <xsl:call-template name="subfieldSelect">
1162
                        <xsl:with-param name="codes">az</xsl:with-param>
1163
                    </xsl:call-template>
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>
1165
                </xsl:for-each>
1166
            </span>
1167
        </xsl:if>
1168
1169
        <!-- 868 textual holdings -->
1170
        <xsl:if test="marc:datafield[@tag=868]">
1171
            <span class="results_summary holdings_note"><span class="label">Indexes: </span> <br />
1172
                <xsl:for-each select="marc:datafield[@tag=868]">
1173
                    <xsl:call-template name="subfieldSelect">
1174
                        <xsl:with-param name="codes">az</xsl:with-param>
1175
                    </xsl:call-template>
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>
1153
                </xsl:for-each>
1177
                </xsl:for-each>
1154
            </span>
1178
            </span>
1155
        </xsl:if>
1179
        </xsl:if>
1156
- 

Return to bug 20986