📄 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 + -