📄 新建 文本文档.htm
字号:
<%@ 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>
</head>
<body style="font-size: 12pt" bgcolor="#3399cc">
<form id="form1" runat="server">
<div>
<p> </p>
<table width="709" border="0" align="center" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td height="117" colspan="4" valign="top"><img src="images/登陆界面1_01.gif" width="873" height="150" /></td>
</tr>
<tr>
<td width="224" height="201" rowspan="2" valign="top"><img src="images/登陆界面1_02.gif" width="224" height="201" /></td>
<td rowspan="2" align="center" valign="bottom" background="images/登陆界面1_03.gif" style="width: 237px"><table width="97%" height="96" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td align="right" style="width: 106px; height: 12px"><span class="STYLE11" style="color: #ffffff">用户名:</span></td>
<td align="center" valign="bottom" style="height: 12px; width: 144px; text-align: left;">
<asp:TextBox ID="usrname" runat="server" Width="120px"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 106px; height: 3px" valign="middle">
</td>
<td style="width: 144px; height: 3px">
</td>
</tr>
<tr>
<td align="right" style="width: 106px; height: 11px;"><span class="STYLE11" style="color: #ffffff">密 码:</span></td>
<td style="width: 144px; height: 11px; text-align: left">
<asp:TextBox ID="password" runat="server" Width="118px"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 106px; height: 6px">
</td>
<td style="width: 144px; height: 6px">
</td>
</tr>
<tr>
<td align="right" style="width: 106px; height: 27px;"><span class="STYLE11" style="color: #ffffff">验证码:</span></td>
<td style="width: 144px; height: 27px; text-align: left">
<asp:TextBox ID="valcode" runat="server" Width="46px"></asp:TextBox>
<asp:Label ID="Label1" runat="server" ForeColor="#FF0000" Text="Label"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 106px; height: 52px" valign="bottom">
</td>
<td style="width: 144px; height: 52px" valign="bottom">
</td>
</tr>
</table></td>
<td width="60" height="102" valign="top">
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/admin/images/登陆界面1_04.gif" OnClick="ImageButton1_Click" /></td>
<td width="339" rowspan="2" valign="top"><img src="images/登陆界面1_05.gif" width="364" height="201" /></td>
</tr>
<tr>
<td height="82" valign="middle">
<asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/admin/images/登陆界面1_06.gif" OnClick="ImageButton2_Click" /></td>
</tr>
<tr>
<td height="139" colspan="4" valign="top"><img src="images/登陆界面1_07.gif" width="873" height="249" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -