FindPwd.aspx
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:5k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="FindPwd.aspx.cs" Inherits="Module_FindPwd" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>找回密码</title>
  6. </head>
  7. <body style="text-align: center; margin-top: 0px; padding-top: 0px;">
  8.     <form id="form1" runat="server">
  9.     <div>
  10.         <table cellpadding="0" cellspacing="0" style="height: 538px" width="900">
  11.             <tr>
  12.                 <td colspan="3" rowspan="1" style="vertical-align: middle; height: 378px; text-align: center">
  13.                     &nbsp;&nbsp;
  14.                     <table style="width: 372px; height: 191px; background-color: #3e79be">
  15.                         <tr>
  16.                             <td colspan="3" rowspan="3" style="width: 368px; height: 109px; text-align: center">
  17.                                 <asp:Panel ID="Panel1" runat="server" Height="50px" Width="112px">
  18.             <table style="width: 300px" cellpadding="0" cellspacing="0">
  19.                 <tr>
  20.                     <td colspan="2">
  21.                         <span style="font-size: 16pt"><strong style="vertical-align: middle; text-align: center">
  22.                             找回密码</strong></span></td>
  23.             </tr>
  24.                 <tr>
  25.                     <td style="width: 123px">
  26.                         <span style="font-size: 9pt">请输入身份证号码</span></td>
  27.                     <td style="width: 180px; text-align: left">
  28.                     <asp:TextBox ID="txtIdencard" runat="server" Font-Size="9pt" Width="126px" MaxLength="18"></asp:TextBox>
  29.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtIdencard"
  30.                         ErrorMessage="身份证号码不能为空">*</asp:RequiredFieldValidator></td>
  31.                 </tr>
  32.                 <tr>
  33.                     <td colspan="2" style="text-align: center">
  34.                         <asp:Button ID="btnOK" runat="server" Text="确定" Font-Size="9pt" OnClick="btnOK_Click" />
  35.                         <asp:Button ID="btnCancel" runat="server" Text="取消" CausesValidation="False" Font-Size="9pt" OnClick="btnCancel_Click" /></td>
  36.                 </tr>
  37.             </table>
  38.         </asp:Panel>
  39.         <asp:Panel ID="Panel2" runat="server" Height="50px" Visible="False" Width="125px">
  40.             <table style="width: 300px" cellpadding="0" cellspacing="0">
  41.                 <tr>
  42.                     <td style="width: 417px; height: 24px;">
  43.                     </td>
  44.                     <td style="width: 218px; text-align: center; height: 24px;">
  45.                         <span style="font-size: 16pt"><strong style="vertical-align: middle; text-align: center">
  46.                             找回密码</strong></span></td>
  47.                     <td style="width: 185px; height: 24px;">
  48.                     </td>
  49.                 </tr>
  50.                 <tr>
  51.                     <td style="width: 417px; text-align: center; height: 23px;">
  52.                         <span style="font-size: 10pt">您的账号</span></td>
  53.                     <td colspan="2" style="text-align: left; height: 23px;">
  54.                         <asp:TextBox ID="txtAccounts" runat="server" Font-Size="9pt" ReadOnly="True" Width="160px"></asp:TextBox>
  55.                     </td>
  56.                 </tr>
  57.                 <tr>
  58.                     <td style="width: 417px; height: 23px; text-align: center">
  59.                         <span style="font-size: 9pt">您的密码</span></td>
  60.                     <td colspan="2" style="height: 23px; text-align: left">
  61.                         <asp:TextBox ID="txtPwd" runat="server" Font-Size="9pt" Width="160px" ReadOnly="True"></asp:TextBox></td>
  62.                 </tr>
  63.                 <tr>
  64.                     <td style="width: 417px; height: 24px;">
  65.                     </td>
  66.                     <td style="width: 218px; vertical-align: middle; height: 24px; text-align: center;">
  67.                         &nbsp;<asp:Button ID="btnBack" runat="server" Text="返回首页" Font-Size="9pt" OnClick="btnBack_Click" /></td>
  68.                     <td style="width: 185px; height: 24px;">
  69.                     </td>
  70.                 </tr>
  71.             </table>
  72.         </asp:Panel>
  73.                             </td>
  74.                         </tr>
  75.                         <tr>
  76.                         </tr>
  77.                         <tr>
  78.                         </tr>
  79.                     </table>
  80.                     &nbsp;&nbsp;</td>
  81.             </tr>
  82.         </table>
  83.     </div>
  84.         &nbsp;
  85.     </form>
  86. </body>
  87. </html>