📄 login.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="admin_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>
<LINK href="images/css.css" type=text/css rel=stylesheet>
<script src="../js/validator.js"></script>
</head>
<body>
<form id="form1" runat="server" onSubmit="return Validator.Validate(this,2)">
<br />
<br />
<br />
<br />
<br />
<TABLE width=499 height=304 border=0 align="center" cellPadding=0 cellSpacing=0
background=images/login.jpg>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD style="height: 22px"> </TD>
<TD style="height: 22px"> </TD>
<TD colspan="2" style="width: 282px; height: 22px"> </TD>
<TD style="height: 22px"> </TD></TR>
<TR>
<TD height=25> </TD>
<TD height=25> </TD>
<TD height=25 colspan="2" style="width: 282px"> </TD>
<TD> </TD></TR>
<TR>
<TD align=right width="3%" height=25> </TD>
<TD align=right width="11%" height=25><FONT
color=gray>帐号:</FONT></TD>
<TD height=25 colspan="2" style="width: 282px">
<INPUT class=form2 id=username
size=15 name=username msg="请填写正确的管理帐号!"
datatype="Require" runat=server></TD>
<TD width="57%"> </TD></TR>
<TR>
<TD align=right height=25> </TD>
<TD align=right height=25><FONT color=gray>密码:</FONT></TD>
<TD height=25 colspan="2" style="width: 282px"><INPUT class=form2 id=userpassword
type=password
msg="请输入正确的密码!" datatype="Require" runat=server style="width: 104px"></TD>
<TD> </TD></TR>
<TR>
<TD align=right height=25> </TD>
<TD align=right height=25><FONT color=gray>验证:</FONT></TD>
<TD height=25 style="vertical-align: bottom; width: 49px;"><INPUT class=form2 id=number maxLength=5 size=5
name=number msg="请输入正确的验证码!" dataType="Require" runat=server></TD>
<TD style="vertical-align: bottom; width: 282px;"><img src="../images.aspx" id="MzImgExpPwd" name="MzImgExpPwd" onclick="document.getElementById('MzImgExpPwd').src='../images.aspx?temp='+ (new Date().getTime().toString(36)); return false" alt="请输入验证码,看不清楚?点击换一个" height="22" width="55" /></TD>
<TD> </TD></TR>
<TR>
<TD align=right height=30> </TD>
<TD align=middle colSpan=3 height=30>
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="images/bt1.jpg" OnClick="ImageButton1_Click" />
<asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="images/bt2.gif" OnClick="ImageButton2_Click" /></TD>
<TD> </TD></TR>
<TR>
<TD style="height: 30px"> </TD>
<TD style="height: 30px"> </TD>
<TD colspan="2" style="height: 30px; width: 282px;"> </TD>
<TD style="height: 30px"> </TD></TR>
<TR>
<TD style="height: 30px"> </TD>
<TD style="height: 30px"> </TD>
<TD colspan="2" style="height: 30px; width: 282px;"> </TD>
<TD style="height: 30px"> </TD></TR>
<TR>
<TD height=30> </TD>
<TD height=30> </TD>
<TD height=25 colspan="2" style="width: 282px"> </TD>
<TD> </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -