index.jsp
上传用户:szlmxq
上传日期:2014-01-31
资源大小:740k
文件大小:2k
源码类别:

Applet

开发平台:

Java

  1. <%@ page contentType="text/html;charset=GBK" language="java" errorPage="" %>
  2. <html>
  3. <style type=text/css>
  4. body  { background:#799AE1; margin:0px; font:9pt 宋体; }
  5. table  { border:0px; }
  6. td  { font:normal 12px 宋体; }
  7. img  { vertical-align:bottom; border:0px; }
  8. a  { font:normal 12px 宋体; color:#000000; text-decoration:none; }
  9. a:hover  { color:#428EFF;text-decoration:underline; }
  10. .sec_menu  { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#D6DFF7; }
  11. .menu_title  { }
  12. .menu_title span  { position:relative; top:2px; left:8px; color:#215DC6; font-weight:bold; }
  13. .menu_title2  { }
  14. .menu_title2 span  { position:relative; top:2px; left:8px; color:#428EFF; font-weight:bold; }
  15. </style>
  16. <head>
  17. <meta name="GENERATOR" content="Microsoft FrontPage 6.0">
  18. <meta name="ProgId" content="FrontPage.Editor.Document">
  19. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  20. <title>后台管理</title>
  21. </head>
  22. <body bgcolor="#F0F0E8" link="#FFFFFF" style="background-color: #DBC2B0">
  23. <p align="center" style="line-height: 200%; margin-top: 50px">
  24. <font color="#FFFFFF" size="4" face="华文行楷, Bookman Old Style">管理员登陆<br>
  25. </font>
  26.   <font color="#FFFFFF">(他人请勿非法尝试,否则后果自负!)</font></p>
  27. <table border="0" width="254" cellspacing="1" height="6" align="center">
  28.   <tr>
  29.     <td width="100%" height="1">
  30.     
  31.       </td>
  32.   </tr>
  33.   
  34.   <tr>
  35.     <td width="100%" height="57">
  36.       <form method="POST" action="2login.jsp?action=login">
  37.         <table border="0" width="100%" cellspacing="1">
  38.           <tr>
  39.             <td width="26%"> 
  40.               <div align="right"><font color="#FFFFFF">用户名</font>:</div>
  41.             </td>
  42.             <td width="74%"> 
  43.               <input type="text" name="admin_name" size="20" class=input></td>
  44.           </tr>
  45.           <tr>
  46.             <td width="26%"> 
  47.               <div align="right"><font color="#FFFFFF">密码</font>:</div>
  48.             </td>
  49.             <td width="74%"> 
  50.               <input type="password" name="admin_pass" size="20" class=input></td>
  51.           </tr>
  52.         </table>
  53.         <div align="center">
  54.           <input type="submit" value="提交" name="B1" class=input>
  55.           <input type="reset" value="全部重写" name="B2" class=input>
  56.         </div>
  57.       </form>
  58.     </td>
  59.   </tr>
  60.   <tr>
  61.     <td width="100%" height="1"></td>
  62.   </tr>
  63. </table>