📄 getpassword.aspx
字号:
<%@ Page language="c#" Codebehind="GetPassword.aspx.cs" AutoEventWireup="false" Inherits="BookShop.GetPassword" %>
<%@ Register TagPrefix="cc1" Namespace="Hongfan.Components" Assembly="PanelEx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>GetPassword</title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="Styles.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="GetPassword" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD align="middle">
<P> </P>
<P><cc1:panelex id="PanelEx1" title="Get lost password" style="POSITION: relative" MS_POSITIONING="GridLayout" runat="server" Width="368px" Height="143px"><FONT face="宋体">
<asp:label id="lblInfo" style="Z-INDEX: 101; LEFT: 33px; POSITION: absolute; TOP: 120px" runat="server" Height="1px" Width="293px" Font-Size="X-Small" ForeColor="Red"></asp:label></FONT>
<TABLE id="Table3" style="Z-INDEX: 103; LEFT: 30px; POSITION: absolute; TOP: 35px" cellSpacing="1" cellPadding="1" width="300" border="0">
<TR>
<TD>
<asp:label id="Label1" runat="server" Height="10px" Width="72px" Font-Size="X-Small" ForeColor="Red">User name:</asp:label></TD>
<TD>
<asp:textbox id="txtName" runat="server" Height="23px" Width="128px" BorderStyle="Groove" BorderColor="Transparent"></asp:textbox></TD>
<TD>
<asp:requiredfieldvalidator id="RequiredFieldValidator2" runat="server" Height="8px" Width="3px" Font-Size="X-Small" ErrorMessage="请输入用户名" ControlToValidate="txtName">*</asp:requiredfieldvalidator></TD>
</TR>
<TR>
<TD>
<asp:label id="Label5" runat="server" Height="7px" Width="70px" Font-Size="X-Small" ForeColor="Red"> EMail:</asp:label></TD>
<TD>
<asp:textbox id="txtEMail" runat="server" Height="23px" Width="128px" BorderStyle="Groove"></asp:textbox></TD>
<TD>
<asp:regularexpressionvalidator id="RegularExpressionValidator1" runat="server" Height="2px" Width="2px" Font-Size="X-Small" ErrorMessage="请输入EMail!" ControlToValidate="txtEMail" ValidationExpression="\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*">*</asp:regularexpressionvalidator></TD>
</TR>
<TR>
<TD></TD>
<TD>
<asp:imagebutton id="btnGet" runat="server" ImageUrl="img\getpwd.gif"></asp:imagebutton></TD>
<TD></TD>
</TR>
</TABLE>
</cc1:panelex></P>
</TD>
</TR>
</TABLE>
</FONT>
<asp:validationsummary id="ValidationSummary1" style="Z-INDEX: 203; LEFT: 16px; POSITION: absolute; TOP: 269px" runat="server" Width="166px" ShowSummary="False" ShowMessageBox="True"></asp:validationsummary></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -