?? st_logonmodule.ascx
字號:
<%@ Control Language="c#" AutoEventWireup="false" CodeFile="ST_LogonModule.ascx.cs" Inherits="ST_GROUP.Modules.ST_LogonModule" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<!--BEGIN LOGON MODULE-->
<table cellspacing="1" bgcolor="#ffccff" width="100%">
<tr>
<td bgcolor="#ffccff" align="left" height="25" >員工登錄
</td>
</tr> <!-- SpACER ROW -->
<tr>
<td align="center" bgcolor="#ffccff" style="height: 23px">
<asp:Panel ID="Panel1" runat="server" Width="100%"><table cellspacing="1" bgcolor="#ffccff" width="100%">
<tr bgcolor="white">
<td align="left" height="25" class="rbodycol">
<p>
用戶請在此輸入正確的用戶名和密碼,單擊“登錄”按鈕以登錄系統。
</p>
</td>
</tr>
<tr bgcolor="white">
<td align="center" class="rbodycol" style="height: 23px">
<table width="100%">
<tr>
<td width="20%" style="height: 26px">
用戶名:
</td>
<td width="40%" style="height: 26px">
<asp:TextBox ID="LogonNameTextBox" runat="server" MaxLength="50"></asp:TextBox><asp:RequiredFieldValidator
ID="LogonNameRequiredFieldValidator" runat="server" ControlToValidate="LogonNameTextBox"
Display="Dynamic" ErrorMessage="用戶名必須填寫 ">*</asp:RequiredFieldValidator></td>
<td style="height: 26px">
</td>
</tr>
<tr>
<td width="20%" style="height: 28px">
密碼:
</td>
<td width="40%" style="height: 28px">
<asp:TextBox ID="LogonPasswordTextBox" runat="server" MaxLength="15" TextMode="password"></asp:TextBox><asp:RequiredFieldValidator
ID="LogonpasswordRequiredFieldValidator" runat="server" ControlToValidate="LogonpasswordTextBox"
Display="dynamic" ErrorMessage="密碼必須填寫 ">*</asp:RequiredFieldValidator></td>
<td style="height: 28px">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left">
<p>
<asp:ValidationSummary ID="LogonValidationSummary" runat="server" HeaderText="請正確填寫您的用戶名及密碼" />
<asp:Label ID="MismatchLabel" runat="server" ForeColor="RED" Visible="False">用戶名或密碼錯誤——請重新輸入<BR></asp:Label></p>
</td>
</tr>
</table>
</asp:Panel>
<asp:Image ID="ImageAmu" runat="server" ImageUrl="~/img/1.jpg" /></td>
</tr>
<tr>
<td>
<table width="100%">
<tr>
<td width="20%">
</td>
<td width="40%"><asp:button id="LoginButton" runat="server" BorderStyle="Groove" text="登錄" OnClick="LoginButton_Click"></asp:button></td>
</tr>
<tr>
<td colspan="2"><asp:label id="ShowMsg" Runat="server"></asp:label></td>
</tr>
</table>
</td>
</tr>
</table>
<!--END LOGON MODULE-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -