z
This commit is contained in:
117
update/data/skins/enhanced/reseller/show_user.html
Normal file
117
update/data/skins/enhanced/reseller/show_user.html
Normal file
@@ -0,0 +1,117 @@
|
||||
|LF_STANDARD|
|
||||
|LF_CREATE|
|
||||
|?TREE=» <a class=tree href="/`USER_REFERER`">`LANG_SHOW_USERS`</a> » <a class=tree href="/CMD_SHOW_USER?user=`user`">`LANG_USER` `user`</a>|
|
||||
|?HELP_SECTION=`RESELLER_HELPER`/modify.html|
|
||||
|HTM_HEADER_FULL|
|
||||
|
||||
|?DISABLE_SELF=|
|
||||
|*if user=USERNAME|
|
||||
|?DISABLE_SELF=disabled|
|
||||
|*endif|
|
||||
|
||||
<b>|LANG_DETAILS| |user|</b><br>
|
||||
<br>
|
||||
<table width=100% cellpadding=5 cellspacing=0>
|
||||
<tr>
|
||||
<form action="CMD_LOGIN" method="POST">
|
||||
<td align=center>
|
||||
|
||||
<input type=hidden name=username value="|LOGIN_AS_MASTER_NAME|\||user|">
|
||||
<input type=submit value="👤 |LANG_LOGIN_AS| |user|" |DISABLE_SELF|><br>
|
||||
|
||||
|HTM_LOGIN_AS_WARNINGS|
|
||||
|
||||
</td>
|
||||
</form>
|
||||
<form>
|
||||
<td align=center>
|
||||
<input type=button value="🔧 |LANG_MODIFY_USER| |user|" onClick="location.href='CMD_MODIFY_USER?user=|user|'">
|
||||
</td>
|
||||
</form>
|
||||
<form name=tableform action='CMD_SELECT_USERS' method='POST'>
|
||||
<td align=center>
|
||||
<input type=hidden name=select0 value="|user|">
|
||||
<input type=submit value='🚮 |LANG_DELETE_USER| |user|' name=delete |DISABLE_SELF|>
|
||||
</td>
|
||||
</form>
|
||||
</tr>
|
||||
<tr>
|
||||
<form action="CMD_SELECT_USERS" method='POST'>
|
||||
<td align=center>
|
||||
<input type=hidden name=select0 value="|user|">
|
||||
<input type=hidden name=location value="CMD_SHOW_USER?user=|user|">
|
||||
<input type=submit value="🚷 |LANG_SUSPEND|" name=dosuspend |DISABLE_SELF|>
|
||||
</td>
|
||||
</form>
|
||||
<form action="CMD_SELECT_USERS" method='POST'>
|
||||
<td align=center>
|
||||
<input type=hidden name=select0 value="|user|">
|
||||
<input type=hidden name=location value="CMD_SHOW_USER?user=|user|">
|
||||
<input type=submit value="🚶 |LANG_UNSUSPEND|" name=dounsuspend |DISABLE_SELF|>
|
||||
</td>
|
||||
</form>
|
||||
|
||||
<form action="HTM_USER_PASSWD" method='GET'>
|
||||
<td align=center>
|
||||
<input type=hidden name='USER' value="|user|">
|
||||
<input type=submit value="🔑 Change Password" |DISABLE_SELF|>
|
||||
</td>
|
||||
</form>
|
||||
</tr>
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
|DOMAINS|
|
||||
|STATS|
|
||||
|
||||
<script language="Javascript">
|
||||
<!--
|
||||
|?SHOW_MESSAGE=showUserMessage()|
|
||||
|?EDIT_MESSAGE=`LANG_EDIT_USER_MESS`|
|
||||
|*if ACCOUNT_USERTYPE="reseller"|
|
||||
|?SHOW_MESSAGE=showResellerMessage()|
|
||||
|?EDIT_MESSAGE=`LANG_EDIT_RES_MESS`|
|
||||
|*endif|
|
||||
|*if ACCOUNT_USERTYPE="admin"|
|
||||
|?SHOW_MESSAGE=showAdminMessage()|
|
||||
|?EDIT_MESSAGE=`LANG_EDIT_RES_MESS`|
|
||||
|*endif|
|
||||
|
||||
function showUserMessage()
|
||||
{
|
||||
var message = window.open("CMD_EDIT_USER_MESSAGE","message","width=740,height=480,scrollbars=no,resizable=yes");
|
||||
}
|
||||
function showResellerMessage()
|
||||
{
|
||||
var message = window.open("CMD_EDIT_RESELLER_MESSAGE","message","width=740,height=520,scrollbars=no,resizable=yes");
|
||||
}
|
||||
function showAdminMessage()
|
||||
{
|
||||
var message = window.open("CMD_EDIT_ADMIN_MESSAGE","message","width=740,height=520,scrollbars=no,resizable=yes");
|
||||
}
|
||||
// -->
|
||||
</script>
|
||||
|
||||
<table class=list cellpadding=3 cellspacing=1>
|
||||
<form action="/CMD_RESEND_EMAIL" method="POST">
|
||||
<input type=hidden name=user value=|user|>
|
||||
<tr><td class=listtitle>|LANG_RESEND_WELCOME_EMAIL|</td></tr>
|
||||
<tr><td class=list align=center>|LANG_SEND_TO|: <input type=text name=email value="|USER_EMAIL|">
|
||||
<input type=checkbox name=newpass value="yes">|LANG_RANDOM_PASS|
|
||||
<input type=submit value="|LANG_SEND|">
|
||||
<a href="javascript:|SHOW_MESSAGE|;">|EDIT_MESSAGE|</a>
|
||||
</td></tr>
|
||||
</form>
|
||||
</table>
|
||||
<table class=list cellpadding=3 cellspacing=1>
|
||||
<tr><td class=listtitle>|LANG_USER_COMMENTS|</td></tr>
|
||||
<form action="CMD_COMMENTS" method="POST">
|
||||
<input type=hidden name=user value="|user|">
|
||||
<input type=hidden name=location value="CMD_SHOW_USER">
|
||||
<tr><td class=list align=center><textarea rows=15 cols=80 name=comments>|COMMENTS|</textarea></td></tr>
|
||||
<tr><td class=listtitle align=right><input type=submit value="|LANG_SAVE_COMMENTS|"></td></tr>
|
||||
</form>
|
||||
</table>
|
||||
|
||||
|HTM_FOOTER_FULL|
|
||||
Reference in New Issue
Block a user