Subversion-Projekte lars-tiefland.openvz_admin

Revision

Revision 36 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

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