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

Applet

开发平台:

Java

  1. <%@ page contentType="text/html;charset=GBK" language="java" import="java.sql.*" errorPage="" %>
  2. <%
  3. if session("admin_name")="" then
  4.     response.redirect "login.asp"
  5. end if
  6. %>
  7. <!--#include file="top.asp"-->
  8. <html>
  9. <head>
  10. <meta NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
  11. <meta HTTP-EQUIV="Content-Type" content="text/html; charset=gb2312">
  12. <link href=../css.css rel=STYLESHEET type=text/css>
  13. <script>
  14. function switchSysBar(){
  15. if (switchPoint.innerText==3){
  16. switchPoint.innerText=4
  17. document.all("frmTitle").style.display="none"
  18. }
  19. else{
  20. switchPoint.innerText=3
  21. document.all("frmTitle").style.display=""
  22. }
  23. }
  24. </script></head>
  25. <body scroll="no" style="MARGIN: 0px">
  26. <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
  27. <tr>
  28. <td id="frmTitle" name="frmTitle" nowrap valign="middle" align="center">
  29. <IFRAME id="BoardTitle" name="main" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 140; Z-INDEX: 2" scrolling="no" frameborder="0" src="left.asp"></IFRAME>
  30.     <td style="width:10pt" background="img/t2.gif">
  31. <table cellspacing="0" cellpadding="0" border="0" height="100%">
  32.       <tr><td style="height:100%" onclick="switchSysBar()"><span class="navPoint" id="switchPoint" title="关闭/打开左栏">3</span>
  33.     </table>
  34. </td><td style="width:100%">
  35. <IFRAME id="frmright" name="BoardList" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1" scrolling="auto" frameborder="0" src="readme.htm"></IFRAME>
  36. </tr></table>
  37. </body>
  38. </html>