Login.aspx
上传用户:szhf331
上传日期:2022-06-22
资源大小:1032k
文件大小:2k
源码类别:

行业应用

开发平台:

JavaScript

  1. <%@ page language="C#" autoeventwireup="true" inherits="Admin_Login, App_Web_moklqbh-" %>
  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.     <LINK rel="stylesheet" type="text/css" href="../Admin/images/login.css" />
  7. </head>
  8. <body>
  9.     <form id="form1" runat="server">
  10.     <div>
  11.     <div class="bg_body">
  12. <div class="body">
  13. <div class="logs">
  14. <div class="logtext">
  15. <ul>
  16. <li>帐&nbsp;&nbsp;&nbsp;&nbsp;号:
  17. <asp:TextBox ID="txtUserName" runat="server" MaxLength="255" Width="120px"></asp:TextBox>
  18.  
  19. </li>
  20. <li>密&nbsp;&nbsp;&nbsp;&nbsp;码:
  21.                         <asp:TextBox ID="txtpwd" runat="server" Width="120px" TextMode="Password"></asp:TextBox>
  22. </li>
  23. <li>验&nbsp;证&nbsp;码:
  24.   <asp:TextBox ID="txtcode" runat="server" Width="50px"></asp:TextBox>&nbsp;
  25. <img src="../handler/WaterMark.ashx" alt="看不清楚?请点击刷新" 
  26. onclick="this.src=this.src+'?'+Math.random();"  style=" vertical-align:bottom; text-align:left; margin-left:-10px;"/></li>
  27. <li>COOKIES&nbsp;:<asp:DropDownList ID="ddlCookie" runat="server">
  28.                         <asp:ListItem Value="0">不保存</asp:ListItem>
  29.                         <asp:ListItem Value="1">1天</asp:ListItem>
  30.                         <asp:ListItem Value="7">1周</asp:ListItem>
  31.                         <asp:ListItem Value="30">1个月</asp:ListItem>
  32.                     </asp:DropDownList>
  33.  </li>
  34. </ul> 
  35. <div class="log_but">
  36.                     <asp:ImageButton ID="btnLogin" ImageUrl="images/login_botton.gif" runat="server" OnClick="btnLogin_Click" />
  37. </div>
  38. </div>
  39. </div>
  40. </div>
  41. </div>
  42. <div class="footer">
  43. Copyright &copy; 
  44. <a href="http://www.25175.com" class="footer">25175</a>  2004-2008, 
  45. Powered by <a href="http://www.25175.com" class="footer">25175</a> 
  46. </div>
  47.     </div>
  48.     </form>
  49. </body>
  50. </html>