summaryrefslogtreecommitdiff
path: root/template/Deutsch/index.html
blob: 46ed7bbca1955c7b61b9757799eeaecb900c9c7c (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>VDR Admin <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>Ihr Browser unterst&uuml;tzt keine Frames!</p>
		</body>
	</noframes>
</frameset>

</html>