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 995-1010 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 note: </span>
998
            <span class="results_summary holdings_note"><span class="label">Holdings: </span><br />
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
                    <xsl:call-template name="subfieldSelect">
1001
                        <xsl:with-param name="codes">axz</xsl:with-param>
1001
                        <xsl:with-param name="codes">axz</xsl:with-param>
1002
                    </xsl:call-template>
1002
                    </xsl:call-template>
1003
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
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>
1004
                </xsl:for-each>
1004
                </xsl:for-each>
1005
            </span>
1005
            </span>
1006
        </xsl:if>
1006
        </xsl:if>
1007
1007
1008
        <!-- 867 textual holdings -->
1009
        <xsl:if test="marc:datafield[@tag=867]">
1010
            <span class="results_summary holdings_note"><span class="label">Supplements: </span><br />
1011
                <xsl:for-each select="marc:datafield[@tag=867]">
1012
                    <xsl:call-template name="subfieldSelect">
1013
                        <xsl:with-param name="codes">axz</xsl:with-param>
1014
                    </xsl:call-template>
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>
1016
                </xsl:for-each>
1017
            </span>
1018
        </xsl:if>
1019
1020
        <!-- 868 textual holdings -->
1021
        <xsl:if test="marc:datafield[@tag=868]">
1022
            <span class="results_summary holdings_note"><span class="label">Indexes: </span><br />
1023
                <xsl:for-each select="marc:datafield[@tag=868]">
1024
                    <xsl:call-template name="subfieldSelect">
1025
                        <xsl:with-param name="codes">axz</xsl:with-param>
1026
                    </xsl:call-template>
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>
1028
                </xsl:for-each>
1029
            </span>
1030
        </xsl:if>
1031
1032
1008
        <!--  775 Other Edition  -->
1033
        <!--  775 Other Edition  -->
1009
        <xsl:if test="marc:datafield[@tag=775]">
1034
        <xsl:if test="marc:datafield[@tag=775]">
1010
        <span class="results_summary other_editions"><span class="label">Other editions: </span>
1035
        <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 1128-1139 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 note: </span>
1131
            <span class="results_summary holdings_note"><span class="label">Holdings: </span> <br />
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
                    <xsl:call-template name="subfieldSelect">
1134
                        <xsl:with-param name="codes">az</xsl:with-param>
1134
                        <xsl:with-param name="codes">az</xsl:with-param>
1135
                    </xsl:call-template>
1135
                    </xsl:call-template>
1136
                    <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose>
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>
1137
                </xsl:for-each>
1138
            </span>
1139
        </xsl:if>
1140
1141
        <!-- 867 textual holdings -->
1142
        <xsl:if test="marc:datafield[@tag=867]">
1143
            <span class="results_summary holdings_note"><span class="label">Supplements: </span> <br />
1144
                <xsl:for-each select="marc:datafield[@tag=867]">
1145
                    <xsl:call-template name="subfieldSelect">
1146
                        <xsl:with-param name="codes">az</xsl:with-param>
1147
                    </xsl:call-template>
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>
1149
                </xsl:for-each>
1150
            </span>
1151
        </xsl:if>
1152
1153
        <!-- 868 textual holdings -->
1154
        <xsl:if test="marc:datafield[@tag=868]">
1155
            <span class="results_summary holdings_note"><span class="label">Indexes: </span> <br />
1156
                <xsl:for-each select="marc:datafield[@tag=868]">
1157
                    <xsl:call-template name="subfieldSelect">
1158
                        <xsl:with-param name="codes">az</xsl:with-param>
1159
                    </xsl:call-template>
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>
1137
                </xsl:for-each>
1161
                </xsl:for-each>
1138
            </span>
1162
            </span>
1139
        </xsl:if>
1163
        </xsl:if>
1140
- 

Return to bug 20986