getPassword.aspx
上传用户:ah_jiwei
上传日期:2022-07-24
资源大小:54044k
文件大小:3k
源码类别:

数据库编程

开发平台:

Visual C++

  1. <%@ Page Language="C#" MasterPageFile="MasterPage1.master" AutoEventWireup="true" CodeFile="getPassword.aspx.cs" Inherits="getPassword" %>
  2. <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
  3.     <div style="height:250px;">
  4.        <div id="navigate" style="width:300px; height:240px; float:left;">
  5.      <div style="margin-top:23px;height:240px;">
  6.        <div style="position:absolute;text-align:center">
  7.     <div> 
  8.    <img src="image/load_r3_c4.jpg" width="300" longdesc="image/load_r3_c4.jpg" /> 
  9. </div>
  10. <img align="left"src="image/load_r4_c4.jpg" height="200" longdesc="image/load_r4_c4.jpg" />
  11. <img align="right"src="image/load_r4_c4.jpg" height="200" longdesc="image/load_r4_c4.jpg" />
  12. <div style="margin-top:20px;">
  13.     <label><span class="STYLE4">用户名:</span></label>
  14. <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
  15. <br />
  16. <br />
  17. <label><span class="STYLE4">密&nbsp;&nbsp;码:</span></label>
  18. <asp:TextBox ID="TextBox2" runat="server" TextMode="Password"></asp:TextBox>
  19. <br />
  20. <br />
  21. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  22. <asp:Button ID="Button2" runat="server"  Text="登陆" OnClick="Button2_Click" />
  23. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  24. <asp:Button ID="Button1" runat="server"  Text="注册" OnClick="Button1_Click" />
  25. <br />
  26. <br />
  27. <div style="margin-left:150px">
  28.    <a href="getPassword.aspx" target="_self"><img src="image/logout.gif" alt="忘记密码" border="0" longdesc="image/logout.gif" /></a> 
  29. </div>
  30.     </div>
  31. <div>
  32.    <img src="image/load_r3_c4.jpg" width="290" longdesc="image/load_r3_c4.jpg" /> 
  33. </div>
  34.    </div>
  35.         </div>
  36.   </div>
  37.       <div class="STYLE9" id="content" style="width:370px; height:250px; float:left;">
  38.      <div style="margin-top:20px;margin-left:20px;">
  39.       <strong>用户密码丢失后找回步骤:</strong>
  40.          </div>
  41. <ol>
  42.            <li>        当您发现并确认自己的登陆密码丢失,如需要将自己的帐户暂时停用,请先与信息中心管理员联系,我们会将您的帐户禁用
  43.        </li>
  44.            <li>  
  45.            若想恢复密码或重新启用您的帐户,请先下载密码恢复申请表。
  46.       <a href="document/shenqing1.doc">下载</a>
  47.    </li>
  48.    <li>
  49.       用户在填写完申请表并经过审批后,携带申请表、自己的身份证以及校园卡到信息中心办理密码恢复手续。 
  50.    </li>
  51.    <li>
  52.       如有任何疑问可以随时与信息中心管理员联系。
  53.    </li>
  54.    <li>
  55.       注意:由于密码忘记或被盗而造成的工作不便或损失,由用户本人负责!
  56.    </li>
  57.         </ol>
  58. <div style="margin-left:20px;">
  59.     我们的联系方式: <br />
  60.              E-mail: <a href="mailto:idc@admin.ecnu.edu.cn">idc@admin.ecnu.edu.cn</a>  <br />
  61.              电    话: 021-62233080  <br /> 
  62. </div>
  63.    </div>
  64.     </div>
  65. </asp:Content>