代码拉取完成,页面将自动刷新
同步操作将从 WEB SCADA/WEB SCADA 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<html>
<head>
<title>ECAVA IntegraXor - Overall Trending</title>
<link href="system/styles/reset.css" rel="stylesheet" type="text/css">
<link href="system/styles/gui.css" rel="stylesheet" type="text/css">
<link href="system/styles/subModal.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="system/scripts/_ig.js"></script>
<script type="text/javascript" src="system/scripts/_gen.js"></script>
<script type="text/javascript" src="system/scripts/_trend.js"></script>
</head>
<body onload="init()" bgcolor="white" bottommargin="0" leftmargin="0" rightmargin="0" topmargin="0">
<table height="100%">
<tr class="nonPrint">
<td class="bar" style="vertical-align:top; height:10px;">
<table>
<tr>
<td width="50px" class="button" id="idSave" title="Save trends" onclick="save()">Save</td>
<td class="space"> </td>
<td width="50px" class="button" id="idPrint" title="Print" onclick="onPrint()">Print</td>
<td class="space"> </td>
<td class="space" style="border-left: darkgray 1px solid"> </td>
<td title="Current status" style="background-color: WhiteSmoke; padding-left: 5px; cursor: default;">
<span id="idStatus" style="color: darkgray"></span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td id="appletTd" style="padding:5px; height:100%;">
<script type="text/javascript">
var ObjParam = { //Main param:
TitleString : 'Candy',
ParamStr : 'Temperature',
UnitStr : 'Celcius',
Hi : '100',
Lo : '0',
AxisMaximumEditor : 'true'
}
var ObjLegend = {
'temperature_cook': 'Temperature'
}
var ObjAxis = new Object;
var ObjMax = {
'Temperature' : '100'
}
ObjAxis['AxisA'] = 'temperature_cook';
ObjAxis['AxisB'] = '';
ObjAxis['AxisC'] = '';
ObjAxis['AxisD'] = '';
ObjAxis['AxisE'] = '';
ObjAxis['AxisF'] = '';
ObjAxis['AxisG'] = '';
loadTrend( ObjParam , ObjLegend , ObjAxis , ObjMax); //Legend format is "tag: 'desc/color'"
//Note the last param must not ended by comma
</script>
</td>
</tr>
</table>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。