📄 login.aspx
字号:
<%@ 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> <link rel="stylesheet" href="../Style/css.css" type="text/css"/>
</head>
<body>
<form id="form1" runat="server">
<table width="200" border="0" align="center">
<tr>
<td><img src="../img/xz_tg_lj_003.gif" width="750" height="151" align="middle"></td>
</tr>
</table>
<table width="284" height="121" border="0.5" align="center">
<tr>
<td class="ziti" style="height: 19px" colspan="2" align="center"><div align="center">
管理员登录</div></td>
</tr><tr class="ziti">
<td width="121"><div align="right"><strong>管理员帐号:</strong></div></td>
<td width="147">
<asp:TextBox ID="txtname" runat="server"></asp:TextBox></td>
</tr>
<tr class="ziti">
<td><div align="right"><strong>管理员密码:</strong></div></td>
<td>
<asp:TextBox ID="txtpwd" runat="server" TextMode="Password" Width="148px"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 26px" colspan="2"><div align="center">
<asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click">重置</asp:LinkButton>
<asp:LinkButton ID="LinkButton2" runat="server" OnClick="LinkButton2_Click">确定</asp:LinkButton></div></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -