manage.jsp 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <%@ page contentType="text/html; charset=gbk"%>
  2. <%@ include file="./public/config.jsp"%>
  3. <html>
  4. <head>
  5. <meta HTTP-EQUIV="Content-Type" content="text/html; charset=gbk">
  6. <title>长春市城市发展投资控股(集团)有限公司</title>
  7. <link href=images/css.css rel=STYLESHEET type=text/css>
  8. <style>
  9. .navPoint
  10. {
  11. font-family: Webdings;
  12. font-size:9pt;
  13. color:white;
  14. cursor:hand;
  15. }
  16. p{
  17. font-size:9pt;
  18. }
  19. </style>
  20. <script>
  21. function switchSysBar(){
  22. if (switchPoint.innerText==3){
  23. switchPoint.innerText=4
  24. document.all("frmTitle").style.display="none"
  25. }
  26. else{
  27. switchPoint.innerText=3
  28. document.all("frmTitle").style.display=""
  29. }
  30. }
  31. </script>
  32. </head>
  33. <body scroll="no" style="MARGIN: 0px">
  34. <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
  35. <tr>
  36. <td id="frmTitle" name="frmTitle" nowrap valign="middle" align="center">
  37. <IFRAME id="main" name="main" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 220; Z-INDEX: 2" scrolling="auto" frameborder="0" src="left.jsp"></IFRAME>
  38. </td>
  39. <td style="width:10pt" background="images/t2.gif">
  40. <table cellspacing="0" cellpadding="0" border="0" height="100%">
  41. <tr>
  42. <td style="height:100%" onClick="switchSysBar()">
  43. <span class="navPoint" id="switchPoint" title="关闭/打开左栏"> 3</span>
  44. </td>
  45. </tr>
  46. </table>
  47. </td>
  48. <td style="width:100%">
  49. <IFRAME id="BoardList" name="BoardList" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1" scrolling="auto" frameborder="0" src="main.jsp"></IFRAME>
  50. </td>
  51. </tr>
  52. </table>
  53. </body>
  54. </html>