zhuguifei
2026-03-10 2c1fd10c6fbabb8e9f0e9f07fe66fb36c008e883
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<%@ page language="java" contentType="text/html; charset=utf-8"
    pageEncoding="utf-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="overflow: auto;">
<table  width="100%" >
  <tr>
   <td>
   <h2 style="text-align: center;">机台故障停机时长统计</h2>
   <iframe id="signalDicpPage" name="signalDicpPage" width="100%" height="380px" frameborder="0" scrolling="yes" src="../sch/faultWk/timeFaultStatis.jsp"></iframe> 
   </td>
  </tr>
 <td>
   <h2 style="text-align: center;">机台故障停机次数统计</h2>
   <iframe id="signalDicpPage" name="signalDicpPage" width="100%" height="380px" frameborder="0" scrolling="yes" src="../sch/faultWk/timesFaultStatis.jsp"></iframe> 
   </td>
  </tr>
</table>
</body>
</html>