📄 login.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Login" %>
<!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 id="Head1" runat="server">
<title>欢迎使用护理质量管理系统</title>
</head>
<body style="text-align: right; color: #66cc00; font-family: 楷体_GB2312;" bgcolor="#333366" text="#000000">
<form id="form1" runat="server">
<div>
<table>
<tr>
<td style="width: 1650px">
</td>
<td style="width: 922px">
</td>
<td style="width: 100px">
<asp:Label ID="lblUserName" runat="server" Text="用户名:"
Width="66px"></asp:Label></td>
<td style="width: 100px">
<asp:TextBox ID="txtUserName" runat="server"
Width="80px"></asp:TextBox></td>
<td style="width: 100px">
<asp:Label ID="lblPWD" runat="server" Text="密码:"
Width="49px"></asp:Label></td>
<td style="width: 100px">
<asp:TextBox ID="txtPWD" runat="server" TextMode="Password"
Width="127px"></asp:TextBox></td>
<td style="width: 100px">
<asp:Button ID="btnOK" runat="server" ForeColor="Navy" Text="登录"
OnClick="btnOK_Click" /></td>
<td style="width: 100px">
<asp:Button ID="btnCancel" runat="server" ForeColor="Navy" Text="重置" OnClick="btnCancel_Click"
/></td>
<td style="width: 100px">
</td>
</tr>
</table>
</div>
<asp:Label ID="lblResult" runat="server"></asp:Label>
<asp:HyperLink ID="hlRegist" runat="server" ForeColor="MediumVioletRed" NavigateUrl="Regist.aspx"
Target="_blank">注册</asp:HyperLink>
<asp:HyperLink ID="hlForgetPWD" runat="server" ForeColor="MediumVioletRed" NavigateUrl="RedefinePWD.aspx"
Target="_blank">忘记密码了?</asp:HyperLink>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -