📄 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>
<form id="form1" runat="server">
<div>
<br />
<br />
<table style="background-image: url(img/loginback.jpg); width: 50px; height: 467px; background-position: center center; background-repeat: no-repeat;">
<tr>
<td colspan="6" rowspan="5" style="width: 985px">
<asp:Label ID="label1" runat="server" Height="16px" Text="用户名:" Width="64px" style="z-index: 100; left: 512px; position: relative; top: -40px" Font-Size="Smaller"></asp:Label><asp:Label ID="label2" runat="server" Height="16px" Text="密码:" Width="66px" style="z-index: 100; left: 448px; position: relative; top: -16px" Font-Size="Smaller"></asp:Label>
<asp:TextBox ID="username" runat="server" style="z-index: 100; left: 426px; position: relative; top: -37px" Height="13px" Width="112px" TabIndex="2"></asp:TextBox><asp:TextBox ID="userpwd" runat="server" TextMode="Password" style="z-index: 100; left: 308px; position: relative; top: -15px" Height="13px" Width="112px" TabIndex="2"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="RequiredFieldValidator" ControlToValidate="username" style="z-index: 100; left: 299px; position: relative; top: -38px" Font-Size="Smaller" Height="9px" Width="81px">*</asp:RequiredFieldValidator>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="RequiredFieldValidator" ControlToValidate="userpwd" style="z-index: 100; left: 693px; position: absolute; top: 270px" Font-Size="Smaller" Height="9px" Width="81px">*</asp:RequiredFieldValidator>
<asp:ImageButton ID="memberlogin" runat="server" ImageUrl="~/img/login_10.gif" OnClick="memberlogin_Click1"
Style="left: 63px; position: relative; top: 23px" TabIndex="2" /></td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/img/login_12.gif" OnClick="ImageButton1_Click"
Style="left: 604px; position: relative; top: -228px" /></div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -