📄 findpwd.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="FindPwd.aspx.cs" Inherits="Module_FindPwd" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>找回密码</title>
</head>
<body style="text-align: center; margin-top: 0px; padding-top: 0px;">
<form id="form1" runat="server">
<div>
<table cellpadding="0" cellspacing="0" style="height: 538px" width="900">
<tr>
<td colspan="3" rowspan="1" style="vertical-align: middle; height: 378px; text-align: center">
<table style="width: 372px; height: 191px; background-color: #3e79be">
<tr>
<td colspan="3" rowspan="3" style="width: 368px; height: 109px; text-align: center">
<asp:Panel ID="Panel1" runat="server" Height="50px" Width="112px">
<table style="width: 300px" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2">
<span style="font-size: 16pt"><strong style="vertical-align: middle; text-align: center">
找回密码</strong></span></td>
</tr>
<tr>
<td style="width: 123px">
<span style="font-size: 9pt">请输入身份证号码</span></td>
<td style="width: 180px; text-align: left">
<asp:TextBox ID="txtIdencard" runat="server" Font-Size="9pt" Width="126px" MaxLength="18"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtIdencard"
ErrorMessage="身份证号码不能为空">*</asp:RequiredFieldValidator></td>
</tr>
<tr>
<td colspan="2" style="text-align: center">
<asp:Button ID="btnOK" runat="server" Text="确定" Font-Size="9pt" OnClick="btnOK_Click" />
<asp:Button ID="btnCancel" runat="server" Text="取消" CausesValidation="False" Font-Size="9pt" OnClick="btnCancel_Click" /></td>
</tr>
</table>
</asp:Panel>
<asp:Panel ID="Panel2" runat="server" Height="50px" Visible="False" Width="125px">
<table style="width: 300px" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 417px; height: 24px;">
</td>
<td style="width: 218px; text-align: center; height: 24px;">
<span style="font-size: 16pt"><strong style="vertical-align: middle; text-align: center">
找回密码</strong></span></td>
<td style="width: 185px; height: 24px;">
</td>
</tr>
<tr>
<td style="width: 417px; text-align: center; height: 23px;">
<span style="font-size: 10pt">您的账号</span></td>
<td colspan="2" style="text-align: left; height: 23px;">
<asp:TextBox ID="txtAccounts" runat="server" Font-Size="9pt" ReadOnly="True" Width="160px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 417px; height: 23px; text-align: center">
<span style="font-size: 9pt">您的密码</span></td>
<td colspan="2" style="height: 23px; text-align: left">
<asp:TextBox ID="txtPwd" runat="server" Font-Size="9pt" Width="160px" ReadOnly="True"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 417px; height: 24px;">
</td>
<td style="width: 218px; vertical-align: middle; height: 24px; text-align: center;">
<asp:Button ID="btnBack" runat="server" Text="返回首页" Font-Size="9pt" OnClick="btnBack_Click" /></td>
<td style="width: 185px; height: 24px;">
</td>
</tr>
</table>
</asp:Panel>
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -