📄 adminlogin.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="adminlogin.aspx.cs" Inherits="Manage_adminlogin" %>
<!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">
<link rel="shortcut icon" type="image/ico" href="../favicon.ico"/>
<title>管理员登陆</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table style="z-index: 100; left: 372px; position: absolute; top: 250px">
<tr>
<td style="width: 100px">
管理员名字:</td>
<td style="width: 100px">
<asp:TextBox ID="adminnametxt" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
管理员密码:</td>
<td style="width: 100px">
<asp:TextBox ID="passtxt" runat="server" TextMode="Password" Width="149px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
验<span style="color: #ffffff">__</span>证<span style="color: #ffffff">__</span>码:</td>
<td style="width: 100px">
<asp:TextBox ID="yzmtxt" runat="server"></asp:TextBox>
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Manage/Img.aspx" />
</td>
</tr>
<tr>
<td style="width: 100px">
</td>
<td style="width: 100px">
<asp:Button ID="querenbtn" runat="server" Text="确认" OnClick="querenbtn_Click" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -