92 lines
5.1 KiB
HTML
92 lines
5.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0"
|
|
/>
|
|
<meta name="format-detection" content="telephone=no,email=no,date=no,address=no">
|
|
<title>筛选条件</title>
|
|
<link rel="stylesheet" type="text/css" href="../../css/api.css" />
|
|
<link rel="stylesheet" type="text/css" href="../../css/style.css" />
|
|
<link rel="stylesheet" type="text/css" href="../../css/feature/historyDataRightPanel.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container stackpanel-vertical">
|
|
<span>位置</span>
|
|
<div class="stackpanel-horizontal btngroup" id="location-group">
|
|
<input class="btn btn-highlight" type="button" value="高压侧" group="loc" ctvalue="1" />
|
|
<input class="btn" type="button" value="低压侧" group="loc" ctvalue="2" />
|
|
<input class="btn" type="button" value="变压器" group="loc" ctvalue="3" />
|
|
<input class="btn" type="button" value="直流屏" group="loc" ctvalue="4" />
|
|
<input class="btn" type="button" value="信号屏" group="loc" ctvalue="5" />
|
|
<input class="btn" type="button" value="其他" group="loc" ctvalue="6" />
|
|
</div>
|
|
<span>调度号</span>
|
|
<div class="stackpanel-horizontal btngroup" id="ddnumber-group">
|
|
<!--<input class="btn btn-highlight" type="button" value="201" group="ddNumber" />
|
|
<input class="btn" type="button" value="202" group="ddNumber" />
|
|
<input class="btn" type="button" value="211" group="ddNumber" />
|
|
<input class="btn" type="button" value="201-1" group="ddNumber" />
|
|
<input class="btn" type="button" value="201" group="ddNumber" />
|
|
<input class="btn" type="button" value="201-2" group="ddNumber" />
|
|
<input class="btn" type="button" value="202-1" group="ddNumber" />
|
|
<input class="btn" type="button" value="202-2" group="ddNumber" />-->
|
|
</div>
|
|
<!-- 调度号不存在时的占位符 -->
|
|
<div class="stackpanel-horizontal btngroup" id="ddnumber-group-none" style="display: none;">
|
|
<input class="btn btn-highlight" type="button" value="无"/>
|
|
</div>
|
|
<span>时间粒度</span>
|
|
<div class="stackpanel-horizontal btngroup" id="time-group">
|
|
<input class="btn" type="button" value="1天" group="time" interval="86400" />
|
|
<input class="btn btn-highlight" type="button" value="1小时" group="time" interval="3600" />
|
|
<input class="btn" type="button" value="30分钟" group="time" interval="1800" />
|
|
<input class="btn" type="button" value="15分钟" group="time" interval="900" />
|
|
<input class="btn" type="button" value="10分钟" group="time" interval="600" />
|
|
<input class="btn" type="button" value="5分钟" group="time" interval="300" />
|
|
<!-- <input class="btn" type="button" value="30秒" group="time" interval="30" /> -->
|
|
</div>
|
|
<span>类型</span>
|
|
<div class="btngroup" id="vartype-group">
|
|
<!--<input class="btn-free-width btn-highlight" type="button" value="电流" group="vartype" typeId=""/>
|
|
<input class="btn-free-width" type="button" value="电压" group="vartype" typeId=""/>
|
|
<input class="btn-free-width" type="button" value="电度" group="vartype" typeId=""/>-->
|
|
</div>
|
|
<!-- 类型不存在时的占位符 -->
|
|
<div class="stackpanel-horizontal btngroup" id="vartype-group-none" style="display: none;">
|
|
<input class="btn btn-highlight" type="button" value="无"/>
|
|
</div>
|
|
<div class="stackpanel-horizontal btngroup" id="vartype-group-loading" style="display: none;">
|
|
<input class="btn btn-highlight" type="button" value="载入中" />
|
|
</div>
|
|
|
|
<!-- Add start 2018/8/22 15:00 kangzhi -->
|
|
<!-- '选择查看类型曲线' -->
|
|
<span>选择查看类型曲线</span>
|
|
<div class="stackpanel-horizontal btngroup" id="chart-group">
|
|
|
|
</div>
|
|
<!-- 类型曲线按钮不存在时的占位符 -->
|
|
<div class="stackpanel-horizontal btngroup" id="chart-group-none" style="display: none;">
|
|
<input class="btn btn-highlight" type="button" value="无"/>
|
|
</div>
|
|
<div class="stackpanel-horizontal btngroup" id="chart-group-loading" style="display: none;">
|
|
<input class="btn btn-highlight" type="button" value="载入中" />
|
|
</div>
|
|
<!-- Add end 2018/8/22 15:00 kangzhi -->
|
|
|
|
</div>
|
|
<div class="stackpanel-horizontal bottom" id="footer">
|
|
<input class="submitbtn-common submitbtn-gray" type="button" id="btn-cancel" value="取消" />
|
|
<input class="submitbtn-common bg-yellow" type="button" id="btn-ok" value="确定" />
|
|
</div>
|
|
</body>
|
|
<script type="text/javascript" src="../../script/api.js"></script>
|
|
<script type="text/javascript" src="../../script/common.js"></script>
|
|
<script type="text/javascript" src="../../script/zepto.min.js"></script>
|
|
<script type="text/javascript" src="../../script/feature/historyDataRightPanel.js"></script>
|
|
|
|
</html>
|