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

📄 wrong.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" %>
<%
/*
*	文件名:wrong.jsp
*	作者:张书堂
*	时间:2008-01-15
*	功能:对外提示信息
*/
%>
<!-- 简单的提示 -->
<html>
<head>
<title><%=igec.site.base.bean.SitePara.strWebTitle%></title>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<style type=text/css>
.p1{font-size:12px;color:black}
.p8{font-size:12px;color:black;line-height:150%}
.p2{font-size:12px;color:black;line-height:160%}
.p3{font-size:12px;color:black;line-height:200%}
.p4{font-size:14px;color:black}
.p5{font-size:14px;color:black;line-height:160%}
.p6{font-size:14px;color:black;line-height:150%}
.p7{font-size:14px;color:red;line-height:160%}
.p9{font-size:16px;color:red;line-height:180%}
a:link{font-size:14px;color:0000CB;text-decoration:underline;line-height:160%}
a:visited{font-size:14px;color:0000CB;text-decoration:underline;line-height:160%}
a:hover{font-size:14px;color:0000CB;text-decoration:none;line-height:160%}
a.ab:link{font-size:14px;color:0000CB;text-decoration:underline;line-height:240%}
a.ab:visited{font-size:14px;color:0000CB;text-decoration:underline;line-height:240%}
a.ab:hover{font-size:14px;color:0000CB;text-decoration:none;line-height:240%}
a.ex:link{font-size:12px;color:0000CB;text-decoration:underline;line-height:150%}
a.ex:visited{font-size:12px;color:0000CB;text-decoration:underline;line-height:150%}
a.ex:hover{font-size:12px;color:0000CB;text-decoration:none;line-height:150%}
a.aleft:link{font-size:12px;color:0000CB;text-decoration:underline;line-height:160%}
a.aleft:visited{font-size:12px;color:0000CB;text-decoration:underline;line-height:160%}
a.aleft:hover{font-size:12px;color:0000CB;text-decoration:none;line-height:160%}
a.grey:link{font-size:12px;color:0000CB;text-decoration:underline;line-height:200%}
a.grey:visited{font-size:12px;color:0000CB;text-decoration:underline;line-height:200%}
a.grey:hover{font-size:12px;color:0000CB;text-decoration:none;line-height:200%}
a.ablue:link{font-size:14px;color:2b30d3;text-decoration:underline;line-height:200%}
a.ablue:visited{font-size:14px;color:2b30d3;text-decoration:underline;line-height:200%}
a.ablue:hover{font-size:14px;color:2b30d3;text-decoration:none;line-height:200%}
</style>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/public.js"></script>
<SCRIPT language=javascript>
<!--
	function goback(){
		if (history.length<1)
			parent.location.href="<%=igec.site.base.bean.SitePara.strVirtualName%>/";
		else
			history.go(-1);
	}
//-->
</SCRIPT>
</head>

<body leftmargin=0 topmargin="0" marginwidth="0" marginheight="0" align=center bgcolor=white>
<div  name="objBody" id="objBody">
<BR><BR><BR>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 align=center >
<tr>
<td width="100%">
	<TABLE cellSpacing=1 cellPadding=1 width="70%" 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=center><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"><font color=red><B><bean:write name="MSG" property="strErrorTitle"/></B></font><BR><BR><bean:write name="MSG" property="strMsg" filter="false"/><BR><BR> 我要--><logic:equal name="MSG" value="1" property="strBackOpt"><a href='javascript:goback();' class="msg">后 退</a>&nbsp;</logic:equal><logic:notEqual name="MSG" value="" property="strOptList"><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>
</div>
</body>
</html>

⌨️ 快捷键说明

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