Login.aspx
上传用户:szhf331
上传日期:2022-06-22
资源大小:1032k
文件大小:2k
- <%@ page language="C#" autoeventwireup="true" inherits="Admin_Login, App_Web_moklqbh-" %>
- <!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>
- <LINK rel="stylesheet" type="text/css" href="../Admin/images/login.css" />
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <div class="bg_body">
- <div class="body">
- <div class="logs">
- <div class="logtext">
-
- <ul>
- <li>帐 号:
- <asp:TextBox ID="txtUserName" runat="server" MaxLength="255" Width="120px"></asp:TextBox>
-
- </li>
- <li>密 码:
- <asp:TextBox ID="txtpwd" runat="server" Width="120px" TextMode="Password"></asp:TextBox>
- </li>
- <li>验 证 码:
- <asp:TextBox ID="txtcode" runat="server" Width="50px"></asp:TextBox>
- <img src="../handler/WaterMark.ashx" alt="看不清楚?请点击刷新"
- onclick="this.src=this.src+'?'+Math.random();" style=" vertical-align:bottom; text-align:left; margin-left:-10px;"/></li>
- <li>COOKIES :<asp:DropDownList ID="ddlCookie" runat="server">
- <asp:ListItem Value="0">不保存</asp:ListItem>
- <asp:ListItem Value="1">1天</asp:ListItem>
- <asp:ListItem Value="7">1周</asp:ListItem>
- <asp:ListItem Value="30">1个月</asp:ListItem>
- </asp:DropDownList>
- </li>
- </ul>
- <div class="log_but">
-
- <asp:ImageButton ID="btnLogin" ImageUrl="images/login_botton.gif" runat="server" OnClick="btnLogin_Click" />
- </div>
-
- </div>
- </div>
- </div>
- </div>
- <div class="footer">
- Copyright ©
- <a href="http://www.25175.com" class="footer">25175</a> 2004-2008,
- Powered by <a href="http://www.25175.com" class="footer">25175</a>
- </div>
- </div>
- </form>
- </body>
- </html>