Subversion-Projekte lars-tiefland.openvz_admin

Revision

Revision 70 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 70 Revision 78
Zeile 1... Zeile 1...
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
	<!-- $Id: header.tpl 70 2007-10-26 08:38:56Z lars $ -->
2
	<!-- $Id: header.tpl 78 2008-02-16 18:53:10Z lars $ -->
3
<html>
3
<html>
4
	<head>
4
	<head>
5
		<title>{$title}</title>
5
		<title>{$title}</title>
6
		<link rel="stylesheet" href="./styles/Standard.css" type="text/css">
6
		<link rel="stylesheet" href="./styles/Standard.css" type="text/css">
7
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
7
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
Zeile 48... Zeile 48...
48
	<body onload="{$focus}.focus();">
48
	<body onload="{$focus}.focus();">
49
	{else}
49
	{else}
50
	<body>
50
	<body>
51
	{/if}
51
	{/if}
52
		<h1>{$h1}</h1>
52
		<h1>{$h1}</h1>
-
 
53
		<form action="" method="post">
-
 
54
			{html_options selected="$cur_hn" options="$hns" name="hn_id"}
-
 
55
			<input type="submit" value="change Hardwarenode">
-
 
56
		</form>