?? users_login.ascx
字號(hào):
<%@ Control Language="C#" %>
<span class="ForumLogin_SectionTitle">Login</span>
<p class="ForumLogin_SectionDescription">
Please enter your username and password below.
<br>
If you are a new user, click <a href="Users_Register.aspx" class="ForumLogin_LoginLink">
here</a> to register.
</p>
<asp:Panel id="pnlInvalidUsername" CssClass="Error_Message" Runat="Server">
<SPAN>The username you entered is invalid!</SPAN>
</asp:Panel>
<asp:Panel id="pnlInvalidPassword" CssClass="Error_Message" Runat="Server">
<SPAN>The password you entered is invalid!</SPAN>
</asp:Panel>
<table>
<tr>
<td><span class="Form_LabelText">Username:</span></td>
<td><asp:TextBox id="txtUsername" Columns="20" Width="150" CssClass="Form_Field" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td><span class="Form_LabelText">Password:</span></td>
<td><span class="Form_LabelText"><asp:TextBox id="txtPassword" Columns="20" Width="150" TextMode="Password" CssClass="Form_Field"
runat="server"></asp:TextBox>
</span></td>
</tr>
<TR>
<TD colSpan="2"><asp:CheckBox CssClass="Form_Field" id="chkPersist" Runat="Server" Text="Automatically remember me when I connect from this computer." /></TD>
</TR>
<tr>
<td colspan="2"><span class="Form_Button"><asp:Button id="btnLogin" runat="server" CssClass="Form_Button" Text="Login"></asp:Button>
</span></td>
</tr>
</table>
<p class="ForumLogin_SectionDescription">
Click
<asp:HyperLink id="lnkPasswordReminder" Runat="Server" CssClass="ForumLogin_LoginLink" Text="here" />
for a password reminder.
</p>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -