📄 login.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="AdminManage_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 runat="server">
<title>管理员登录</title>
<script language="javascript" type="text/javascript">
<!--
function DIV1_onclick() {
}
// -->
</script>
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<table >
<tr>
<td colspan="3" rowspan="3" style="width: 437px; height:250px" background="dl.jpg">
<table width="436" style="height: 200px">
<tr>
<td colspan="2" style="width:436; height:151px"></td>
</tr>
<tr>
<td style="width:3076px; height:99px ">
</td>
<td width="301" style="width:231; height:99px ; vertical-align: sub;">
<table width="200" height="90" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td width="80" style="font-size: 9pt; height: 16px;" align="left"> 账号:</td>
<td style="width: 123px; height: 16px" align="left">
<asp:TextBox ID="txtUser" runat="server" Height="15px" Width="123px"></asp:TextBox></td>
<td style="width: 38px; height: 16px" align="left">
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtUser"
ErrorMessage="*" Height="10px" Width="10px"></asp:RequiredFieldValidator></td>
</tr>
<tr style="color: #000000">
<td style="height: 22px; font-size: 9pt;" align="left"> 密码:</td>
<td style="width: 123px; height: 22px;" align="left">
<asp:TextBox ID="txtPass" runat="server" Height="15px" Width="123px" TextMode="Password"></asp:TextBox></td>
<td style="width: 38px; height: 22px;" align="left">
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtPass"
ErrorMessage="*" Height="10px" Width="10px"></asp:RequiredFieldValidator></td>
</tr>
<tr style="color: #000000">
<td colspan="3" style="height:9px; font-size: 9pt;">
<asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/登录按钮.bmp" OnClick="ImageButton2_Click" />
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/取消按钮 拷贝.bmp" CausesValidation="False" OnClick="ImageButton1_Click" />
</td>
</tr>
<tr>
<td colspan="3" style="font-size: 9pt; height: 18px;" align="center" >
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/NextPass.aspx">忘记密码了?</asp:HyperLink>
<asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="~/AddUser.aspx" Font-Size="9pt">注册</asp:HyperLink></td>
</tr>
</table>
</td>
</tr>
</table ></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -