| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235 |
- <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
- <%
- String path = request.getContextPath();
- String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
- %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <base href="<%=basePath%>">
-
- <meta http-equiv="pragma" content="no-cache">
- <meta http-equiv="cache-control" content="no-cache">
- <meta http-equiv="expires" content="0">
- <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
- <meta http-equiv="description" content="This is my page">
- <meta http-equiv="X-UA-Compatible" content="IE=9"/>
- <meta http-equiv="X-UA-Compatible" content="IE=10"/>
- <link rel="stylesheet" type="text/css" href="css/easyui/themes/default/easyui.css">
- <link rel="stylesheet" type="text/css" href="css/easyui/themes/icon.css">
- <link rel="stylesheet" type="text/css" href="css/easyui/demo/demo.css">
- <script type="text/javascript" src="css/easyui/jquery.min.js"></script>
- <script type="text/javascript" src="css/easyui/jquery.easyui.min.js" charset="utf-8"></script>
- <script type="text/javascript" src="css/easyui/locale/easyui-lang-zh_CN.js" charset="utf-8"></script>
- <link rel="stylesheet" type="text/css" href="css/common/hzbstyle.css">
- <script type="text/javascript" src="js/common/area.js"></script>
- </head>
-
- <form name="form1" method="post" runat="server">
-
- <div>
- <span class="easyui-linkbutton" style="cursor: default;margin-bottom: 5px;"><span class="hzbspan" style="color: #f08300;font-size: 16px;" >查询条件:</span></span>
-
- <span class="hzbspan">市: </span>
- <select id="s_province" name="s_province" style="width: 100px;height: 24px;" class="hzbspan"></select>
- <span class="hzbspan">县: </span>
- <select id="s_city" name="s_city" style="width: 100px;height: 24px;" class="hzbspan"></select>
- <span class="hzbspan">单位: </span>
- <select id="s_county" name="s_county" style="width:400px;height: 24px;" class="hzbspan"></select>
- <script class="resources library" src="area.js" type="text/javascript"></script>
- <script type="text/javascript">_init_area();</script>
- </div>
- <div id="show"></div>
- <script type="text/javascript">
- var Gid = document.getElementById ;
- var showArea = function(){
- Gid('show').innerHTML = "<h3>省" + Gid('s_province').value + " - 市" +
- Gid('s_city').value + " - 县/区" +
- Gid('s_county').value + "</h3>"
- }
- Gid('s_county').setAttribute('onchange','showArea()');
- </script>
-
-
-
-
- <span style="cursor: default"><span class="hzbspan">储气井: </span></span> <select name="address" style="width: 100px;height: 24px;" class="hzbspan">
- <option>全部</option>
- </select>
-
- <br/><br/>
-
-
-
-
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 200px;">压强(MPa) </span>
-
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 400px;">浓度(%LEL) </span>
- <br/><br/>
-
-
-
- <span class="hzbspan" style="font-weight: bold;">状态 </span>
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 100px;">最小值 </span>
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 100px;">最大值 </span>
-
-
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 100px;">状态 </span>
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 100px;">最小值 </span>
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 100px;">最大值 </span>
-
-
- <br/><br/>
-
-
-
- <span class="hzbspan">正常: </span>
- <input type="text" style="width: 150px;height: 24px;" class="hzbspan">
- <input type="text" style="width: 150px;height: 24px;" class="hzbspan">
-
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 105px;">正常 </span>
- <span class="hzbspan" style="font-weight: bold;position: relative;"><input type="text" style="width: 150px;height: 24px;" class="hzbspan"></span>
- <span class="hzbspan" style="font-weight: bold;position: relative;"><input type="text" style="width: 150px;height: 24px;" class="hzbspan"></span>
-
-
-
-
- <br/><br/>
-
-
-
- <span class="hzbspan">预警: </span>
- <input type="text" style="width: 150px;height: 24px;" class="hzbspan">
- <input type="text" style="width: 150px;height: 24px;" class="hzbspan">
-
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 105px;">正常 </span>
- <span class="hzbspan" style="font-weight: bold;position: relative;"><input type="text" style="width: 150px;height: 24px;" class="hzbspan"></span>
- <span class="hzbspan" style="font-weight: bold;position: relative;"><input type="text" style="width: 150px;height: 24px;" class="hzbspan"></span>
-
-
-
- <br/><br/>
-
-
-
- <span class="hzbspan">告警: </span>
- <input type="text" style="width: 150px;height: 24px;" class="hzbspan">
- <input type="text" style="width: 150px;height: 24px;" class="hzbspan">
-
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 105px;">正常 </span>
- <span class="hzbspan" style="font-weight: bold;position: relative;"><input type="text" style="width: 150px;height: 24px;" class="hzbspan"></span>
- <span class="hzbspan" style="font-weight: bold;position: relative;"><input type="text" style="width: 150px;height: 24px;" class="hzbspan"></span>
-
-
-
-
-
-
- <br/><br/><br/><br/>
-
-
-
-
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 200px;">位移(mm) </span>
-
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 400px;">受力(Kg) </span>
- <br/><br/>
-
-
-
- <span class="hzbspan" style="font-weight: bold;">状态 </span>
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 100px;">最小值 </span>
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 100px;">最大值 </span>
-
-
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 100px;">状态 </span>
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 100px;">最小值 </span>
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 100px;">最大值 </span>
-
-
-
-
-
- <br/><br/>
-
-
-
- <span class="hzbspan">负偏离告警:</span>
- <input type="text" style="width: 124px;height: 24px;" class="hzbspan">
- <input type="text" style="width: 150px;height: 24px;" class="hzbspan">
-
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 105px;">负偏离告警:</span>
- <span class="hzbspan" style="font-weight: bold;position: relative;"><input type="text" style="width: 124px;height: 24px;" class="hzbspan"></span>
- <span class="hzbspan" style="font-weight: bold;position: relative;"><input type="text" style="width: 150px;height: 24px;" class="hzbspan"></span>
-
-
-
-
- <br/><br/>
-
-
-
- <span class="hzbspan">负偏离预警:</span>
- <input type="text" style="width: 124px;height: 24px;" class="hzbspan">
- <input type="text" style="width: 150px;height: 24px;" class="hzbspan">
-
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 105px;">负偏离预警:</span>
- <span class="hzbspan" style="font-weight: bold;position: relative;"><input type="text" style="width: 124px;height: 24px;" class="hzbspan"></span>
- <span class="hzbspan" style="font-weight: bold;position: relative;"><input type="text" style="width: 150px;height: 24px;" class="hzbspan"></span>
-
-
-
- <br/><br/>
-
-
-
- <span class="hzbspan">正常: </span>
- <input type="text" style="width: 150px;height: 24px;" class="hzbspan">
- <input type="text" style="width: 150px;height: 24px;" class="hzbspan">
-
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 105px;">正常 </span>
- <span class="hzbspan" style="font-weight: bold;position: relative;"><input type="text" style="width: 150px;height: 24px;" class="hzbspan"></span>
- <span class="hzbspan" style="font-weight: bold;position: relative;"><input type="text" style="width: 150px;height: 24px;" class="hzbspan"></span>
-
-
-
- <br/><br/>
-
-
-
- <span class="hzbspan">正偏离预警:</span>
- <input type="text" style="width: 124px;height: 24px;" class="hzbspan">
- <input type="text" style="width: 150px;height: 24px;" class="hzbspan">
-
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 105px;">负偏离告警:</span>
- <span class="hzbspan" style="font-weight: bold;position: relative;"><input type="text" style="width: 124px;height: 24px;" class="hzbspan"></span>
- <span class="hzbspan" style="font-weight: bold;position: relative;"><input type="text" style="width: 150px;height: 24px;" class="hzbspan"></span>
-
-
-
-
- <br/><br/>
-
-
-
- <span class="hzbspan">正偏离告警:</span>
- <input type="text" style="width: 124px;height: 24px;" class="hzbspan">
- <input type="text" style="width: 150px;height: 24px;" class="hzbspan">
-
- <span class="hzbspan" style="font-weight: bold;position: relative;margin-left: 105px;">负偏离预警:</span>
- <span class="hzbspan" style="font-weight: bold;position: relative;"><input type="text" style="width: 124px;height: 24px;" class="hzbspan"></span>
- <span class="hzbspan" style="font-weight: bold;position: relative;"><input type="text" style="width: 150px;height: 24px;" class="hzbspan"></span>
-
-
-
- <br/><br/>
-
-
-
- <a id="btninfosearch" class="easyui-linkbutton" icon="icon-add" href="javascript:void(0)" style="margin-bottom: 5px;" ><span class="hzbspan" style="color: #f08300;font-size: 16px;">添 加 </span></a>
- </form>
- </body>
- </html>
|