?? login.aspx
字號:
<%@ Page language="c#" Codebehind="Login.cs" AutoEventWireup="false" Inherits="Employee_Directory.Login" %>
<%@ Register TagPrefix="CC" TagName="Header" Src="Header.ascx" %>
<html>
<head>
<title>登錄驗證</title>
<meta name="CODE_LANGUAGE" Content="C#">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></head>
<body text="#000000" link="#000080" vlink="#000080" alink="#000080">
<form method="post" runat="server">
<CC:Header id="Header" runat="server"/>
<table><tr><td valign="top" >
<table id="Login_holder" runat="Server" border="0" cellspacing="2" cellpadding="0">
<tr><td colspan=2 align="center" bgcolor="#FFBB55"><font style="font-size: 12pt; color: #FFFFFF; font-family: Arial, Tahoma, Verdana, Helvetica; font-weight: bold"><asp:label id="LoginForm_Title" runat="server">登錄</asp:label></font></td></tr>
<tr id=Login_trname runat=server>
<td bgcolor="#FFDD00"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">賬號</font></td>
<td ><asp:TextBox id=Login_name runat="server"/></td>
</tr>
<tr id=Login_trpassword runat=server>
<td bgcolor="#FFDD00"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">密碼</font></td>
<td ><asp:TextBox TextMode="Password" id=Login_password runat="server"/></td>
</tr>
<tr><td colspan=2 bgcolor="#ffffff">
<asp:Label id=Login_labelname
runat="server"/>
<asp:Button
id=Login_login
runat="server"/>
<asp:Label
Text="<br><br>請輸入賬號密碼!"
id=Login_message
visible=false
runat="server"/>
</td></tr>
</table>
</td>
</tr></table>
<center><font face="Arial"><small>—— 歡迎訪問<a href="http://localhost/ex46-50/default.aspx">職工信息查詢網站</a></small></font></center>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -