getPassword.aspx
资源名称:MEIMS.rar [点击查看]
上传用户:ah_jiwei
上传日期:2022-07-24
资源大小:54044k
文件大小:3k
源码类别:
数据库编程
开发平台:
Visual C++
- <%@ Page Language="C#" MasterPageFile="MasterPage1.master" AutoEventWireup="true" CodeFile="getPassword.aspx.cs" Inherits="getPassword" %>
- <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
- <div style="height:250px;">
- <div id="navigate" style="width:300px; height:240px; float:left;">
- <div style="margin-top:23px;height:240px;">
- <div style="position:absolute;text-align:center">
- <div>
- <img src="image/load_r3_c4.jpg" width="300" longdesc="image/load_r3_c4.jpg" />
- </div>
- <img align="left"src="image/load_r4_c4.jpg" height="200" longdesc="image/load_r4_c4.jpg" />
- <img align="right"src="image/load_r4_c4.jpg" height="200" longdesc="image/load_r4_c4.jpg" />
- <div style="margin-top:20px;">
- <label><span class="STYLE4">用户名:</span></label>
- <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
- <br />
- <br />
- <label><span class="STYLE4">密 码:</span></label>
- <asp:TextBox ID="TextBox2" runat="server" TextMode="Password"></asp:TextBox>
- <br />
- <br />
-
- <asp:Button ID="Button2" runat="server" Text="登陆" OnClick="Button2_Click" />
-
- <asp:Button ID="Button1" runat="server" Text="注册" OnClick="Button1_Click" />
- <br />
- <br />
- <div style="margin-left:150px">
- <a href="getPassword.aspx" target="_self"><img src="image/logout.gif" alt="忘记密码" border="0" longdesc="image/logout.gif" /></a>
- </div>
- </div>
- <div>
- <img src="image/load_r3_c4.jpg" width="290" longdesc="image/load_r3_c4.jpg" />
- </div>
- </div>
- </div>
- </div>
- <div class="STYLE9" id="content" style="width:370px; height:250px; float:left;">
- <div style="margin-top:20px;margin-left:20px;">
- <strong>用户密码丢失后找回步骤:</strong>
- </div>
- <ol>
- <li> 当您发现并确认自己的登陆密码丢失,如需要将自己的帐户暂时停用,请先与信息中心管理员联系,我们会将您的帐户禁用
- </li>
- <li>
- 若想恢复密码或重新启用您的帐户,请先下载密码恢复申请表。
- <a href="document/shenqing1.doc">下载</a>
- </li>
- <li>
- 用户在填写完申请表并经过审批后,携带申请表、自己的身份证以及校园卡到信息中心办理密码恢复手续。
- </li>
- <li>
- 如有任何疑问可以随时与信息中心管理员联系。
- </li>
- <li>
- 注意:由于密码忘记或被盗而造成的工作不便或损失,由用户本人负责!
- </li>
- </ol>
- <div style="margin-left:20px;">
- 我们的联系方式: <br />
- E-mail: <a href="mailto:idc@admin.ecnu.edu.cn">idc@admin.ecnu.edu.cn</a> <br />
- 电 话: 021-62233080 <br />
- </div>
- </div>
- </div>
- </asp:Content>