Login.aspx
上传用户:li2971742
上传日期:2021-11-18
资源大小:39096k
文件大小:2k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="OThinker.H3.Portal.Login" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>登录</title>
  6.     <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  7. <meta name="CODE_LANGUAGE" Content="C#">
  8. <meta name="vs_defaultClientScript" content="JavaScript">
  9. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  10. <LINK href="css/style.CSS" type="text/css" rel="stylesheet">
  11. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  12. </head>
  13. <body>
  14.     <form id="form1" runat="server">
  15.     <div>
  16.     <table width="100%">
  17.         <tr>
  18.             <td style="height: 128px"></td>
  19.             <td style="height: 128px"></td>
  20.             <td style="height: 128px"></td>
  21.         </tr>
  22.         <tr>
  23.             <td style="width:30%"></td>
  24.             <td><asp:Login ID="lgLog" runat="server" FailureText="登录失败,请重试!" LoginButtonText="确定"
  25.             OnLoggingIn="lgLog_LoggingIn" PasswordLabelText="密码"
  26.             PasswordRequiredErrorMessage="请输入密码" RememberMeText="记住用户名和密码" TitleText="登录"
  27.             UserNameLabelText="用户名">
  28.         </asp:Login>
  29.     </td>
  30.             <td style="width:30%"></td>
  31.         </tr>
  32.         
  33.     </table>
  34.     
  35.         &nbsp;
  36.     </div>
  37.     </form>
  38. </body>
  39. </html>