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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="AdminManager_Login" %>
  2. <HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>用户登录</TITLE><LINK 
  3. href="images/Default.css" type=text/css rel=stylesheet><LINK 
  4. href="images/xtree.css" type=text/css rel=stylesheet><LINK 
  5. href="images/User_Login.css" type=text/css rel=stylesheet>
  6. <META http-equiv=Content-Type content="text/html; charset=gb2312">
  7. <META content="MSHTML 6.00.6000.16674" name=GENERATOR></HEAD>
  8. <BODY id=userlogin_body>
  9.     <form id="form1" runat="server">
  10. <DIV></DIV>
  11. <DIV id=user_login>
  12. <DL>
  13.   <DD id=user_top>
  14.   <UL>
  15.     <LI class=user_top_l></LI>
  16.     <LI class=user_top_c></LI>
  17.     <LI class=user_top_r></LI></UL>
  18.   <DD id=user_main>
  19.   <UL>
  20.     <LI class=user_main_l></LI>
  21.     <LI class=user_main_c>
  22.     <DIV class=user_main_box>
  23.     <UL>
  24.       <LI class=user_main_text>用户名: </LI>
  25.       <LI class=user_main_input><INPUT class=TxtUserNameCssClass id="TextBox_UserId"
  26.       maxLength=20 name=TxtUserName runat="server"> </LI></UL>
  27.     <UL>
  28.       <LI class=user_main_text>密 码: </LI>
  29.       <LI class=user_main_input><INPUT class=TxtPasswordCssClass id="TextBox_Password"
  30.       type=password name=TxtPassword runat="server" > </LI></UL>
  31.     <UL>
  32.       <LI class=user_main_text>Cookie: </LI>
  33.       <LI class=user_main_input>
  34.           <asp:DropDownList ID="DropDownList1" runat="server">
  35.               <asp:ListItem>保存</asp:ListItem>
  36.               <asp:ListItem>不保存</asp:ListItem>
  37.           </asp:DropDownList></LI></UL></DIV></LI>
  38.     <LI class=user_main_r>
  39.         <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="images/user_botton.gif"
  40.             OnClick="ImageButton1_Click" />&nbsp; </LI></UL>
  41.   <DD id=user_bottom>
  42.   <UL>
  43.     <LI class=user_bottom_l></LI>
  44.     <LI class=user_bottom_c><SPAN style="MARGIN-TOP: 40px">大连XX集团办公自动化系统 技术支持: <A 
  45.     href="http://www.woying.net">贤达科技</A> </SPAN> </LI>
  46.     <LI class=user_bottom_r></LI></UL></DD></DL></DIV><SPAN id=ValrUserName 
  47. style="DISPLAY: none; COLOR: red"></SPAN><SPAN id=ValrPassword 
  48. style="DISPLAY: none; COLOR: red"></SPAN><SPAN id=ValrValidateCode 
  49. style="DISPLAY: none; COLOR: red"></SPAN>
  50. <DIV id=ValidationSummary1 style="DISPLAY: none; COLOR: red"></DIV>
  51. <DIV></DIV>
  52. </FORM></BODY></HTML>