Subversion-Projekte lars-tiefland.openvz_admin

Revision

Revision 25 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

{include file=header.tpl}
        <!-- $Id: confirm.tpl 36 2007-10-01 18:19:25Z lars $ -->
        <form name="del" method="post" action="{$SCRIPT_NAME}" onReset="self.location.href='index.php'">
                <table>
                        <tr>
                                <th>Best&auml;tigung</th>
                        </tr>
                        <tr>
                                <td><div class="error">{$art} "{$name}" wirklich {$action}?</td></div>
                        </tr>
                        <tr>
                                <td class="catBottom" align="center">
                                        <input class="liteoption" type="submit" value="ja">
                                        <input class="liteoption" type="reset" value="nein">
                                        <input type="hidden" value="{$mode}" name="mode">
                                        <input type="hidden" name="v_id" value="{$id}">
                                        <input type="hidden" name="hn_id" value="{$hn_id}">
                                </td>
                        </tr>
                </table>
                <input type="hidden" name="email" value="{$email}">
        </form>
{include file=footer.tpl}