| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <%@ page contentType="text/html; charset=gbk"%>
- <%@ include file="./public/config.jsp"%>
- <html>
- <head>
- <meta HTTP-EQUIV="Content-Type" content="text/html; charset=gbk">
- <title>长春市城市发展投资控股(集团)有限公司</title>
- <link href=images/css.css rel=STYLESHEET type=text/css>
- <style>
- .navPoint
- {
- font-family: Webdings;
- font-size:9pt;
- color:white;
- cursor:hand;
- }
- p{
- font-size:9pt;
- }
- </style>
- <script>
- function switchSysBar(){
- if (switchPoint.innerText==3){
- switchPoint.innerText=4
- document.all("frmTitle").style.display="none"
- }
- else{
- switchPoint.innerText=3
- document.all("frmTitle").style.display=""
- }
- }
- </script>
- </head>
- <body scroll="no" style="MARGIN: 0px">
- <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
- <tr>
- <td id="frmTitle" name="frmTitle" nowrap valign="middle" align="center">
- <IFRAME id="main" name="main" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 220; Z-INDEX: 2" scrolling="auto" frameborder="0" src="left.jsp"></IFRAME>
- </td>
- <td style="width:10pt" background="images/t2.gif">
- <table cellspacing="0" cellpadding="0" border="0" height="100%">
- <tr>
- <td style="height:100%" onClick="switchSysBar()">
- <span class="navPoint" id="switchPoint" title="关闭/打开左栏"> 3</span>
- </td>
- </tr>
- </table>
- </td>
- <td style="width:100%">
- <IFRAME id="BoardList" name="BoardList" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1" scrolling="auto" frameborder="0" src="main.jsp"></IFRAME>
- </td>
- </tr>
- </table>
- </body>
- </html>
|