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

📄 msg.jsp

📁 华东粮油电子交易市场网站源码华东粮油电子交易市场网站源码华东粮油电子交易市场网站源码
💻 JSP
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%@ taglib uri="/WEB-INF/taglib/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/WEB-INF/taglib/struts-logic.tld" prefix="logic"%>
<%@taglib uri="/WEB-INF/taglib/struts-tiles.tld" prefix="tiles" %>
<%@ include file="/inc/pv/user.jsp"%>
<%@ include file="/inc/public/msg.jsp"%>
<%
	String strOfficeStyle = site.bean.SitePara.strVirtualName + "/member/" + igec.util.CookieUtil.getCookieValue(request,site.bean.SitePara.strCookieUserTheme,"stand");
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<title> 会员办公室--<%=site.bean.SitePara.strWebTitle%> </title>
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/content.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/tree.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/mainframe.css" type="text/css" />
<script type="text/javascript" src="<%=site.bean.SitePara.strVirtualName%>/member/js/tree.jsp?baseurl=<%=strOfficeStyle%>"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/public.js"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/xmlhttp.js"></script>
<SCRIPT language=javascript>
<!--
	function goback(){
		if (history.length<1)
			parent.location.href="<%=request.getContextPath()%>/";
		else
			history.go(-1);
	}
	function openPageWindow(strPage){
		openMaxWindow(strPage);
		return false;
	}
//-->
</SCRIPT>
<link rel="shortcut icon" href="<%=site.bean.SitePara.strVirtualName%>/favicon.ico">
</head>  
  <body>
<%@ include file="/member/stand/top.jsp"%>
    <div  id="screen">
		<!--content-->
		<div id="contentfloat">
		  <div id="content">
<br />
 <br />
			<TABLE cellSpacing=0 cellPadding=0 width=750 border=0 align=center>
<tr>
<td width=748>	
	<TABLE cellSpacing=1 cellPadding=1 width=505 border=0 align=center bgcolor=CCDAF8>
	<tr>
	<td bgcolor=white>
		<TABLE cellSpacing=1 cellPadding=1 width=100% border=0 align=center>
		<tr>
		<td bgcolor=EDF2FC height=24 class=p4 colspan=2>&nbsp;<FONT color=2F59BB><B>信息提示</B></FONT>
		</td>
		</tr>
		<tr>
		<td height=20>
		</td>
		</tr>
		<tr>
		<td width=35% align=right><IMG SRC="<%=request.getContextPath()%>/sysmsg/images/mistakertu.gif" WIDTH="134" HEIGHT="129" BORDER=0 ALT=""></td>
		<td class=p5 align=center><logic:present name="MSG"><bean:write name="MSG" property="strMsg" filter="false"/><BR><logic:notEqual name="MSG" property="strDefaultOpt" value=""><div align="center"><span name="stimer" id="stimer"><%=igec.site.base.bean.SitePara.iReturnTime%></span>秒钟之后自动返回...</div></logic:notEqual><logic:equal name="MSG" value="" property="strOptList"><BR> 我要--><a href="<bean:write name="ReToUrl"/>">返 回</a></logic:equal><logic:notEqual name="MSG" value="" property="strOptList"><BR> 我要--><bean:write name="MSG" property="strOptList" filter="false"/></logic:notEqual></logic:present></td>
		</tr>
		<tr>
		<td height=20>
		</td>
		</tr>
		</table>	
	</td>
	</tr>
	</table><BR><BR><BR>
</td>
</tr>
</table>
<logic:notEqual name="MSG" property="strDefaultOpt" value="">
<script language="javascript">
<!--
var iTimeCount = <%=igec.site.base.bean.SitePara.iReturnTime%>;
function runOpt(){
	self.location="<bean:write name="MSG" property="strDefaultOpt" filter="false"/>";
}
function timerRun(){
	iTimeCount--;
	var loObj = getObject("stimer");
	if(loObj==null) return;
	loObj.innerText = iTimeCount;
	if(iTimeCount<=0) runOpt();
	else{
		setTimeout("timerRun()",1000);
	}
}
setTimeout("timerRun()",1000);
//-->
</script>
</logic:notEqual>
<br />
 <br />
<script language=javascript>
document.onkeydown=nextpage
function nextpage(event) {
	event = event ? event : (window.event ? window.event : null); 
	if (event.keyCode==13) userlogin();
}
</script>
<script language="JavaScript">
function userlogin(){
	document.loginform.submit();
}
</script>
		  </div>
		</div>
		<!--end/content-->				
		<!--left-->
<div id="leftmenu">			
	<!--menu-->
	  <div id="tree1"></div>
	<!--end/menu-->
	</div>
		<!--end/left-->
	</div>	
<script language="javascript" src="<%=strOfficeStyle%>/menu.jsp?iid=<%=request.getParameter("iid")%>"></script>
<script type="text/javascript">treeInit();</script>
	<%@ include file="/member/stand/bot.jsp"%>
  </body>
 </html>

⌨️ 快捷键说明

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