manager.jsp~15~
来自「本系统为六合彩网上投注系统」· JSP~15~ 代码 · 共 79 行
JSP~15~
79 行
<%@ 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 == "")||(flag.equals("false")))
{
%>
<jsp:include page="search.jsp" flush="true" />
<%
}
else
{
String qiNum = request.getParameter("qiNum");
session.setAttribute("qiNum",qiNum);
%>
<jsp:include page="searchAllRecord.jsp" flush="true" />
<%
}
%>
</div>
<div id="Layer5" style="position:absolute; left:10px; top:119px; width:190px; height:474px; z-index:5"><jsp:include page="adminAffiche.htm" 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"> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?