📄 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 style="text-align: center">
<form id="form1" runat="server">
<div>
<table align="center" style="width:755px; height: 416px; "cellpadding="0" cellspacing="0">
<tr>
<td style="width: 755px; text-align: center; background-image: url(Image/Jmall邮件发送系统登录页面1.jpg); height: 416px;">
<br />
<br /><br /><br /><br /><br /><br /><br /><br />
<table align="center">
<tr>
<td style="width: 159px; text-align: right;">
<asp:Label ID="labAName" runat="server" Text="用户名:" Font-Size="9pt"></asp:Label></td>
<td style="width: 191px; text-align: left;">
<asp:TextBox ID="txtAName" runat="server" Font-Size="9pt" Width="117px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 159px; text-align: right;">
<asp:Label ID="labPwd" runat="server" Text="密码:" Font-Size="9pt" Width="72px"></asp:Label></td>
<td style="width: 191px; text-align: left;">
<asp:TextBox ID="txtPwd" runat="server" Font-Size="9pt" TextMode="Password" Width="117px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 159px"></td>
<td style="width: 191px; text-align: left;">
<asp:Button ID="btnLogin" runat="server" Text="登录" Font-Size="9pt" OnClick="btnLogin_Click" />
<asp:Button ID="btnExit" runat="server" Text="退出" Font-Size="9pt" OnClick="btnExit_Click" /></td>
</tr>
</table>
</td>
</tr>
</table>
<table style="width: 755px; height: 71px; font-size:9pt; background-image: url(Image/页脚.jpg);" cellpadding="0" cellspacing="0">
<tr>
<td style="text-align: center; width:755px; background-image: url(Image/Jmall邮件发送系统登录页面2.jpg); height: 71px;"></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -