global_edituser.aspx
上传用户:wenllgg125
上传日期:2020-04-09
资源大小:7277k
文件大小:21k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. <%@ Page Language="c#" Inherits="Discuz.Web.Admin.edituser" Codebehind="global_edituser.aspx.cs" %>
  2. <%@ Register TagPrefix="cc1" Namespace="Discuz.Control" Assembly="Discuz.Control" %>
  3. <%@ Register TagPrefix="cc3" Namespace="Discuz.Control" Assembly="Discuz.Control" %>
  4. <%@ Register Src="../UserControls/PageInfo.ascx" TagName="PageInfo" TagPrefix="uc1" %>
  5. <%@ Import Namespace="Discuz.Common" %>
  6. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  7. <html>
  8. <head>
  9. <title>编辑用户组</title>
  10. <link href="../styles/tab.css" type="text/css" rel="stylesheet" />
  11. <script type="text/javascript" src="../js/common.js"></script>
  12. <link href="../styles/dntmanager.css" type="text/css" rel="stylesheet" />
  13. <link href="../styles/modelpopup.css" type="text/css" rel="stylesheet" />
  14. <script type="text/javascript" src="../js/modalpopup.js"></script>
  15. <link href="../styles/datagrid.css" type="text/css" rel="stylesheet" />
  16. <script type="text/javascript">
  17. function checkSetting()
  18. {
  19. if (document.getElementById('TabControl1_tabPage22_newsletter_0').checked)
  20. {
  21. document.getElementById('TabControl1_tabPage22_newsletter_1').disabled = false;
  22. }
  23. else
  24. {
  25. document.getElementById('TabControl1_tabPage22_newsletter_1').checked = false;
  26. document.getElementById('TabControl1_tabPage22_newsletter_1').disabled = true;
  27. }
  28. }
  29. </script>
  30. <meta http-equiv="X-UA-Compatible" content="IE=7" />
  31. </head>
  32. <body>
  33. <form id="Form1" method="post" runat="server">
  34. <div class="ManagerForm">
  35. <cc3:TabControl ID="TabControl1" SelectionMode="Client" runat="server" TabScriptPath="../js/tabstrip.js" Width="760" Height="100%">
  36. <cc3:TabPage Caption="常规基本信息" ID="tabPage11">
  37. <table width="100%">
  38. <tr><td class="item_title" colspan="2">用户名(UID:<%=Discuz.Common.DNTRequest.GetString("uid")%>)</td></tr>
  39. <tr>
  40. <td class="vtop rowform">
  41. <cc1:TextBox ID="userName" runat="server" CanBeNull="必填" RequiredFieldType="暂无校验" Enabled="false" IsReplaceInvertedComma="false" MaxLength="20" Size="10"></cc1:TextBox>
  42.             <asp:CheckBox ID="IsEditUserName" runat="server" Text="允许修改用户名"></asp:CheckBox>
  43. </td>
  44. <td class="vtop"></td>
  45. </tr>
  46. <tr><td class="item_title" colspan="2">头像</td></tr>
  47. <tr>
  48. <td class="vtop rowform">
  49.  <img src="../../tools/avatar.aspx?uid=<%=userInfo.Uid%>&size=small" onerror="this.onerror=null;this.src='../../templates/default/images/noavatar_small.gif';" />
  50.              <asp:CheckBox ID="delavart" runat="server" Text="删除头像"></asp:CheckBox>
  51. </td>
  52. <td class="vtop"></td>
  53. </tr>
  54. <tr><td class="item_title">昵称</td><td class="item_title">所属用户组</td></tr>
  55. <tr>
  56. <td class="vtop rowform">
  57.   <cc1:TextBox ID="nickname" runat="server" RequiredFieldType="暂无校验" IsReplaceInvertedComma="false" MaxLength="20" Size="10"></cc1:TextBox>
  58. </td>
  59. <td class="vtop rowform">
  60.   <cc1:DropDownList ID="groupid" runat="server"></cc1:DropDownList>
  61.               <cc1:Button ID="ReSendEmail" runat="server" Text="重发验证email" ButtontypeMode="Normal"></cc1:Button>
  62. </td>
  63. </tr>
  64. <tr><td class="item_title">注册IP</td><td class="item_title">清除用户安全提问</td></tr>
  65. <tr>
  66. <td class="vtop rowform">
  67.   <cc1:TextBox ID="regip" runat="server" RequiredFieldType="IP地址" MaxLength="15" Size="11"></cc1:TextBox>
  68. </td>
  69. <td class="vtop rowform">
  70. <cc1:RadioButtonList ID="secques" runat="server" RepeatColumns="2">
  71. <asp:ListItem Value="1">是</asp:ListItem>
  72. <asp:ListItem Value="0" Selected="true">否</asp:ListItem>
  73. </cc1:RadioButtonList>
  74. </td>
  75. </tr>
  76. <tr><td class="item_title">发帖数</td><td class="item_title">精华帖数</td></tr>
  77. <tr>
  78. <td class="vtop rowform">
  79.  <cc1:TextBox ID="posts" runat="server" Width="56px" RequiredFieldType="数据校验" CanBeNull="必填" MaxLength="9"></cc1:TextBox>
  80. </td>
  81. <td class="vtop rowform">
  82.  <cc1:TextBox ID="digestposts" runat="server" Width="56px" RequiredFieldType="数据校验" CanBeNull="必填" MaxLength="4"></cc1:TextBox>
  83. </td>
  84. </tr>
  85. </table>
  86.     <uc1:PageInfo ID="info1" runat="server" Icon="information" Text="以下为对该用户的管理操作, 操作后无法撤消, 请谨重! " />
  87.     <table width="100%">
  88. <tr><td class="item_title" colspan="2"></td></tr>
  89. <tr>
  90. <td class="vtop" colspan="2">
  91.  <cc1:Button ID="ResetPassWord" runat="server" Text="重设密码 "></cc1:Button>&nbsp;&nbsp;
  92.              <cc1:Button ID="ResetUserPost" runat="server" Text="重建用户发帖数"></cc1:Button>&nbsp;&nbsp;
  93.  <cc1:Button ID="StopTalk" runat="server" Text="禁言该用户" HintInfo="该操作将会把当前用户放入系统 '禁止发言' 组中"></cc1:Button>&nbsp;&nbsp;
  94.              <cc1:Button ID="ResetUserDigestPost" runat="server" Text="重建用户精华帖数"></cc1:Button>
  95. </td>
  96. </tr>
  97. <tr><td class="item_title" colspan="2"></td></tr>
  98. <tr>
  99. <td class="vtop rowform">
  100.  <cc1:Button ID="DelPosts" runat="server" Text="删除该用户帖子" ButtonImgUrl="../images/del.gif" OnClientClick="if(!confirm('你确认要删除该用户所发表帖子吗?n删除后将不能恢复!')) return false;"></cc1:Button>
  101. </td>
  102. <td class="vtop">该操作将会删除该用户发表过的所有帖子</td>
  103. </tr>
  104. <tr><td class="item_title" colspan="2"></td></tr>
  105. <tr>
  106. <td class="vtop" colspan="2">
  107. <cc1:Button ID="DelUserInfo" runat="server" Text="删除该用户" ButtonImgUrl="../images/del.gif" OnClientClick="if(!confirm('你确认要删除该用户吗?n删除后将不能恢复!')) return false;"></cc1:Button><br/><br/>
  108. <cc1:CheckBoxList ID="deltype" runat="server" RepeatColumns="1" RepeatLayout="flow">
  109. <asp:ListItem Value="1">保留用户所发帖子</asp:ListItem>
  110. <asp:ListItem Value="2">保留用户已发送的短消息</asp:ListItem>
  111. </cc1:CheckBoxList>
  112. </td>
  113. </tr>
  114. </table>
  115. </cc3:TabPage>
  116. <cc3:TabPage Caption="用户信息" ID="tabPage22">
  117. <table width="100%">
  118. <tr><td class="item_title">真实姓名</td><td class="item_title">身份证号</td></tr>
  119. <tr>
  120. <td class="vtop rowform">
  121.  <cc1:TextBox ID="realname" runat="server" RequiredFieldType="暂无校验" MaxLength="10" Size="10"></cc1:TextBox>
  122. </td>
  123. <td class="vtop rowform">
  124.   <cc1:TextBox ID="idcard" runat="server" RequiredFieldType="暂无校验" MaxLength="20" Size="20"></cc1:TextBox>
  125. </td>
  126. </tr>
  127. <tr><td class="item_title">移动电话号码</td><td class="item_title">固定电话号码</td></tr>
  128. <tr>
  129. <td class="vtop rowform">
  130.   <cc1:TextBox ID="mobile" runat="server" MaxLength="20" Size="20"></cc1:TextBox>
  131. </td>
  132. <td class="vtop rowform">
  133.   <cc1:TextBox ID="phone" runat="server" CanBeNull="可为空" MaxLength="20" Size="20"></cc1:TextBox>
  134. </td>
  135. </tr>
  136. <tr><td class="item_title">性别</td><td class="item_title">注册时间</td></tr>
  137. <tr>
  138. <td class="vtop rowform">
  139.  <cc1:RadioButtonList ID="gender" runat="server" RepeatColumns="3">
  140. <asp:ListItem Value="1">男</asp:ListItem>
  141. <asp:ListItem Value="2">女</asp:ListItem>
  142. <asp:ListItem Value="0">保密</asp:ListItem>
  143. </cc1:RadioButtonList>
  144. </td>
  145. <td class="vtop rowform">
  146.    <cc1:TextBox ID="joindate" runat="server" Size="15" RequiredFieldType="日期时间" CanBeNull="必填"></cc1:TextBox>
  147. </td>
  148. </tr>
  149. <tr><td class="item_title">上次登录IP</td><td class="item_title">上次访问时间</td></tr>
  150. <tr>
  151. <td class="vtop rowform">
  152.   <cc1:TextBox ID="lastip" runat="server" RequiredFieldType="IP地址" MaxLength="15" Size="10"></cc1:TextBox>
  153. </td>
  154. <td class="vtop rowform">
  155.   <cc1:TextBox ID="lastvisit" runat="server" Size="15" RequiredFieldType="日期时间" CanBeNull="必填"></cc1:TextBox>
  156. </td>
  157. </tr>
  158. <tr><td class="item_title">最后活动时间</td><td class="item_title">最后发帖时间</td></tr>
  159. <tr>
  160. <td class="vtop rowform">
  161.   <cc1:TextBox ID="lastactivity" runat="server" Size="15" RequiredFieldType="日期时间" CanBeNull="必填"></cc1:TextBox>
  162. </td>
  163. <td class="vtop rowform">
  164. <cc1:TextBox ID="lastpost" runat="server" Size="15" RequiredFieldType="日期时间" CanBeNull="必填"></cc1:TextBox>
  165. </td>
  166. </tr>
  167. <tr><td class="item_title">在线时间</td><td class="item_title">邮件地址</td></tr>
  168. <tr>
  169. <td class="vtop rowform">
  170.  <cc1:TextBox ID="oltime" runat="server" Width="96px" RequiredFieldType="数据校验" MaxLength="8" CanBeNull="必填"></cc1:TextBox>
  171. </td>
  172. <td class="vtop rowform">
  173.  <cc1:TextBox ID="email" runat="server" CanBeNull="可为空" RequiredFieldType="电子邮箱" MaxLength="50" Size="20"></cc1:TextBox>
  174. </td>
  175. </tr>
  176. <tr><td class="item_title">生日</td><td class="item_title">签名</td></tr>
  177. <tr>
  178. <td class="vtop rowform">
  179.  <cc1:TextBox ID="bday" runat="server" RequiredFieldType="暂无校验" MaxLength="10" Size="12"></cc1:TextBox>
  180. </td>
  181. <td class="vtop rowform">
  182. <cc1:RadioButtonList ID="sigstatus" runat="server" RepeatColumns="2">
  183. <asp:ListItem Value="1" Selected>显示</asp:ListItem>
  184. <asp:ListItem Value="0">不显示</asp:ListItem>
  185. </cc1:RadioButtonList>
  186. </td>
  187. </tr>
  188. <tr><td class="item_title" colspan="2">每页主题数</td></tr>
  189. <tr>
  190. <td class="vtop rowform">
  191. <cc1:TextBox ID="tpp" runat="server" RequiredFieldType="数据校验" MaxLength="4" CanBeNull="必填"></cc1:TextBox>
  192. </td>
  193. <td class="vtop">论坛每页显示的主题数,0为论坛默认设置</td>
  194. </tr>
  195. <tr><td class="item_title" colspan="2">每页帖数</td></tr>
  196. <tr>
  197. <td class="vtop rowform">
  198. <cc1:TextBox ID="ppp" runat="server" RequiredFieldType="数据校验" MaxLength="4" CanBeNull="必填"></cc1:TextBox>
  199. </td>
  200. <td class="vtop">查看主题时每页显示的帖子数,0为论坛默认设置</td>
  201. </tr>
  202. <tr><td class="item_title" colspan="2">风格</td></tr>
  203. <tr>
  204. <td class="vtop rowform">
  205.  <cc1:DropDownList ID="templateid" runat="server"></cc1:DropDownList>
  206. </td>
  207. <td class="vtop">该用户查看论坛时使用的模板</td>
  208. </tr>
  209. <tr><td class="item_title">是否显示邮箱</td><td class="item_title">是否隐身</td></tr>
  210. <tr>
  211. <td class="vtop rowform">
  212. <cc1:RadioButtonList ID="showemail" runat="server">
  213. <asp:ListItem Value="1">是</asp:ListItem>
  214. <asp:ListItem Value="0">否</asp:ListItem>
  215. </cc1:RadioButtonList>
  216. </td>
  217. <td class="vtop rowform">
  218. <cc1:RadioButtonList ID="invisible" runat="server">
  219. <asp:ListItem Value="1">是</asp:ListItem>
  220. <asp:ListItem Value="0">否</asp:ListItem>
  221. </cc1:RadioButtonList>
  222. </td>
  223. </tr>
  224. <tr><td class="item_title" colspan="2">消息接收设置</td></tr>
  225. <tr>
  226. <td class="vtop rowform">
  227. <cc1:CheckBoxList ID="newsletter" runat="server" RepeatColumns="1">
  228. <asp:ListItem Value="2" onclick="checkSetting();">接收用户短消息</asp:ListItem>
  229. <asp:ListItem Value="4" onclick="checkSetting();">显示短消息提示框</asp:ListItem>
  230. </cc1:CheckBoxList>
  231. </td>
  232. <td class="vtop"></td>
  233. </tr>
  234. <tr><td class="item_title">网站</td><td class="item_title">QQ号码</td></tr>
  235. <tr>
  236. <td class="vtop rowform">
  237.  <cc1:TextBox ID="website" runat="server" RequiredFieldType="暂无校验" IsReplaceInvertedComma="false" MaxLength="80" Size="25"></cc1:TextBox>
  238. </td>
  239. <td class="vtop rowform">
  240. <cc1:TextBox ID="qq" runat="server" RequiredFieldType="暂无校验" IsReplaceInvertedComma="false" MaxLength="12" Size="13"></cc1:TextBox>
  241. </td>
  242. </tr>
  243. <tr><td class="item_title">ICQ号码</td><td class="item_title">Skype帐号</td></tr>
  244. <tr>
  245. <td class="vtop rowform">
  246. <cc1:TextBox ID="icq" runat="server" RequiredFieldType="暂无校验" IsReplaceInvertedComma="false" MaxLength="12" Size="13"></cc1:TextBox>
  247. </td>
  248. <td class="vtop rowform">
  249.  <cc1:TextBox ID="skype" runat="server" RequiredFieldType="暂无校验" IsReplaceInvertedComma="false" MaxLength="40" Size="20"></cc1:TextBox>
  250. </td>
  251. </tr>
  252. <tr><td class="item_title">MSN Messenger帐号</td><td class="item_title">Yahoo Messenger帐号</td></tr>
  253. <tr>
  254. <td class="vtop rowform">
  255.  <cc1:TextBox ID="msn" runat="server" RequiredFieldType="暂无校验" IsReplaceInvertedComma="false" MaxLength="40" Size="20"></cc1:TextBox>
  256. </td>
  257. <td class="vtop rowform">
  258. <cc1:TextBox ID="yahoo" runat="server" RequiredFieldType="暂无校验" IsReplaceInvertedComma="false" MaxLength="40" Size="20"></cc1:TextBox>
  259. </td>
  260. </tr>
  261. <tr><td class="item_title">自定义头衔</td><td class="item_title">来自</td></tr>
  262. <tr>
  263. <td class="vtop rowform">
  264.  <cc1:TextBox ID="customstatus" runat="server" RequiredFieldType="暂无校验" IsReplaceInvertedComma="false" MaxLength="50" Size="20"></cc1:TextBox>
  265. </td>
  266. <td class="vtop rowform">
  267.  <cc1:TextBox ID="location" runat="server" RequiredFieldType="暂无校验" IsReplaceInvertedComma="false" MaxLength="50" Size="20"></cc1:TextBox>
  268. </td>
  269. </tr>
  270. <tr><td class="item_title" colspan="2">自我介绍</td></tr>
  271. <tr>
  272. <td class="vtop" colspan="2">
  273.  <cc1:TextBox ID="bio" runat="server" Width="496px" RequiredFieldType="暂无校验" TextMode="MultiLine" Height="92px" IsReplaceInvertedComma="false"></cc1:TextBox>
  274. </td>
  275. </tr>
  276. <tr><td class="item_title" colspan="2">签名</td></tr>
  277. <tr>
  278. <td class="vtop" colspan="2">
  279.  <cc1:TextBox ID="signature" runat="server" RequiredFieldType="暂无校验" Width="496px" TextMode="MultiLine" Height="50px" IsReplaceInvertedComma="false"></cc1:TextBox>
  280. </td>
  281. </tr>
  282. </table>
  283. </cc3:TabPage>
  284. <cc3:TabPage Caption="积分设置" ID="tabPage33">
  285. <table width="100%">
  286. <tr><td class="item_title" colspan="2">积分数</td></tr>
  287. <tr>
  288. <td class="vtop" colspan="2">
  289.  <cc1:TextBox ID="credits" runat="server" Width="64px" RequiredFieldType="数据校验" MaxLength="9"></cc1:TextBox>
  290.              <cc1:Button ID="CalculatorScore" runat="server" Text="以系统标准计算用户积分" ButtontypeMode="Normal"></cc1:Button>
  291. </td>
  292. </tr>
  293. <tr>
  294. <td class="item_title"><asp:Literal ID="extcredits1name" runat="server" Text="extcredits1"></asp:Literal></td>
  295. <td class="item_title"><asp:Literal ID="extcredits2name" runat="server" Text="extcredits2"></asp:Literal></td>
  296. </tr>
  297. <tr>
  298. <td class="vtop rowform">
  299.  <cc1:TextBox ID="extcredits1" runat="server" RequiredFieldType="数据校验" Width="64px" MaxLength="7"></cc1:TextBox>
  300. </td>
  301. <td class="vtop rowform">
  302.  <cc1:TextBox ID="extcredits2" runat="server" RequiredFieldType="数据校验" Width="64px" MaxLength="7"></cc1:TextBox>
  303. </td>
  304. </tr>
  305. <tr>
  306. <td class="item_title"><asp:Literal ID="extcredits3name" runat="server" Text="extcredits3"></asp:Literal></td>
  307. <td class="item_title"><asp:Literal ID="extcredits4name" runat="server" Text="extcredits4"></asp:Literal></td>
  308. </tr>
  309. <tr>
  310. <td class="vtop rowform">
  311. <cc1:TextBox ID="extcredits3" runat="server" Width="64px" RequiredFieldType="数据校验" MaxLength="7"></cc1:TextBox>
  312. </td>
  313. <td class="vtop rowform">
  314. <cc1:TextBox ID="extcredits4" runat="server" Width="64px" RequiredFieldType="数据校验" MaxLength="7"></cc1:TextBox>
  315. </td>
  316. </tr>
  317. <tr>
  318. <td class="item_title"><asp:Literal ID="extcredits5name" runat="server" Text="extcredits5"></asp:Literal></td>
  319. <td class="item_title"><asp:Literal ID="extcredits6name" runat="server" Text="extcredits6"></asp:Literal></td>
  320. </tr>
  321. <tr>
  322. <td class="vtop rowform">
  323. <cc1:TextBox ID="extcredits5" runat="server" Width="64px" RequiredFieldType="数据校验" MaxLength="7"></cc1:TextBox>
  324. </td>
  325. <td class="vtop rowform">
  326. <cc1:TextBox ID="extcredits6" runat="server" Width="64px" RequiredFieldType="数据校验" MaxLength="7"></cc1:TextBox>
  327. </td>
  328. </tr>
  329. <tr>
  330. <td class="item_title"><asp:Literal ID="extcredits7name" runat="server" Text="extcredits7"></asp:Literal></td>
  331. <td class="item_title"><asp:Literal ID="extcredits8name" runat="server" Text="extcredits8"></asp:Literal></td>
  332. </tr>
  333. <tr>
  334. <td class="vtop rowform">
  335. <cc1:TextBox ID="extcredits7" runat="server" Width="64px" RequiredFieldType="数据校验" MaxLength="7"></cc1:TextBox>
  336. </td>
  337. <td class="vtop rowform">
  338. <cc1:TextBox ID="extcredits8" runat="server" Width="64px" RequiredFieldType="数据校验" MaxLength="7"></cc1:TextBox>
  339. </td>
  340. </tr>
  341. </table>
  342. </cc3:TabPage>
  343. <cc3:TabPage Caption=" 勋 章 " ID="tabPage44">
  344. <table class="ntcplist">
  345. <tr>
  346. <td>
  347. <table class="datalist" id="DataGrid1" style="border-collapse: collapse;" align="center" border="1" cellspacing="0" rules="all">
  348. <tr class="category">
  349. <td style="border: 1px solid rgb(234, 233, 225);" nowrap="nowrap" width="40%">勋章图片</td>
  350. <td style="border: 1px solid rgb(234, 233, 225);" nowrap="nowrap" width="40%">名称</td>
  351. <td style="border: 1px solid rgb(234, 233, 225);" nowrap="nowrap" width="20%"><input title="选中/取消选中 本页所有Case" onclick="CheckAll(this.form)" type="checkbox" name="chkall" id="chkall" />授予该勋章</td>
  352. </tr>
  353. <asp:Repeater ID="medalslist" runat="server">
  354. <ItemTemplate>
  355. <tr class="mouseoutstyle" onmouseover="this.className='mouseoverstyle'" onmouseout="this.className='mouseoutstyle'">
  356. <td style="border: 1px solid rgb(234, 233, 225);" nowrap="nowrap"><img src="../../images/medals/<%# DataBinder.Eval(Container.DataItem,"image").ToString()%>" height="25px" /></td>
  357. <td style="border: 1px solid rgb(234, 233, 225);" nowrap="nowrap"><%# DataBinder.Eval(Container.DataItem,"name").ToString()%></td>
  358. <td style="border: 1px solid rgb(234, 233, 225);" nowrap="nowrap">
  359. <%# BeGivenMedal(DataBinder.Eval(Container.DataItem,"isgiven").ToString(),DataBinder.Eval(Container.DataItem,"medalid").ToString())%>
  360. </td>
  361. </tr>
  362. </ItemTemplate>
  363. <AlternatingItemTemplate>
  364. <tr class="mouseoutstyle" onmouseover="this.className='mouseoverstyle'" onmouseout="this.className='mouseoutstyle'">
  365. <td style="border: 1px solid rgb(234, 233, 225);" nowrap="nowrap"><img src="../../images/medals/<%# DataBinder.Eval(Container.DataItem,"image").ToString()%>" height="25px"></td>
  366. <td style="border: 1px solid rgb(234, 233, 225);" nowrap="nowrap"><%# DataBinder.Eval(Container.DataItem,"name").ToString()%></td>
  367. <td style="border: 1px solid rgb(234, 233, 225);" nowrap="nowrap">
  368. <%# BeGivenMedal(DataBinder.Eval(Container.DataItem,"isgiven").ToString(),DataBinder.Eval(Container.DataItem,"medalid").ToString())%>
  369. </td>
  370. </tr>
  371. </AlternatingItemTemplate>
  372. </asp:Repeater>
  373. </table>
  374. </td>
  375. </tr>
  376. </table>
  377. <table width="100%">
  378. <tr>
  379. <td class="panelbox">
  380. <table class="table1" cellspacing="0" cellpadding="4" width="100%" align="center" border="0">
  381. <tr>
  382. <td style="width: 130px">授予/收回勋章的理由:</td>
  383. <td>
  384. <cc1:TextBox ID="reason" runat="server" HintTitle="提示" HintInfo="如果您修改了用户的勋章资料, 请输入操作理由, 系统将把理由记录在勋章授予记录中, 以供日后查看"
  385. TextMode="MultiLine" RequiredFieldType="暂无校验" Width="60%" Height="112px"></cc1:TextBox>
  386. <cc1:Button ID="GivenMedal" runat="server" Text="仅修改勋章设置"></cc1:Button>
  387. </td>
  388. </tr>
  389. </table>
  390. </td>
  391. </tr>
  392. </table>
  393. </cc3:TabPage>
  394. </cc3:TabControl>
  395. </td>
  396. </tr>
  397. </table>
  398. <div class="Navbutton">
  399. <cc1:Button ID="SaveUserInfo" runat="server" Text=" 提 交 "></cc1:Button>&nbsp;&nbsp;
  400. <button type="button" class="ManagerButton" id="Button3" onclick="window.history.back();"><img src="../images/arrow_undo.gif"/> 返 回 </button>
  401. </div>
  402. <div id="topictypes" style="display: none; width: 100%;">
  403. <tr>
  404. <td>页面浏览量</td>
  405. <td><cc1:TextBox ID="pageviews" runat="server" Width="96px" RequiredFieldType="暂无校验"></cc1:TextBox></td>
  406. </tr>
  407. <tr>
  408. <td class="td2">日期格式</td>
  409. <td class="td2"><cc1:TextBox ID="smalldatetimeformat" runat="server" Width="208px" RequiredFieldType="暂无校验"></cc1:TextBox></td>
  410. </tr>
  411. <tr>
  412. <td>时间格式</td>
  413. <td><cc1:TextBox ID="timeformat" runat="server" Width="208px" RequiredFieldType="暂无校验"></cc1:TextBox></td>
  414. </tr>
  415. <tr>
  416. <td class="td2">短消息铃声</td>
  417. <td class="td2"><cc1:TextBox ID="pmsound" runat="server" Width="208px" RequiredFieldType="暂无校验"></cc1:TextBox></td>
  418. </tr>
  419. <tr>
  420. <td>是否使用特殊权限</td>
  421. <td>
  422. <cc1:RadioButtonList ID="accessmasks" runat="server">
  423. <asp:ListItem Value="1">是</asp:ListItem>
  424. <asp:ListItem Value="0">否</asp:ListItem>
  425. </cc1:RadioButtonList>
  426. </td>
  427. </tr>
  428. <tr>
  429. <td>组过期时间</td>
  430. <td><cc1:TextBox ID="groupexpiry" runat="server" Width="192px" RequiredFieldType="暂无校验"></cc1:TextBox></td>
  431. </tr>
  432. <tr>
  433. <td class="td2">扩展用户组</td>
  434. <td class="td2">
  435. <cc1:CheckBoxList ID="extgroupids" runat="server" RepeatColumns="4">
  436. </cc1:CheckBoxList>
  437. </td>
  438. </tr>
  439. <tr>
  440. <td class="td2">是否有新消息</td>
  441. <td class="td2">
  442. <cc1:RadioButtonList ID="newpm" runat="server">
  443. <asp:ListItem Value="1">是</asp:ListItem>
  444. <asp:ListItem Value="0">否</asp:ListItem>
  445. </cc1:RadioButtonList></td>
  446. </tr>
  447. </div>
  448. <div style="display: none">
  449. <tr>
  450. <td>当前用户:<asp:Literal ID="givenusername" runat="server"></asp:Literal></td>
  451. <td></td>
  452. <td></td>
  453. </tr>
  454. </div>
  455. <cc1:Hint ID="Hint1" runat="server" HintImageUrl="../images"></cc1:Hint>
  456. </div>
  457. </form>
  458. <%=footer%>
  459. </body>
  460. </html>