Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

Revision 44 Revision 45
Zeile 1... Zeile 1...
1
{include file="header.tpl" focus="create.v_id"}
1
{include file="header.tpl" focus="create.v_id"}
2
	<!-- $Id: new_vserver.tpl 44 2007-10-02 18:56:09Z lars $ -->
2
	<!-- $Id: new_vserver.tpl 45 2007-10-02 18:58:30Z lars $ -->
3
	<form method="POST" enctype="text/plain" action="" name="create" onSubmit="return check_create_form();">
3
	<form method="POST" enctype="text/plain" action="" name="create" onSubmit="return check_create_form();">
4
		<table>
4
		<table>
5
			<tr>
5
			<tr>
6
				<th>Eigenschaft</th>
6
				<th>Eigenschaft</th>
7
				<th>Wert</th>
7
				<th>Wert</th>
Zeile 38... Zeile 38...
38
				<td class="catBottom" colspan="2">
38
				<td class="catBottom" colspan="2">
39
					<input type="submit" value="anlegen">
39
					<input type="submit" value="anlegen">
40
				</td>
40
				</td>
41
			</tr>
41
			</tr>
42
		</table>
42
		</table>
-
 
43
		<input type="hidden" name="mode" value="create_v">
43
	</form>
44
	</form>
44
	<form action="index.php" method="post">
45
	<form action="index.php" method="post">
45
		<input type="hidden" name="hn_id" value="{$hn_id}">
46
		<input type="hidden" name="hn_id" value="{$hn_id}">
46
		<input type="submit" name="back" value="zur&uuml;ck zur &Uuml;bersicht" class="liteoption">
47
		<input type="submit" name="back" value="zur&uuml;ck zur &Uuml;bersicht" class="liteoption">
47
	</form>
48
	</form>