📄 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>
<link href="css/css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>
<table width="645" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#cccccc"
style="WIDTH: 640px; HEIGHT: 264px">
<tr align="center" bgcolor="#f7f7f7">
<td height="34" colspan="2"><strong>留 言 板 管 理</strong>
</td>
</tr>
<tr>
<td width="153" height="34" align="right" bgcolor="#f7f7f7">帐号:</td>
<td bgcolor="#f7f7f7" style="width: 484px"> <asp:TextBox id="TextBox1" runat="server" CssClass="input" Width="155px"></asp:TextBox></td>
</tr>
<tr>
<td height="34" align="right" bgcolor="#f7f7f7">密码:</td>
<td bgcolor="#f7f7f7" style="width: 484px"> <asp:TextBox id="TextBox2" runat="server" TextMode="Password" Width="153px" CssClass="input"></asp:TextBox></td>
</tr>
<TR>
<TD align="right" bgColor="#f7f7f7" height="34">验证码:</TD>
<TD bgColor="#f7f7f7" style="width: 484px"> <asp:TextBox id="TextBox3" runat="server" CssClass="input" Width="154px"></asp:TextBox> </TD>
</TR>
<tr bgcolor="#f7f7f7">
<td align="center" colspan="1" style="height: 27px">
</td>
<td align="left" colSpan="2" style="height: 27px"> <img src="Code.aspx" />
</td>
</tr>
<tr bgcolor="#f7f7f7">
<td align="center" colspan="2" style="height: 34px">
<asp:ImageButton id="ImageButton1" runat="server" ImageUrl="images/login.gif" OnClick="ImageButton1_Click1"></asp:ImageButton></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -