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

(-)a/koha-tmpl/index.html (-6 lines)
Lines 1-6 Link Here
1
<html>
2
<body>
3
<a href="intranet.html">Intranet</a>
4
<a href="opac.html">OPAC</a>
5
</body>
6
</html>
(-)a/koha-tmpl/intranet.html (-12 lines)
Lines 1-12 Link Here
1
<html>
2
<head>
3
<meta http-equiv="refresh" content="0; url=/cgi-bin/koha/mainpage.pl">
4
</head>
5
<body bgcolor=white>
6
<table border=0 width=100% height=100%>
7
<tr><td align=center valign=center>
8
WELCOME TO KOHA
9
</td></tr>
10
</table>
11
</body>
12
</html>
(-)a/koha-tmpl/opac.html (-12 lines)
Lines 1-11 Link Here
1
<html>
2
<head>
3
<meta http-equiv="refresh" content="0; url=/cgi-bin/koha/opac-main.pl">
4
</head>
5
<body bgcolor=white>
6
<table border=0 width="100%" height="100%">
7
<tr><td align=center valign=center>
8
WELCOME TO KOHA</td></tr>
9
</table>
10
</body>
11
</html>
12
- 

Return to bug 20173