📄 login.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" Inherits="Manage_login" Codebehind="login.aspx.cs" %>
<!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>
function empty()
{
form1.username.value="";
form1.userpwd.value="";
form1.number.value="";
}
</script>
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<div align=center>
<br />
<br />
<br />
<br />
<TABLE WIDTH=450 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
<TR>
<TD COLSPAN=5>
<IMG SRC="images/login_1.gif" WIDTH=450 HEIGHT=150 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=3>
<IMG SRC="images/login_2.gif" WIDTH=198 HEIGHT=146 ALT=""></TD>
<TD COLSPAN=2 style="background-image: url(images/login_3.gif)">
<table style="font-size: 12px">
<tr>
<td style="width: 72px; height: 17px; text-align: right">
<asp:CustomValidator ID="CustomValidator1" runat="server" ControlToValidate="username"
Display="Dynamic" OnServerValidate="CustomValidator1_ServerValidate" ErrorMessage="用户名中含非法字符">*</asp:CustomValidator>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="username"
ErrorMessage="用户名不能为空" Display="Dynamic">*</asp:RequiredFieldValidator>用户名:</td>
<td style="width: 100px; height: 17px">
<asp:TextBox ID="username" runat="server" Height="12px" Width="89px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 72px; height: 22px; text-align: right">
<asp:CustomValidator ID="CustomValidator2" runat="server" ControlToValidate="userpwd"
Display="Dynamic" ErrorMessage="密码中含有非法字符" OnServerValidate="CustomValidator2_ServerValidate">*</asp:CustomValidator>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="userpwd"
ErrorMessage="密码不能为空" Display="Dynamic">*</asp:RequiredFieldValidator>密 码:</td>
<td style="width: 100px; height: 22px">
<asp:TextBox ID="userpwd" runat="server" Height="12px" Width="89px" TextMode="Password"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 72px; text-align: right">
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="number"
ErrorMessage="验证码不能为空">*</asp:RequiredFieldValidator>验证码:</td>
<td style="width: 100px; text-align: left;"><asp:TextBox ID="number" runat="server" Height="12px" MaxLength="4" Width="32px"></asp:TextBox>
<asp:Label ID="Label1" runat="server" ForeColor="Red"></asp:Label></td>
</tr>
</table>
</TD>
<TD COLSPAN=2>
<IMG SRC="images/login_4.gif" WIDTH=56 HEIGHT=76 ALT=""></TD>
</TR>
<TR>
<TD style="height: 31px">
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="images/login_5.gif" OnClick="ImageButton1_Click" /></TD>
<TD COLSPAN=2 style="height: 31px">
<img src="images/login_6.gif" onclick="empty()" style="cursor:hand"/></TD>
<TD ROWSPAN=2>
<IMG SRC="images/login_7.gif" WIDTH=55 HEIGHT=70 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=3>
<IMG SRC="images/login_8.gif" WIDTH=197 HEIGHT=39 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=198 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=103 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=93 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=55 HEIGHT=1 ALT=""></TD>
</TR>
</TABLE>
</div>
<asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="12px" />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -