加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
trend.htm 1.81 KB
一键复制 编辑 原始数据 按行查看 历史
Ecava_IGX 提交于 2022-08-16 14:33 . 上传文件
<html>
<head>
<title>ECAVA IntegraXor - Trending</title>
<style media="print">
tr.nonPrint {
display: none;
}
</style>
<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/igrX.js"></script>
<script type="text/javascript" src="system/scripts/_trend.js"></script>
</head>
<body 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">&nbsp;</td>
<td width="50px" class="button" id="idPrint" title="Print" onclick="onPrint()">Print</td>
<td class="space">&nbsp;</td>
<td class="space" style="border-left: darkgray 1px solid">&nbsp;</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">loadTrend( { //Main param:
ParamStr:'Temperature',
UnitStr: 'Celsius',
Hi: 100,
Lo: 0
//Note the last param must not ended by comma
},{ //Legend format is "tag: 'desc/color'"
'temperature_cook': 'Temp'
});
</script>
</td>
</tr>
</table>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化