Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

Revision 47 Revision 70
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 47 2007-10-02 19:11:54Z lars $ -->
2
	<!-- $Id: new_vserver.tpl 70 2007-10-26 08:38:56Z lars $ -->
3
	<form method="post" action="" name="create" onSubmit="return check_create_form();">
3
	<form method="post" 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 40... Zeile 40...
40
					<input type="submit" value="anlegen">
40
					<input type="submit" value="anlegen">
41
				</td>
41
				</td>
42
			</tr>
42
			</tr>
43
		</table>
43
		</table>
44
	</form>
44
	</form>
-
 
45
	<br>
45
	<form action="index.php" method="post">
46
	<form action="index.php" method="post">
46
		<input type="hidden" name="hn_id" value="{$hn_id}">
47
		<input type="hidden" name="hn_id" value="{$hn_id}">
47
		<input type="submit" name="back" value="zur&uuml;ck zur &Uuml;bersicht" class="liteoption">
48
		<input type="submit" name="back" value="zur&uuml;ck zur &Uuml;bersicht" class="liteoption">
48
	</form>
49
	</form>
49
{include file="footer.tpl"}
50
{include file="footer.tpl"}