Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

Revision 21 Revision 22
Zeile 10... Zeile 10...
10
				<td><input type="text" name="v_name" value=""></td>
10
				<td><input type="text" name="v_name" value=""></td>
11
			</tr>
11
			</tr>
12
			<tr>
12
			<tr>
13
				<td>IP-Adresse</td>
13
				<td>IP-Adresse</td>
14
				<td>
14
				<td>
15
					{html_options values="" output="" selected="{$cur_ip}" options="{$ips}" name="ip_id"}
15
					{html_options selected="$cur_ip" options="$ips" name="ip_id"}
16
				</td>
16
				</td>
17
			</tr>
17
			</tr>
18
			<tr>
18
			<tr>
19
				<td>Root-Passwort</td>
19
				<td>Root-Passwort</td>
20
				<td><input type="password" name="root_pw" value=""></td>
20
				<td><input type="password" name="root_pw" value=""></td>
Zeile 24... Zeile 24...
24
				<td><input type="password" name="root_pw_conf" value=""></td>
24
				<td><input type="password" name="root_pw_conf" value=""></td>
25
			</tr>
25
			</tr>
26
			<tr>
26
			<tr>
27
				<td>Distribution</td>
27
				<td>Distribution</td>
28
				<td>
28
				<td>
29
					{html_options values="" output="" selected="{$cur_dist}" options="{$dists}" name="d_id"}
29
					{html_options selected="$cur_dist" options="$dists" name="d_id"}
30
				</td>
30
				</td>
31
			</tr>
31
			</tr>
32
			<tr>
32
			<tr>
33
				<td class="catBottom" colspan="2">
33
				<td class="catBottom" colspan="2">
34
					<input type="submit" value="anlegen">
34
					<input type="submit" value="anlegen">