⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 middle.jsp

📁 tomcat最新安装程序
💻 JSP
字号:
<%@ page contentType="text/html;charset=GB2312" %>
<jsp:useBean id="userinfo" scope="session" class="cn.com.aheadsoft.util.UserInfo"/>
<jsp:useBean id="upm" scope="session" class="cn.com.aheadsoft.manage.UserPurviewManage"/>

<%
    int aim     = upm.getUserPopInt(userinfo, "3", "1", "q");
    int project = upm.getUserPopInt(userinfo, "3", "2", "q");
    int plan    = upm.getUserPopInt(userinfo, "3", "3", "q");
    int task    = upm.getUserPopInt(userinfo, "3", "4", "q");
    int week    = upm.getUserPopInt(userinfo, "3", "5", "q");
    int news    = upm.getUserPopInt(userinfo, "3", "6", "q");
    int system  = upm.getUserPopInt(userinfo, "3", "4", "q");
    int setup   = upm.getUserPopInt(userinfo, "3", "8", "q");  
	
	int q51 = upm.getUserPopInt(userinfo,"5","1","q");	
	int q52 = upm.getUserPopInt(userinfo,"5","2","q");	
	int q53 = upm.getUserPopInt(userinfo,"5","3","q");
	int q54 = upm.getUserPopInt(userinfo,"5","4","q");  

%>
<html>
<head>
<title>先锋KRM-A6 3.1W</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
</head>
<style type=text/css>
.o1{position:absolute; font-family:Webdings; background-color:#255ca9; font-size:10px; color:#ffffff; cursor:hand;}

</style>
<script>
<!--
	function changeWin() {
if(document.all.leftTD.style.display=="none")
{ 
	document.all.leftTD.style.display="";
	document.all.hide.src="/krm/jsp/zimages/hide.gif";
}
else 
{
document.all.leftTD.style.display="none"; 
document.all.hide.src="/krm/jsp/zimages/show.gif"
}
	}
	
-->
</script>
<SCRIPT language=Javascript>
<!--

function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",50)}
function low(which2){
clearInterval(highlighting)
which2.filters.alpha.opacity=50}
function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)}

function openChromeslessWindow(openUrl, winName, wWidth, wHeight, wPosx, wPosy, wTIT,
												windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel,
													bCenter, sFontFamily, sFontSize, sFontColor){
	
	openchromeless(openUrl,winName, wWidth, wHeight, wPosx, wPosy, wTIT, wTIT ,
							windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel,
								bCenter, sFontFamily, sFontSize, sFontColor);
}
//-->
</SCRIPT>
<%
String headerValue = request.getHeader("user-agent");
boolean isM=false;
if(headerValue.indexOf("U")!=-1) isM=true;
%>
<body topmargin="0" leftmargin="0" rightmargin="0" marginheight="0">
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0" height="100%">
  <tr >
   <td width="12%" id="leftTD">
    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
        <tr> 
          <td > 
            <% if(aim>0||project>0||plan>0||task>0||week>0||news>0||system>0) {%>
            <iframe src="/krm/jsp/tskmanage/left.jsp" width="100%" height="100%" name="left" frameborder="0" scrolling="no" align="top"></iframe> 
            <% } else if (q51>0||q52>0||q53>0||q54>0) {%>
            <iframe src="/krm/jsp/diamanage/left.jsp" width="100%" height="100%" name="left" frameborder="0" scrolling="no" align="top"></iframe> 
            <% }else { %>
            <iframe src="/krm/jsp/sysmanage/left.jsp" width="100%" height="100%" name="left" frameborder="0" scrolling="no" align="top"></iframe> 
            <% } %>         </td>
        </tr>
      </table>
	 </td>
<td width="3" bgcolor="EFEFEF" ></td>	 
	<% if (!isM) {%>   
  <!-- <td width="0"bgcolor="F1F7F9">   
    <table border=0 cellpadding=0 cellspacing=0 >
        <tr>
       <td width="0" height=100% id=menuSwitch onClick="changeWin()"><img id="hide" src="/krm/jsp/zimages/hide.gif">
       </td>
      </tr>
    </table>	
   </td>-->
   <% }%> 
    <td > 
      <iframe src="right.jsp" width="100%" height="100%" name="right" frameborder="0" scrolling="yes" align="top" ></iframe>
    </td>
 </tr>
</table>
<SCRIPT>
function movstar(a,time){
	movy=setInterval("mov("+a+")",time)
	}
function movover(){
	clearInterval(movy)
	}
function mov(a){
	scrollx=left.document.body.scrollTop
	scrolly=left.document.body.scrollLeft
	scrollx=scrollx+a
	left.window.scroll(scrolly,scrollx)
	}
function o_down(theobject){
object=theobject
	while(object.filters.opacity>60){
		object.filters.opacity+=-10}
		}
function o_up(theobject){
object=theobject
	while(object.filters.opacity<100){
		object.filters.opacity+=10}
		}
function wback(){
	if(left.history.length==0){window.history.back()}
	else{left.history.back()}
	}
</SCRIPT>
</body>
</html>

⌨️ 快捷键说明

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