?? 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 + -