Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

Revision 39 Revision 40
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 39 2007-10-01 18:40:45Z lars $ -->
2
	<!-- $Id: header.tpl 40 2007-10-01 18:43:12Z 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=UTF-8">
7
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Zeile 39... Zeile 39...
39
						alrt("Bitte eine IP für den vServer auswählen!");
39
						alrt("Bitte eine IP für den vServer auswählen!");
40
						return false;
40
						return false;
41
					}
41
					}
42
				}
42
				}
43
			</script>
43
			</script>
-
 
44
		{/literal}
44
	</head>
45
	</head>
45
	{if isset($focus)}
46
	{if isset($focus)}
46
	<body onload="{$focus}.focus();">
47
	<body onload="{$focus}.focus();">
47
	{else}
48
	{else}
48
	<body>
49
	<body>