34 lines
1.6 KiB
HTML
34 lines
1.6 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/logQuery/inspectBugListRightPanel.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container stackpanel-vertical">
|
|
<span>配电室</span>
|
|
<div class="stackpanel-horizontal btngroup" id="pr-group">
|
|
<!-- <input class="btn btn-highlight" type="button" value="全部" group="pr" pridvalue="-1" />
|
|
<input class="btn" type="button" value="配电室1" group="pr" pridvalue="1" />
|
|
<input class="btn" type="button" value="配电室2" group="pr" pridvalue="2" /> -->
|
|
</div>
|
|
</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/logQuery/inspectBugListRightPanel.js"></script>
|
|
|
|
</html>
|