📄 hdlab_edituser.ascx
字号:
<%@ Control %>
<%@ Register TagPrefix="HDLabBBS" NameSpace="HDLab.BBS.Controls" Assembly="HDLabBBS" %>
<%@ Register TagPrefix="HDLabBBS_Admin" NameSpace="HDLab.BBS.Controls.Admin" Assembly="HDLabBBS" %>
<br>
<div class="titlebar1">
<div class="titlebar">
<div class="titlebar_r"><img src="Images/right_pic.gif" alt="帮助" title="帮助"></div>
<div class="titlebar_l">用户操作选项</div>
<div style="FLOAT:left"><img src="Images/right_bg_02.gif" alt=""></div>
</div>
</div>
<table cellspacing="0" cellpadding="3" class="divbody1_b" align="center" border="0">
<TR class="divbody4">
<td width="100%" valign="top" colspan="2">
<asp:Label ID="ShowAction" Runat="server">
对用户 <strong>{$UserName$}</strong> 的操作快捷选项:<br>
<a href="mailto:{$UserEmail$}">发邮件</a> |
<a href="../Sms.aspx?Action=New&ToUser={$UserName$}" target="_blank">发短信</a> |
<a href="../ShowUser.aspx?UserID={$UserID$}" target="_blank">预览用户资料</a> |
<a href="../Search.aspx?stype=3&pSearch=0&nSearch=0&Keyword={$UserName$}&SearchDate=30" target="_blank">用户新贴</a> |
<a href="../Search.aspx?stype=6&nSearch=0&pSearch=0&keyword={$UserName$}" target="_blank">用户精华</a> |
<a href="../Search.aspx?stype=4&nSearch=0&pSearch=0&keyword={$UserName$}" target="_blank">用户热贴</a> |
<a href="HDLab_User.aspx?ActionType=UserPermission&UserID={$UserID$}">编辑权限</a> |
<a href="../LockIP.aspx?IP={$UserLastIP$}" target="_blank">最后来源</a> |
<a href="HDLab_User.aspx?ActionType=Delete&UserID={$UserID$}" onclick="{if(confirm('删除将不可恢复,并且将删除该用户在论坛的所有信息,确定删除吗?')){return true;}return false;}">删除用户</a>
</asp:Label>
</td>
</TR>
<tr class="divbody5">
<td height="23"><strong>快速定位:</strong><a href="#Setting0">用户基本资料修改</a> | <a href="#Setting1">用户联系资料修改</a> | <a href="#Setting2">用户分值资料修改</a> | <a href="#Setting3">日期相关</a> | <a href="#Setting4">用户保密相关</a> | <a href="#Setting5">用户详细资料</a> | <a href="#Setting6">用户状态设置</a></td>
</tr>
</table>
<br>
<a name="#Setting0"></a>
<div class="titlebar1">
<div class="titlebar">
<div class="titlebar_r"><img src="Images/right_pic.gif" alt="帮助" title="帮助"></div>
<div class="titlebar_l">用户基本资料修改</div>
<div style="FLOAT:left"><img src="Images/right_bg_02.gif" alt=""></div>
</div>
</div>
<table cellspacing="0" cellpadding="3" class="divbody1_b" align="center" border="0">
<TR class="divbody4">
<td width="20%">用户组</td>
<td width="80%">
<HDLabBBS:DropDownGroups id="MyDropDownGroups" Name="UserGroupID" Runat="server" />
</td>
</TR>
<tr class="divbody5">
<td width="20%">用户名</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserName" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody4">
<td width="20%">密 码</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserPassword" Columns="50"></asp:TextBox><input type="hidden" ID="UserHPassword" runat="server" NAME="UserHPassword"> 如果不修改请留空</td>
</tr>
<tr class="divbody5">
<td width="20%">密码问题</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserQuestion" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody4">
<td width="20%">密码答案</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserAnswer" Columns="50"></asp:TextBox><input type="hidden" ID="UserHAnswer" runat="server" NAME="UserHAnswer"> 如果不修改请留空</td>
</tr>
<tr class="divbody5">
<td width="20%">用户门派</td>
<td width="80%">
<HDLabBBS:DropDownUserClass id="MyDropDownUserClass" Name="UserClassName" Runat="server" />
</td>
</tr>
<tr class="divbody4">
<td width="20%">Email</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserEmail" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody5">
<td width="20%">性别</td>
<td width="80%"><asp:RadioButtonList ID="UserSex" Runat="server" RepeatDirection="Horizontal">
<asp:ListItem Value="0">男</asp:ListItem>
<asp:ListItem Value="1">女</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
<tr class="divbody4">
<td width="20%">头像</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserFace" Columns="50"></asp:TextBox> 宽度:<asp:TextBox Runat="server" ID="FaceWidth" Columns="10"></asp:TextBox> 高度:<asp:TextBox Runat="server" ID="FaceHeight" Columns="10"></asp:TextBox></td>
</tr>
<tr class="divbody5">
<td width="20%">头衔</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserTitle" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody4">
<td width="20%">等级图片</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserGradePic" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody5">
<td width="20%">好友分组</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserFriendGroup" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody4">
<td width="20%">登陆次数</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserLoginNum" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody5">
<td width="20%">最后IP</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserLastIP" Columns="50"></asp:TextBox></td>
</tr>
</table>
<br />
<a name="#Setting1"></a>
<div class="titlebar1">
<div class="titlebar">
<div class="titlebar_r"><img src="Images/right_pic.gif" alt="帮助" title="帮助"></div>
<div class="titlebar_l">用户联系资料修改</div>
<div style="FLOAT:left"><img src="Images/right_bg_02.gif" alt=""></div>
</div>
</div>
<table cellspacing="0" cellpadding="3" class="divbody1_b" align="center" border="0">
<tr class="divbody4">
<td width="20%">个人主页</td>
<td width="80%"><asp:TextBox Runat="server" ID="HomePage" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody5">
<td width="20%">OICQ</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserOICQ" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody4">
<td width="20%">ICQ</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserICQ" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody5">
<td width="20%">MSN</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserMSN" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody4">
<td width="20%">Yahoo</td>
<td width="80%"><asp:TextBox Runat="server" ID="Yahoo" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody5">
<td width="20%">UserAim</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserAim" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody4">
<td width="20%">UC</td>
<td width="80%"><asp:TextBox Runat="server" ID="UC" Columns="50"></asp:TextBox></td>
</tr>
</table>
<br>
<a name="#Setting2"></a>
<div class="titlebar1">
<div class="titlebar">
<div class="titlebar_r"><img src="Images/right_pic.gif" alt="帮助" title="帮助"></div>
<div class="titlebar_l">用户分值资料修改</div>
<div style="FLOAT:left"><img src="Images/right_bg_02.gif" alt=""></div>
</div>
</div>
<table cellspacing="0" cellpadding="3" class="divbody1_b" align="center" border="0">
<tr class="divbody4">
<td width="20%">发表主题</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserTopicNum" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody5">
<td width="20%">发表文章</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserPostNum" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody4">
<td width="20%">被删文章</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserDelTopic" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody5">
<td width="20%">精华文章</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserBestTopic" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody4">
<td width="20%">金钱</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserMoney" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody5">
<td width="20%">经验</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserExperience" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody4">
<td width="20%">魅力</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserCP" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody5">
<td width="20%">威望</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserPower" Columns="50"></asp:TextBox></td>
</tr>
</table>
<br>
<a name="#Setting3"></a>
<div class="titlebar1">
<div class="titlebar">
<div class="titlebar_r"><img src="Images/right_pic.gif" alt="帮助" title="帮助"></div>
<div class="titlebar_l">日期相关</div>
<div style="FLOAT:left"><img src="Images/right_bg_02.gif" alt=""></div>
</div>
</div>
<table cellspacing="0" cellpadding="3" class="divbody1_b" align="center" border="0">
<tr class="divbody4">
<td width="20%">生日</td>
<td width="80%"><asp:TextBox ID="UserBirthday" Runat="server" Columns="50"></asp:TextBox> 格式:2001-2-2</td>
</tr>
<tr class="divbody5">
<td width="20%">注册时间</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserRegTime" Columns="50"></asp:TextBox></td>
</tr>
<tr class="divbody4">
<td width="20%">最后登录</td>
<td width="80%"><asp:TextBox Runat="server" ID="UserLastLogin" Columns="50"></asp:TextBox></td>
</tr>
</table>
<br>
<a name="#Setting4"></a>
<div class="titlebar1">
<div class="titlebar">
<div class="titlebar_r"><img src="Images/right_pic.gif" alt="帮助" title="帮助"></div>
<div class="titlebar_l">用户保密相关</div>
<div style="FLOAT:left"><img src="Images/right_bg_02.gif" alt=""></div>
</div>
</div>
<table cellspacing="0" cellpadding="3" class="divbody1_b" align="center" border="0">
<tr class="divbody4">
<td width="20%">是否开放基本资料</td>
<td width="80%"><asp:RadioButtonList Runat="server" ID="UserSetting0" RepeatDirection="Horizontal">
<asp:ListItem Value="1">开放</asp:ListItem>
<asp:ListItem Value="0">不开放</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
<tr class="divbody5">
<td width="20%">是否开放真实资料</td>
<td width="80%"><asp:RadioButtonList Runat="server" ID="UserSetting1" RepeatDirection="Horizontal">
<asp:ListItem Value="1">开放</asp:ListItem>
<asp:ListItem Value="0">不开放</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
<tr class="divbody4">
<td width="20%">只允许好友发送短消息</td>
<td width="80%"><asp:RadioButtonList Runat="server" ID="UserSetting2" RepeatDirection="Horizontal">
<asp:ListItem Value="1">是</asp:ListItem>
<asp:ListItem Value="0">否</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
</table>
<br>
<a name="#Setting5"></a>
<div class="titlebar1">
<div class="titlebar">
<div class="titlebar_r"><img src="Images/right_pic.gif" alt="帮助" title="帮助"></div>
<div class="titlebar_l">用户详细资料</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -