📄 admin_login.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="admin_login.aspx.cs" Inherits="_Default" %>
<!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 />
</div>
<br />
<table border="0" cellpadding="0" cellspacing="0" style="width: 465px; position: relative;
height: 174px; left: 260px; top: 28px;">
<tr>
<td colspan="3" style="text-align: center">
管理员登录</td>
</tr>
<tr>
<td style="width: 123px; height: 5px">
用户名:</td>
<td colspan="2" style="height: 5px; width: 247px;">
<asp:TextBox ID="tbuserName" runat="server" Style="position: relative" Width="107px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="tbuserName"
Display="Dynamic" ErrorMessage="*请输入用户名!" Style="position: relative"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td style="width: 123px">
密 码:</td>
<td colspan="2" style="width: 247px">
<asp:TextBox ID="tbPwd" runat="server" Style="position: relative" Width="107px" TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="tbPwd"
Display="Dynamic" ErrorMessage="*请输入密码!" Style="position: relative"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td colspan="3">
<asp:Button ID="btdl" runat="server" Style="left: 198px; position: relative; top: 1px"
Text="登陆" OnClick="btdl_Click" />
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -