Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

Revision 36 Revision 70
Zeile 1... Zeile 1...
1
{include file=header.tpl}
1
{include file=header.tpl}
2
	<!-- $Id: del.tpl 36 2007-10-01 18:19:25Z lars $ -->
2
	<!-- $Id: del.tpl 70 2007-10-26 08:38:56Z lars $ -->
3
	<form name="del" method="post" action="{$SCRIPT_NAME}" onReset="self.location.href='index.php'">
3
	<form name="del" method="post" action="{$SCRIPT_NAME}" onReset="self.location.href='index.php'">
4
		<table>
4
		<table>
5
			<tr>
5
			<tr>
6
				<th>Bestätigung</th>
6
				<th>Bestätigung</th>
7
			</tr>
7
			</tr>
8
			<tr>
8
			<tr>
9
				<td><div class="error">{$art} "{$name}" wirklich löschen?</td></div>
9
				<td><div class="error">{$art} "{$name}" wirklich löschen?</div></td>
10
			</tr>
10
			</tr>
11
			<tr>
11
			<tr>
12
				<td class="catBottom" align="center">
12
				<td class="catBottom" align="center">
13
					<input class="liteoption" type="submit" value="ja">
13
					<input class="liteoption" type="submit" value="ja">
14
					<input class="liteoption" type="reset" value="nein">
14
					<input class="liteoption" type="reset" value="nein">
Zeile 16... Zeile 16...
16
					<input type="hidden" name="hn_id" value="{$hn_id}">
16
					<input type="hidden" name="hn_id" value="{$hn_id}">
17
					<input type="hidden" name="id" value="{$id}">
17
					<input type="hidden" name="id" value="{$id}">
18
				</td>
18
				</td>
19
			</tr>
19
			</tr>
20
		</table>
20
		</table>
21
		<input type="hidden" name="email" value="{$email}">
-
 
22
	</form>
21
	</form>
23
{include file=footer.tpl}
22
{include file=footer.tpl}