39 lines
1.1 KiB
HTML
39 lines
1.1 KiB
HTML
|?TREE=» <a class=tree href="/CMD_ALL_USER_SHOW">Show All Users</a>|
|
|
|?HELP_SECTION=`ADMIN_HELPER`/showall.html|
|
|
|HTM_HEADER|
|
|
|HTM_TAB_ADMIN|
|
|
|
|
<a href="HTM_ACCOUNT_USER_DELETE">Delete a User</a><br>
|
|
|
|
|*if RESULT!=""|
|
|
<div class='warning_info'>|RESULT|</div>
|
|
|*endif|
|
|
|
|
<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=comparison8 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">
|
|
|
|
<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|
|
|
|
|
|HTM_FOOTER| |