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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-1 / +10 lines)
Lines 927-940 Link Here
927
            <xsl:variable name="SubqText"><xsl:value-of select="marc:subfield[@code='q']"/></xsl:variable>
927
            <xsl:variable name="SubqText"><xsl:value-of select="marc:subfield[@code='q']"/></xsl:variable>
928
            <a>
928
            <a>
929
                <xsl:attribute name="href">
929
                <xsl:attribute name="href">
930
                    <xsl:if test="not(contains(marc:subfield[@code='u'],'://'))">
930
                    <xsl:if test="not(contains(marc:subfield[@code='u'],'://') or contains(marc:subfield[@code='u'],'mailto:'))">
931
                        <xsl:choose>
931
                        <xsl:choose>
932
                            <xsl:when test="@ind1=7">
932
                            <xsl:when test="@ind1=7">
933
                                <xsl:value-of select="marc:subfield[@code='2']"/><xsl:text>://</xsl:text>
933
                                <xsl:value-of select="marc:subfield[@code='2']"/><xsl:text>://</xsl:text>
934
                            </xsl:when>
934
                            </xsl:when>
935
                            <xsl:when test="@ind1=0">
936
                                <xsl:text>mailto:</xsl:text>
937
                            </xsl:when>
935
                            <xsl:when test="@ind1=1">
938
                            <xsl:when test="@ind1=1">
936
                                <xsl:text>ftp://</xsl:text>
939
                                <xsl:text>ftp://</xsl:text>
937
                            </xsl:when>
940
                            </xsl:when>
941
                            <xsl:when test="@ind1=2">
942
                                <xsl:text>telnet://</xsl:text>
943
                            </xsl:when>
944
                            <xsl:when test="@ind1=3">
945
                                <xsl:text>tel:</xsl:text>
946
                            </xsl:when>
938
                            <xsl:otherwise>
947
                            <xsl:otherwise>
939
                                <xsl:text>http://</xsl:text>
948
                                <xsl:text>http://</xsl:text>
940
                            </xsl:otherwise>
949
                            </xsl:otherwise>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl (-1 / +10 lines)
Lines 963-976 Link Here
963
                <xsl:variable name="SubqText"><xsl:value-of select="marc:subfield[@code='q']"/></xsl:variable>
963
                <xsl:variable name="SubqText"><xsl:value-of select="marc:subfield[@code='q']"/></xsl:variable>
964
                <a>
964
                <a>
965
                    <xsl:attribute name="href">
965
                    <xsl:attribute name="href">
966
                        <xsl:if test="not(contains(marc:subfield[@code='u'],'://'))">
966
                        <xsl:if test="not(contains(marc:subfield[@code='u'],'://') or contains(marc:subfield[@code='u'],'mailto:'))">
967
                            <xsl:choose>
967
                            <xsl:choose>
968
                                <xsl:when test="@ind1=7">
968
                                <xsl:when test="@ind1=7">
969
                                    <xsl:value-of select="marc:subfield[@code='2']"/><xsl:text>://</xsl:text>
969
                                    <xsl:value-of select="marc:subfield[@code='2']"/><xsl:text>://</xsl:text>
970
                                </xsl:when>
970
                                </xsl:when>
971
                                <xsl:when test="@ind1=0">
972
                                    <xsl:text>mailto:</xsl:text>
973
                                </xsl:when>
971
                                <xsl:when test="@ind1=1">
974
                                <xsl:when test="@ind1=1">
972
                                    <xsl:text>ftp://</xsl:text>
975
                                    <xsl:text>ftp://</xsl:text>
973
                                </xsl:when>
976
                                </xsl:when>
977
                                <xsl:when test="@ind1=2">
978
                                    <xsl:text>telnet://</xsl:text>
979
                                </xsl:when>
980
                                <xsl:when test="@ind1=3">
981
                                    <xsl:text>tel:</xsl:text>
982
                                </xsl:when>
974
                                <xsl:otherwise>
983
                                <xsl:otherwise>
975
                                    <xsl:text>http://</xsl:text>
984
                                    <xsl:text>http://</xsl:text>
976
                                </xsl:otherwise>
985
                                </xsl:otherwise>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-1 / +10 lines)
