?? login.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="BackDesk_Login_Login" %>
<%@ Register Src="BBSFooter.ascx" TagName="BBSFooter" TagPrefix="uc2" %>
<%@ Register Src="BBSHeader.ascx" TagName="BBSHeader" TagPrefix="uc3" %>
<%@ Register Src="../../UserControl/BBSHeader.ascx" TagName="BBSHeader" TagPrefix="uc1" %>
<!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>用戶登錄</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table style="width: 755px;" align="center" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 755px; text-align: center; height: 138px;">
<uc3:BBSHeader ID="BBSHeader1" runat="server" />
</td>
</tr>
<tr>
<td style="width: 755px; color: #ff3300; text-align: center; background-image: url(../../Image/背景圖1.jpg); height: 14px;">
<br />
<asp:Label ID="labLogin" runat="server" Text="登錄社區" Width="124px" Font-Size="9pt"></asp:Label></td>
</tr>
<tr>
<td style="width: 755px; background-image: url(../../Image/背景圖2.jpg); vertical-align: top; height: 365px;">
<br />
<table align="center" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 107px; text-align: center;">
<asp:Label ID="labUserID" runat="server" Text="用戶ID" Font-Size="9pt" Width="38px"></asp:Label></td>
<td style="width: 188px; text-align: center;">
<asp:TextBox ID="txtUserID" runat="server" Font-Size="9pt"></asp:TextBox></td>
<td style="width: 2px">
</td>
</tr>
<tr>
<td style="width: 107px; text-align: center;">
<asp:Label ID="labUserName" runat="server" Text="用戶名" Font-Size="9pt" Width="38px"></asp:Label></td>
<td style="width: 188px; text-align: center;">
<asp:TextBox ID="txtUserName" runat="server" Font-Size="9pt"></asp:TextBox></td>
<td style="width: 2px">
</td>
</tr>
<tr>
<td style="width: 107px; text-align: center;">
<asp:Label ID="labPwd" runat="server" Text="密 碼" Font-Size="9pt" Width="38px"></asp:Label></td>
<td style="width: 188px; text-align: center;">
<asp:TextBox ID="txtPassword" runat="server" Font-Size="9pt" TextMode="Password" Width="128px"></asp:TextBox></td>
<td style="width: 2px">
</td>
</tr>
<tr>
<td style="width: 107px; text-align: center;">
<asp:Label ID="labCode" runat="server" Text="驗證碼" Font-Size="9pt" Width="38px"></asp:Label></td>
<td style="width: 188px; text-align: center;">
<asp:TextBox ID="txtValidateCode" runat="server" Font-Size="9pt"></asp:TextBox></td>
<td style="width: 2px">
<asp:Label ID="labValidateCode" runat="server" BackColor="#FFC0C0" Width="44px" Font-Size="9pt"></asp:Label></td>
</tr>
<tr>
<td style="width: 107px; text-align: center;">
<asp:CheckBox ID="cbAdminLogin" runat="server" Text="管理員登錄" Font-Size="9pt" /></td>
<td style="width: 188px; text-align: center;">
<asp:Button ID="btnLogin" runat="server" Text="登錄" OnClick="btnLogin_Click" Font-Size="9pt" />
<asp:Button ID="btnCancel" runat="server" Text="取消" Font-Size="9pt" OnClick="btnCancel_Click" /></td>
<td style="width: 2px">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 755px; text-align: center; height: 74px;">
<uc2:BBSFooter ID="BBSFooter1" runat="server" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -