Index.aspx
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:6k
源码类别:
Email客户端
开发平台:
Visual C++
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="IndexFrame_Main" %>
- <!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 style="font-size: 12pt; text-align: center; margin-top: 0px; padding-top: 0px;" scroll="auto">
- <form id="form1" runat="server">
- <br />
- <br />
- <br />
- <br />
- <br />
- <br />
- <br />
- <table style="width: 514px; height: 322px; background-image: url(Images/SysSkin/login.jpg);">
- <tr>
- <td colspan="1" rowspan="1" style="width: 124px; height: 74px">
- </td>
- <td colspan="3" rowspan="1" style="height: 74px">
- </td>
- </tr>
- <tr>
- <td colspan="1" rowspan="3" style="width: 124px; height: 212px">
- </td>
- <td colspan="3" rowspan="3" style="height: 212px">
- <table cellpadding="0" cellspacing="0" style="width: 240px">
- <tr>
- <td colspan="3" style="height: 40px; text-align: center">
- <span style="font-size: 14pt; color: #ff3300"></span></td>
- </tr>
- <tr>
- <td style="width: 69px; text-align: right; height: 23px;">
- <span style="font-size: 9pt">用户名 </span>
- </td>
- <td colspan="2" style="width: 183px; text-align: left; font-size: 12pt; height: 23px;">
- <asp:TextBox ID="txtName" runat="server" Font-Size="9pt" Width="120px"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtName"
- ErrorMessage="用户名不能为空" Font-Size="9pt">*</asp:RequiredFieldValidator></td>
- </tr>
- <tr style="font-size: 12pt; color: #000000">
- <td style="width: 69px; text-align: right; height: 23px;">
- <span><span style="font-size: 9pt"><span>密 码</span> </span></span>
- </td>
- <td colspan="2" style="width: 183px; text-align: left; height: 23px;">
- <asp:TextBox ID="txtPwd" runat="server" Font-Size="9pt" Width="120px" TextMode="Password"></asp:TextBox><span
- style="font-size: 9pt"> </span>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtPwd"
- ErrorMessage="密码不能为空" Font-Size="9pt">*</asp:RequiredFieldValidator></td>
- </tr>
- <tr style="font-size: 12pt; color: #000000">
- <td style="width: 69px; height: 23px; text-align: right">
- <span style="font-size: 9pt">验证码 </span>
- </td>
- <td colspan="2" style="vertical-align: middle; width: 183px; height: 23px; text-align: left">
- <table cellpadding="0" cellspacing="0" style="width: 100%">
- <tr>
- <td style="width: 53px">
- <asp:TextBox ID="txtCheckCode" runat="server" Width="53px"></asp:TextBox></td>
- <td style="width: 52px">
- <asp:Image ID="Image1" runat="server" BorderStyle="None" Height="22px" ImageAlign="Middle"
- ImageUrl="~/CheckCode.aspx" Width="63px" /></td>
- <td style="width: 51px">
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr style="font-size: 12pt">
- <td colspan="3" style="height: 26px; text-align: left">
- <table style="width: 240px" cellpadding="0" cellspacing="0">
- <tr>
- <td style="vertical-align: bottom; width: 113px; height: 13px; text-align: right">
- <asp:CheckBox ID="CheckBox1" runat="server" Font-Size="10pt" ForeColor="#FF3300"
- Text="管理员登录" /></td>
- <td colspan="2" style="vertical-align: text-bottom; height: 13px; text-align: center">
- <asp:LinkButton ID="lnkbtnForget" runat="server" Font-Size="9pt" Font-Underline="False"
- ForeColor="#FF3300" PostBackUrl="~/Module/SysInfo/FindPwd.aspx" CausesValidation="False">忘记密码?</asp:LinkButton></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr style="font-size: 12pt">
- <td colspan="3" style="text-align: center; height: 22px;">
- <asp:Button ID="btnOK" runat="server" Font-Size="9pt" OnClick="btnOK_Click" Text="确定" />
- <input id="Reset2" style="font-size: 9pt" type="reset" value="重置" /></td>
- </tr>
- </table>
-
- <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
- ShowSummary="False" />
- </td>
- </tr>
- <tr>
- </tr>
- <tr>
- </tr>
- </table>
- </form>
- </body>
- </html>