Lines 1046-1059 Link Here
1046
                                    </xsl:when>
1046
                                    </xsl:when>
1047
                                    <xsl:otherwise>
1047
                                    <xsl:otherwise>
1048
                                        <xsl:attribute name="href">
1048
                                        <xsl:attribute name="href">
1049
                                            <xsl:if test="not(contains(marc:subfield[@code='u'],'://'))">
1049
                                            <xsl:if test="not(contains(marc:subfield[@code='u'],'://') or contains(marc:subfield[@code='u'],'mailto:'))">
1050
                                                <xsl:choose>
1050
                                                <xsl:choose>
1051
                                                    <xsl:when test="@ind1=7">
1051
                                                    <xsl:when test="@ind1=7">
1052
                                                        <xsl:value-of select="marc:subfield[@code='2']"/><xsl:text>://</xsl:text>
1052
                                                        <xsl:value-of select="marc:subfield[@code='2']"/><xsl:text>://</xsl:text>
1053
                                                    </xsl:when>
1053
                                                    </xsl:when>
1054
                                                    <xsl:when test="@ind1=0">
1055
                                                        <xsl:text>mailto:</xsl:text>
1056
                                                    </xsl:when>
1054
                                                    <xsl:when test="@ind1=1">
1057
                                                    <xsl:when test="@ind1=1">
1055
                                                        <xsl:text>ftp://</xsl:text>
1058
                                                        <xsl:text>ftp://</xsl:text>
1056
                                                    </xsl:when>
1059
                                                    </xsl:when>
1060
                                                    <xsl:when test="@ind1=2">
1061
                                                        <xsl:text>telnet://</xsl:text>
1062
                                                    </xsl:when>
1063
                                                    <xsl:when test="@ind1=3">
1064
                                                        <xsl:text>tel:</xsl:text>
1065
                                                    </xsl:when>
1057
                                                    <xsl:otherwise>
1066
                                                    <xsl:otherwise>
1058
                                                        <xsl:text>http://</xsl:text>
1067
                                                        <xsl:text>http://</xsl:text>
1059
                                                    </xsl:otherwise>
1068
                                                    </xsl:otherwise>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl (-2 / +10 lines)
Lines 1176-1189 Link Here
1176
				</xsl:when>
1176
				</xsl:when>
1177
				<xsl:otherwise>
1177
				<xsl:otherwise>
1178
                    <xsl:attribute name="href">
1178
                    <xsl:attribute name="href">
1179
                        <xsl:if test="not(contains(marc:subfield[@code='u'],'://'))">
1179
                        <xsl:if test="not(contains(marc:subfield[@code='u'],'://') or contains(marc:subfield[@code='u'],'mailto:'))">
1180
                            <xsl:choose>
1180
                            <xsl:choose>
1181
                                <xsl:when test="@ind1=7">
1181
                                <xsl:when test="@ind1=7">
1182
                                    <xsl:value-of select="marc:subfield[@code='2']"/><xsl:text>://</xsl:text>
1182
                                    <xsl:value-of select="marc:subfield[@code='2']"/><xsl:text>://</xsl:text>
1183
                                </xsl:when>
1183
                                </xsl:when>
1184
                                <xsl:when test="@ind1=0">
1185
                                    <xsl:text>mailto:</xsl:text>
1186
                                </xsl:when>
1184
                                <xsl:when test="@ind1=1">
1187
                                <xsl:when test="@ind1=1">
1185
                                    <xsl:text>ftp://</xsl:text>
1188
                                    <xsl:text>ftp://</xsl:text>
1186
                                </xsl:when>
1189
                                </xsl:when>
1190
                                <xsl:when test="@ind1=2">
1191
                                    <xsl:text>telnet://</xsl:text>
1192
                                </xsl:when>
1193
                                <xsl:when test="@ind1=3">
1194
                                    <xsl:text>tel:</xsl:text>
1195
                                </xsl:when>
1187
                                <xsl:otherwise>
1196
                                <xsl:otherwise>
1188
                                    <xsl:text>http://</xsl:text>
1197
                                    <xsl:text>http://</xsl:text>
1189
                                </xsl:otherwise>
1198
                                </xsl:otherwise>
1190
- 

Return to bug 32794