Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

{include file=header.tpl}
        <!-- $Id: confirm.tpl 70 2007-10-26 08:38:56Z 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}?</div></td>
                        </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>
        </form>
{include file=footer.tpl}