📄 success.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" %>
<%
/*
* 文件名:success.jsp
* 作者:阿阁
* 时间:2007-9-22
* 功能:对外提示信息
*/
%>
<logic:present name="MSG">
<logic:notEqual name="MSG" property="strType" value="0">
<html>
<head>
<title><%=igec.site.base.bean.SitePara.strWebTitle%></title>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/public.js"></script>
<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>
<!--
function goback(){
if (history.length<1)
parent.location.href="<%=request.getContextPath()%>/";
else
history.go(-1);
}
//-->
</SCRIPT>
</head>
<body leftmargin=0 topmargin="0" marginwidth="0" marginheight="0" align=center bgcolor=white>
<BR><BR><BR>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 align=center>
<tr>
<td >
<TABLE cellSpacing=1 cellPadding=1 width="75%" 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> <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 nowrap><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--;
getObject("stimer").innerText = iTimeCount;
if(iTimeCount<=0) runOpt();
else{
setTimeout("timerRun()",1000);
}
}
setTimeout("timerRun()",1000);
//-->
</script>
</logic:notEqual>
</body>
</html>
</logic:notEqual>
</logic:present>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -