Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

Revision 19 Revision 21
Zeile 1... Zeile 1...
1
{include file="header.tpl"}
1
{include file="header.tpl"}
-
 
2
	<form method="POST" enctype="text/plain" action="">
-
 
3
		<table>
-
 
4
			<tr>
-
 
5
				<th>Eigenschaft</th>
-
 
6
				<th>Wert</th>
-
 
7
			</tr>
-
 
8
			<tr>
-
 
9
				<td>Name</td>
-
 
10
				<td><input type="text" name="v_name" value=""></td>
-
 
11
			</tr>
-
 
12
			<tr>
-
 
13
				<td>IP-Adresse</td>
-
 
14
				<td>
-
 
15
					{html_options values="" output="" selected="{$cur_ip}" options="{$ips}" name="ip_id"}
-
 
16
				</td>
-
 
17
			</tr>
-
 
18
			<tr>
-
 
19
				<td>Root-Passwort</td>
-
 
20
				<td><input type="password" name="root_pw" value=""></td>
-
 
21
			</tr>
-
 
22
			<tr>
-
 
23
				<td>Root-Passwort (Best&auml;tigung</td>
-
 
24
				<td><input type="password" name="root_pw_conf" value=""></td>
-
 
25
			</tr>
-
 
26
			<tr>
-
 
27
				<td>Distribution</td>
-
 
28
				<td>
-
 
29
					{html_options values="" output="" selected="{$cur_dist}" options="{$dists}" name="d_id"}
-
 
30
				</td>
-
 
31
			</tr>
-
 
32
			<tr>
-
 
33
				<td class="catBottom" colspan="2">
-
 
34
					<input type="submit" value="anlegen">
-
 
35
				</td>
-
 
36
			</tr>
-
 
37
		</table>
-
 
38
	</form>
2
{include file="footer.tpl"}
39
{include file="footer.tpl"}