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,41 @@
|?TREE=&raquo; <a class=tree href="/CMD_USER_SHOW">Show Users</a>|
|?HELP_SECTION=`RESELLER_HELPER`/modify.html|
|HTM_HEADER|
|HTM_TAB_RESELLER|
<a href="HTM_ACCOUNT_USER_CREATE">Create User</a><br>
<a href="HTM_ACCOUNT_USER_DELETE">Delete User</a><br>
<a href="HTM_USER_PASSWD">Change A Users Password</a><br>
<br>
<a href="/CMD_MODIFY_USER?user=|USERNAME|">Modify your own User data</a>
<table class=list cellpadding=3 cellspacing=1>
<form action="" method="GET" name=searchform>
<tr><td class=listtitle>
Show Domains that Contain <input type=text size=12 class=inputclass name=value8
|*if value8|
value='|value8|'
|*endif|
>
<input type=hidden name=comparison* value="contains">
<input type=hidden name=sort1 value="8">
<input type=hidden name=sort1dir value="1">
<input type=hidden name=sort2dir value="1">
<input type=hidden name=ipp value="50">
<input type=submit value="Search">
&nbsp;&nbsp;&nbsp;&nbsp;
<input type=button value="Clear Search" onClick="document.searchform.value8.value=''; document.searchform.submit();">
</td></tr>
</form>
</table>
<script language="javascript">
document.searchform.value8.focus();
document.searchform.value8.select();
</script>
|TABLE|
Click on the username to modify their account
|HTM_FOOTER|