summaryrefslogtreecommitdiff
path: root/template/English/index.html
blob: 0b9dbdd31b30aa21b2ec9edd4d3208e648e35cf9 (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>
  </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></p>
      </body>

    </noframes>
  </frameset>

</html>