manager.jsp~8~

来自「本系统为六合彩网上投注系统」· JSP~8~ 代码 · 共 67 行

JSP~8~
67
字号
<%@ page contentType="text/html; charset=gb2312" %>
<html>
<head>
<title> 维护主界面 </title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<body bgcolor="#ffffff">
<div id="Layer1" style="position:absolute; left:206px; top:120px; width:379px; height:257px; z-index:1">
  <jsp:include page="serverResult.jsp" flush="true"/>
</div>

<div id="Layer2" style="position:absolute; left:617px; top:120px; width:373px; height:256px; z-index:2">
  <jsp:include page="serverResultMoney.jsp" flush="true"/>
</div>

<div id="Layer3" style="position:absolute; left:597px; top:119px; width:8px; height:260px; z-index:3; background-image: url(images/right.jpg); layer-background-image: url(images/right.jpg); border: 1px none #000000;"></div>

<div id="Layer4" style="position:absolute; left:206px; top:398px; width:785px; height:195px; z-index:4">
<%
	String flag = request.getParameter("flag");
	if((flag == null)||(flag == ""))
	{
%>
  <jsp:include page="search.jsp" flush="true" />
<%
	}
%>
</div>

<table width="984" border="0" cellpadding="0" cellspacing="0">
  <!--DWLayoutTable-->
  <tr>
    <td width="984" height="89" background="images/lie.gif"><img src="images/top2.gif" width="300" height="89"></td>
  </tr>
</table>
<table width="984" border="0" cellpadding="0" cellspacing="0">
  <!--DWLayoutTable-->
  <tr>
    <td width="197" height="430" valign="top"><div align="center">管理员使用手册</div></td>
    <td width="787" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
        <!--DWLayoutTable-->
        <tr>
          <td width="356" height="261" valign="top"><div align="left"></div></td>
          <td width="356" valign="top"><div align="left"></div></td>
        </tr>
        <tr>
          <td height="215" colspan="2" valign="top"><table width="100%" border="0" cellpadding="0">
              <tr>
                <td background="images/mid.gif">&nbsp;</td>
              </tr>
            </table></td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?