summaryrefslogtreecommitdiff
path: root/template/default/index.html
blob: 0763baa231046ef2532f1acd0a85e12012d6eb89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>