?? adminlogin.aspx
字號:
<%@ Page language="c#" Codebehind="AdminLogin.aspx.cs" AutoEventWireup="True" Inherits="_211.AdminLogin" %>
<HTML>
<HEAD>
<title>后臺登陸</title>
<style>
BODY { MARGIN: 0px }
TABLE { FONT-SIZE: 12px }
</style>
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
<tr>
<td align="center" background="admin_images/bg.gif">
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff" width="266" height="266">
<tr>
<td align="center" valign="middle">
<table cellpadding="0" cellspacing="0" width="250" height="250" border="0">
<tr>
<td align="center" background="admin_images/loginbg.gif">
<table cellpadding="0" cellspacing="0" border="0">
<TR>
<td><a href="index.htm"><img src="admin_images/login.gif" border="0"></a></td>
</TR>
</table>
<table cellpadding="0" cellspacing="0" border="0" height="20">
<TR>
<td></td>
</TR>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="150" height="150">
<tr>
<td>
<asp:TextBox id="name" runat="server" Width="150px" BorderStyle="Dotted" BorderWidth="1px"></asp:TextBox>
</td>
</tr>
<tr>
<td>
<asp:TextBox id="pws" runat="server" Width="150px" BorderStyle="Dotted" BorderWidth="1px" TextMode="Password"></asp:TextBox>
</td>
</tr>
<tr>
<td>
<asp:TextBox id="addcode" runat="server" Width="75px" BorderStyle="Dotted" BorderWidth="1px"></asp:TextBox>
<asp:Label id="code" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Button id="log" runat="server" Text="登陸" Width="150px" BorderStyle="Solid" BorderWidth="1px"
BackColor="#E0E0E0" BorderColor="Gray" onclick="log_Click"></asp:Button>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -