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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page Language="c#" Inherits="Discuz.Web.Admin.resetpassword" Codebehind="global_resetpassword.aspx.cs" %>
  2. <%@ Register TagPrefix="cc1" Namespace="Discuz.Control" Assembly="Discuz.Control" %>
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  4. <html>
  5. <head>
  6. <title>添加用户</title>
  7. <link href="../styles/dntmanager.css" type="text/css" rel="stylesheet" />
  8. <script type="text/javascript" src="../js/common.js"></script>
  9. <meta http-equiv="X-UA-Compatible" content="IE=7" />
  10. </head>
  11. <body>
  12. <form id="Form1" method="post" runat="server">
  13. <div class="ManagerForm">
  14. <fieldset>
  15. <legend style="background: url(../images/icons/legendimg.jpg) no-repeat 6px 50%;">重置密码</legend>
  16. <table width="100%">
  17. <tr><td class="item_title" colspan="2">用户名</td></tr>
  18. <tr>
  19. <td class="vtop rowform">
  20. <cc1:TextBox ID="userName" runat="server" CanBeNull="必填" RequiredFieldType="暂无校验" MaxLength="30" Size="25" Enabled="False"></cc1:TextBox>
  21. </td>
  22. <td class="vtop"></td>
  23. </tr>
  24. <tr><td class="item_title" colspan="2">新密码</td></tr>
  25. <tr>
  26. <td class="vtop rowform">
  27. <cc1:TextBox ID="password" runat="server" CanBeNull="必填" RequiredFieldType="暂无校验" TextMode="Password" MaxLength="32" Size="25"></cc1:TextBox>
  28. </td>
  29. <td class="vtop"></td>
  30. </tr>
  31. <tr><td class="item_title" colspan="2">重复输入密码</td></tr>
  32. <tr>
  33. <td class="vtop rowform">
  34. <cc1:TextBox ID="passwordagain" runat="server" CanBeNull="必填" RequiredFieldType="暂无校验" MaxLength="32" Size="25" TextMode="Password"></cc1:TextBox>
  35. </td>
  36. <td class="vtop"></td>
  37. </tr>
  38. </table>
  39. <div class="Navbutton"><cc1:Button ID="ResetUserPWs" runat="server" Text=" 提 交 "></cc1:Button></div>
  40. </fieldset>
  41. </div>
  42. </form>
  43. <%=footer%>
  44. </body>
  45. </html>