📄 auditidresult.jsp
字号:
<!-- 系统名称:光大花园物业管理系统 -->
<!-- 程序名称:AuditIdResult.jsp -->
<!-- 程序类型:jsp文件 -->
<!-- 功能简述:身份验证结果页面 -->
<!-- 作 者:韩立锋 -->
<!-- 公 司:长春中联 -->
<!-- 完成时间:2001/09/18 -->
<!-- 修 改 人:毕锋 -->
<!-- 修改内容:页面 -->
<!-- 修改时间:2001/11/28 -->
<HTML>
<HEAD>
<TITLE>
身份验证结果页面
</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="/pmsApp/css/wuye.css" type="text/css">
<%
String message = (String) request.getAttribute("statusMessage");
String flag = (String)request.getAttribute("flag");
String turnflag = (String)request.getAttribute("turnflag");
%>
</HEAD>
<body bgcolor="#d4d0c8" text="#000000" leftmargin="0" topmargin="0">
<%if(flag.equals("2001")||flag.equals("2002")){%>
<table width="80%" border="1" cellspacing="0" cellpadding="0" align="center" height="40"bordercolorlight="#808080" bordercolordark="#FFFFFF">
<tr>
<td align="center" bgcolor="#FFFFFF"><%=message%></td>
</tr>
</table>
<table width="80%" border="1" align="center" bgcolor="#d4d0c8" bordercolorlight="#808080" bordercolordark="#FFFFFF" cellspacing="0" cellpadding="2">
<tr>
<td align="center" height="2"><a href="javascript:history.back()"><img src="/pmsApp/images/button_back.gif" width="55" height="20" name="Image1" border="0"></a></td>
</tr>
</table>
<%}else{%>
<table width="80%" border="1" cellspacing="0" cellpadding="0" align="center" height="40"bordercolorlight="#808080" bordercolordark="#FFFFFF">
<tr>
<td align="center" bgcolor="#FFFFFF"><%=message%></td>
</tr>
</table>
<script language="javascript">
<%if(turnflag.equals("0")){%>
<!--
window.open("/pmsApp/personaladmin/index.html","personaladmin",'width=790,height=543,resizable=0,scrollbars=auto');
window.close();
-->
<%}%>
<%if(turnflag.equals("1")){%>
<!--
window.open("/pmsApp/device/index.html","device",'width=790,height=543,resizable=0,scrollbars=auto');
window.close();
-->
<%}%>
<%if(turnflag.equals("2")){%>
<!--
window.open("/pmsApp/baseinfo/index.html","baseinfo",'width=790,height=543,resizable=0,scrollbars=auto');
window.close();
-->
<%}%>
<%if(turnflag.equals("3")){%>
<!--
window.open("/pmsApp/administration/index.html","administration",'width=790,height=543,resizable=0,scrollbars=auto');
window.close();
-->
<%}%>
<%if(turnflag.equals("4")){%>
<!--
window.open("/pmsApp/beautify/index.html","beautify",'width=790,height=543,resizable=0,scrollbars=auto');
window.close();
-->
<%}%>
<%if(turnflag.equals("5")){%>
<!--
window.open("/pmsApp/commliterature/index.html","commliterature",'width=790,height=543,resizable=0,scrollbars=auto');
window.close();
-->
<%}%>
<%if(turnflag.equals("6")){%>
<!--
window.open("/pmsApp/finance/index.html","finance",'width=790,height=543,resizable=0,scrollbars=auto');
window.close();
-->
<%}%>
<%if(turnflag.equals("7")){%>
<!--
window.open("/pmsApp/secfireproof/index.html","secfireproof",'width=790,height=543,resizable=0,scrollbars=auto');
window.close();
-->
<%}%>
<%if(turnflag.equals("8")){%>
<!--
window.open("/pmsApp/utility/index.html","utility",'width=790,height=543,resizable=0,scrollbars=auto');
window.close();
-->
<%}%>
<%if(turnflag.equals("9")){%>
<!--
window.open("/pmsApp/help/index.html","help",'width=790,height=543,resizable=0,scrollbars=auto');
window.close();
-->
<%}%>
</script>
<%}%>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -