summaryrefslogtreecommitdiff
path: root/template/default/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/index.html')
-rw-r--r--template/default/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/template/default/index.html b/template/default/index.html
new file mode 100644
index 0000000..0763baa
--- /dev/null
+++ b/template/default/index.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
+<html>
+
+<head>
+ <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
+ <title><?% msg.c_progname %?> <tmpl_var version> (<tmpl_var host>)</title>
+ <link href="bilder/favicon.ico" rel="shortcut icon">
+</head>
+
+<frameset border="0" cols="165,*" frameborder="no" framespacing="0">
+ <frame name="nav" noresize src="left.html">
+ <frame name="main" noresize src="<tmpl_var loginpage>">
+
+ <noframes>
+ <body bgcolor="#ffffff">
+ <p><?% msg.i_noframes %?></p>
+ </body>
+ </noframes>
+</frameset>
+
+</html>