📄 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 runat="server">
<title>沈阳南塔酒店用品市场</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
body {
background-color: #beddf3;
}
#form1 table {
border: thin solid #0099FF;
background-color: #f6f6f6;
}
-->
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<p> </p>
<p> </p>
<p> </p>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0" style="width: 500px">
<tr>
<td height="50" colspan="2" align="center"><img src="images/nt.gif" alt="后台管理" width="500" height="50" /></td>
</tr>
<tr>
<td align="right">
管理员账号:</td>
<td height="30" >
<asp:TextBox ID="uid" runat="server" Width="119px"></asp:TextBox></td>
</tr>
<tr>
<td align="right" >
管理员密码:</td>
<td height="30">
<asp:TextBox ID="pwd" runat="server" TextMode="Password" Width="120px"></asp:TextBox></td>
</tr>
<tr>
<td align="right" >
验证码:</td>
<td >
<asp:TextBox ID="chkcode" runat="server" Columns="4" MaxLength="4"></asp:TextBox> <img src="Validata.aspx"/></td>
</tr>
<tr>
<td align="center" colspan="2">
<asp:Button ID="Button1" runat="server" Text="登陆" Width="80px" OnClick="Button1_Click" />
<asp:Button ID="Button2" runat="server" Text="关闭" Width="69px" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -