?? admin_login.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="admin_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>無標(biāo)題頁</title>
<link href="../styles/StyleSheet.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body bgcolor="#66CCFF">
<form id="form1" runat="server">
<div>
<table border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td width="150" height="246"><img src="Image/login_l.gif" width="150" height="246" /></td>
<td width="280" valign="middle" background="Image/login_r.gif"><table width="100%" border="0" cellspacing="8" cellpadding="0" align="center">
<tr align="center">
<td height="38" colspan="2"><font color="#000000" size="3"><strong>管理員登錄</strong></font> </td>
</tr>
<tr>
<td align="right" style="height: 24px"><font color="#FFFFFF">用戶名稱:</font></td>
<td style="height: 24px">
<asp:TextBox ID="TextBox_username" runat="server" Width="160px"></asp:TextBox></td>
</tr>
<tr>
<td align="right"><font color="#FFFFFF">用戶密碼:</font></td>
<td>
<asp:TextBox ID="TextBox_userpassword" runat="server" Width="160px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2"><div align="center">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="提交" Width="48px" />
<input name="reset" type="reset" id="reset" value=" 清?除 " style="font-size: 9pt; height: 19; width: 60; color: #000000; background-color: #E1F4EE; border: 1 solid #E1F4EE" onmouseover ="this.style.backgroundColor='#ffffff'" onmouseout ="this.style.backgroundColor='#E1F4EE'" />
<br />
</div></td>
</tr>
</table></td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -