18 lines
680 B
HTML
18 lines
680 B
HTML
<HTML lang=en xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<META http-equiv=Content-Type content="text/html; charset=utf-8">
|
|
<!--<link rel="stylesheet" href="SWMS.css">-->
|
|
<title>RMC报表管理中心</title>
|
|
<script type="text/javascript" >
|
|
function setStatus() {
|
|
window.status = "欢迎使用RMC报表管理中心";
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<script language='javascript' src='com.dev.repc.ReportCenter.nocache.js'></script>
|
|
<iframe src="javascript:''" id='__gwt_historyFrame' style='width:0;height:0;border:0'></iframe>
|
|
<IFRAME id="__wms_dl" name="__wms_dl" style="display:none;width:0;height:0;border:0"></IFRAME>
|
|
</body>
|
|
</html>
|