This commit is contained in:
tuend-work
2025-11-13 07:41:56 +07:00
parent 7f357f3a30
commit 4478491d73
1729 changed files with 193578 additions and 20 deletions

View File

@@ -0,0 +1,16 @@
|?TREE=&raquo; <a class=tree href="/CMD_ADMIN_SHOW">Show Admins</a> &raquo; <a class=tree href="/HTM_ACCOUNT_ADMIN_CREATE">Delete Admin</a>|
|?HELP_SECTION=`ADMIN_HELPER`/createa.html|
|HTM_ADMIN_TOP|
<center>
<table class=list style="width: 50%" cellpadding=3 cellspacing=1>
<tr><td class=listtitle colspan=2>Delete Administrator Account</td></tr>
<form action="CMD_ACCOUNT_ADMIN" method="post">
<input type=hidden name=action value=delete>
<tr><td class=list>Username:</td><td class=list><input type=text name=username></td></tr>
<tr><td class=listtitle colspan=2 align=right>
<input type=submit value="Submit">
</td></tr>
</form>
</table>
</center>
|HTM_ADMIN_BOTTOM|