Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

Revision 45 Revision 46
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 45 2007-10-02 18:58:30Z lars $ -->
2
	<!-- $Id: new_vserver.tpl 46 2007-10-02 19:03:20Z 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 34... Zeile 34...
34
					{html_options selected="$cur_dist" options="$dists" name="d_id"}
34
					{html_options selected="$cur_dist" options="$dists" name="d_id"}
35
				</td>
35
				</td>
36
			</tr>
36
			</tr>
37
			<tr>
37
			<tr>
38
				<td class="catBottom" colspan="2">
38
				<td class="catBottom" colspan="2">
-
 
39
					<input type="hidden" name="mode" value="create_v">
39
					<input type="submit" value="anlegen">
40
					<input type="submit" value="anlegen">
40
				</td>
41
				</td>
41
			</tr>
42
			</tr>
42
		</table>
43
		</table>
43
		<input type="hidden" name="mode" value="create_v">
-
 
44
	</form>
44
	</form>
45
	<form action="index.php" method="post">
45
	<form action="index.php" method="post">
46
		<input type="hidden" name="hn_id" value="{$hn_id}">
46
		<input type="hidden" name="hn_id" value="{$hn_id}">
47
		<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">
48
	</form>
48
	</form>