📄 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>
</head>
<body>
<form id="form1" runat="server">
<div>
<TABLE WIDTH=430 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
<TR>
<TD COLSPAN=8>
<IMG SRC="images/login_1.gif" WIDTH=430 HEIGHT=130 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=130 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=2 ROWSPAN=4>
<IMG SRC="images/login_2.gif" WIDTH=139 HEIGHT=133 ALT=""></TD>
<TD>
<IMG SRC="images/login_3.gif" WIDTH=1 HEIGHT=1 ALT=""></TD>
<TD ROWSPAN=3 style="width: 9px">
<IMG SRC="images/login_4.gif" WIDTH=8 HEIGHT=124 ALT=""></TD>
<TD height="98" COLSPAN=3 ROWSPAN=2 background="images/login_5.gif"><table border="0" cellspacing="0" cellpadding="0" style="width: 97%">
<tr>
<td style="width: 74px; height: 19px"> <span style="color: #3300ff; font-family: 宋体; font-size: 11pt;"><strong>用户名:</strong></span></td>
<td style="height: 19px; width: 174px;">
<asp:TextBox ID="user" runat="server" Width="85px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="user"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 74px; height: 19px"> <strong><span style="color: #3300ff; font-size: 11pt;">密 码:</span></strong></td>
<td style="height: 19px; width: 174px;">
<asp:TextBox ID="pwd" runat="server" Width="85px" TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="pwd"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 74px; height: 24px;"> <span style="color: #3300ff"><strong><span style="font-size: 11pt">验证码</span>:</strong></span></td>
<td style="width: 174px; height: 24px;">
<asp:TextBox ID="check" runat="server" Width="39px"></asp:TextBox>
<asp:Label ID="Label1" runat="server" Text="Label" Width="48px"></asp:Label>
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="check"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
</tr>
</table></TD>
<TD ROWSPAN=3>
<IMG SRC="images/login_6.gif" WIDTH=42 HEIGHT=124 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=1 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=2>
<IMG SRC="images/login_7.gif" WIDTH=1 HEIGHT=123 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=97 ALT=""></TD>
</TR>
<TR>
<TD width="115" background="images/login_8.gif" style="height: 26px"> </TD>
<TD style="height: 26px">
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="images/login_9.gif" OnClick="ImageButton1_Click" /></TD>
<TD style="width: 63px; height: 26px;">
<asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="images/login_10.gif" /></TD>
<TD style="height: 26px">
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=26 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=6 ROWSPAN=2>
<IMG SRC="images/login_11.gif" WIDTH=291 HEIGHT=57 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=9 ALT=""></TD>
</TR>
<TR>
<TD style="height: 48px">
<IMG SRC="images/login_12.gif" WIDTH=57 HEIGHT=48 ALT=""></TD>
<TD style="height: 48px">
<IMG SRC="images/login_13.gif" WIDTH=82 HEIGHT=48 ALT=""></TD>
<TD style="height: 48px">
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=48 ALT=""></TD>
</TR>
</TABLE>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -