733d9f39b79ffbcdde71766a48cd55fd9c5599eb.svn-base 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>气象预警信息查询</title>
  7. <%@include file="/page/include2.jsp" %>
  8. <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/system/invoking/invoking.js"></script>
  9. <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/searchUtil.js"></script>
  10. <link href="<%=path%>/scripts/freamwork/com/sinosoft/common/searchUtil.css" rel="stylesheet" type="text/css"/>
  11. <script type="text/javascript" src="<%=path%>/scripts/business/em/monitor/alertReceive/weatherAlert/WeatherAlertManager.js"></script>
  12. <style type="text/css">
  13. .blue_font{
  14. color:blue;
  15. }
  16. .noData_div{
  17. height: 100px;
  18. font-size: 32px;
  19. text-align: center;
  20. line-height: 100px;
  21. }
  22. </style>
  23. </head>
  24. <body style="width: 1000px; margin:0 auto; margin-top:15px" align="center" >
  25. <div class="box1" id="formContent" style="border: 1px solid #E4E4E4;background: #F8F8F8;width:1000px;">
  26. <div align="center">
  27. <font style="font-weight: bold;font-size: 20px;line-height: 45px;">气象预警信息</font>
  28. </div>
  29. <form id="queryForm" method="post">
  30. <table width="900px">
  31. <tr>
  32. <td align="right" width="100px">开始日期:</td>
  33. <td>
  34. <input type="text" readonly="readonly" style="width: 200px;" dateFmt="yyyy-MM-dd" name="startDate" id="startDate" class="date"/>
  35. </td>
  36. <td align="right" width="100px">结束日期:</td>
  37. <td>
  38. <input type="text" readonly="readonly" style="width: 200px;" dateFmt="yyyy-MM-dd" name="endDate" id="endDate" class="date"/>
  39. </td>
  40. <td align="right" width="100px">城市:</td>
  41. <td>
  42. <input type="text" readonly="readonly" style="width: 200px;" name="cityName" id="cityName"/>
  43. <input type="hidden" name="cityCode" id="cityCode"/>
  44. </td>
  45. <td>
  46. <button id='cityButton' type="button"><span class="print_tem">选择</span></button>
  47. </td>
  48. </tr>
  49. </table>
  50. <table width="100%" >
  51. <tr>
  52. <td align="center">
  53. <button id='searchButton' type="button"><span class="print_tem">查询</span></button>
  54. <button id="resetButton" type="button"><span class="export_tem">重置</span></button>
  55. </td>
  56. </tr>
  57. </table>
  58. </form>
  59. <div class="padding_right5" style="overflow-x:hidden;">
  60. <div id="dataGrid" style="overflow-x:hidden;"></div>
  61. </div>
  62. <br />
  63. </div>
  64. </body>
  65. </html>