Subversion-Projekte lars-tiefland.openvz_admin

Revision

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

{include file=header.tpl}
        <!-- $Id -->
        <form name="del" method="post" action="{$SCRIPT_NAME}" onReset="self.location.href='index.php'">
                <table>
                        <tr>
                                <th>Bestätigung</th>
                        </tr>
                        <tr>
                                <td><div class="error">{$art} "{$name}" wirklich löschen?</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="delete" name="mode">
                                        <input type="hidden" name="id" value="{$id}">
                                </td>
                        </tr>
                </table>
                <input type="hidden" name="email" value="{$email}">
        </form>
{include file=footer.tpl}