ModeMonitorSet.jsp 1.4 KB

<%@ page language="java" contentType="text/html; charset=UTF-8" %>
<%@ include file="/formmode/checkright4setting.jsp" %>
<%@ include file="/systeminfo/init_wev8.jsp" %>

<html>
<head>
<LINK href="/css/Weaver_wev8.css" type=text/css rel=STYLESHEET>
<script language=javascript src="/js/weaver_wev8.js"></script>
</head>
<body>
<%
String imagefilename = "/images/hdMaintenance_wev8.gif";
String titlename = SystemEnv.getHtmlLabelName(17989,user.getLanguage());
String needfav ="";
String needhelp ="";
%>
<%@ include file="/systeminfo/TopTitle_wev8.jsp" %>
<table width=100% height=90% border="0" cellspacing="0" cellpadding="0">
<colgroup>
<col width="10">
<col width="">
<col width="10">
<tr><td height="10" colspan="3"></td></tr>
<tr>
<td></td>
<td valign="top">
<TABLE class=Shadow>
<tr>
<td valign="top">
<!--开始-->
  <table class="viewform">
    <COLGROUP>
    <COL width="20%">
	<COL width="80%">
	<TR class="Title"><Th colSpan=2><%=SystemEnv.getHtmlLabelName(17989,user.getLanguage())%></Th></TR><!-- 监控设置 -->
	<TR class="Spacing"><TD class="Line1" colspan=2></TD></TR>
  </table>
<!--结束-->
</td>
</tr>
</TABLE>
</td>
<td></td>
</tr>
</table>
<%=SystemEnv.getHtmlLabelName(82201,user.getLanguage())%><!-- 监控设置,开发中! -->
<script type="text/javascript">
$(document).ready(function(){//onload事件
	$(".loading", window.parent.document).hide(); //隐藏加载图片
})
</script>
</body>
</html>