7446bff97fa2ec2729415b04ef78ccccb717a0b6.svn-base 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <%@page language="java" 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>gride</title>
  7. <style type="text/css">
  8. .title{
  9. color:#F0B803;
  10. /* text-align:center;*/
  11. margin:20px ;
  12. }
  13. .table{
  14. color:#F0B803;
  15. margin:20px ;
  16. border-collapse:collapse;
  17. }
  18. #td0{
  19. width:243px;
  20. height:26px;
  21. background:url(2.png) no-repeat center ;
  22. }
  23. #td1{
  24. width:243px;
  25. height:26px;
  26. background:url(1.png) no-repeat center ;
  27. }
  28. .td0 ,.td1{
  29. color:#F0B803;
  30. }
  31. td{
  32. color:white;
  33. width:200px;
  34. height:26px;
  35. text-align:center;
  36. }
  37. .tdyell{
  38. color:#F0B803;
  39. border-bottom: #842500 1px solid;
  40. }
  41. .tdyell2{
  42. border-bottom: #56004A 1px solid;
  43. }
  44. #tim{
  45. color:green;
  46. }
  47. #choose_content{
  48. width:300px;
  49. height:100%;
  50. position: absolute;
  51. padding: 30px;
  52. right: 0px;
  53. top:0px;
  54. display:none;
  55. border: 1px #BCC5D4 solid;
  56. filter:progid:DXImageTransform.Microsoft.Shadow(direction=120,strength=4);/*兼容ie*/
  57. -moz-box-shadow: 5px 2px 12px;/*兼容firefox*/
  58. -webkit-box-shadow: 5px 2px 12px;/*兼容safari或chrome*/
  59. box-shadow:5px 2px 12px;/*兼容opera或ie9*/
  60. background-color:rgb(12, 15, 32);
  61. /* filter:alpha(opacity=100); */
  62. z-index: 3;
  63. };
  64. </style>
  65. <!-- 公共框架引用star -->
  66. <%@include file="../../../include.jsp" %>
  67. <!-- 公共框架引用end -->
  68. <!-- qui布局star -->
  69. <script type="text/javascript" src="/nwyj/page/cockpit/webgis/js/gispackage.js"></script>
  70. <script type="text/javascript" src="/nwyj/page/cockpit/webgis/js/Maingis.js"></script>
  71. <!-- qui布局end -->
  72. <link rel="stylesheet" type="text/css" href="js/gisgrid.css" />
  73. <script type="text/javascript" src="emergencyonDuty.js"></script>
  74. </head>
  75. <body onload="onloadinitgrid()" bgcolor="#131524">
  76. <div class="title"><h2>应急值班&nbsp;&nbsp;<span id="tim"></span> </h2></div>
  77. <div id="choose_content" align='right'>
  78. <input readonly="readonly" name="timed" id="timed" type="text" class="date" dateFmt="yyyy-MM-dd">
  79. <button type="button" onclick="searchHandler()" ><span class="icon_find">查询</span></button>
  80. </div>
  81. <table class="table">
  82. <tr class="tr1">
  83. <td class="td0" id="td0">值班部门</td>
  84. </tr>
  85. <tr class="tr2">
  86. <td class="td1" id="td1">值班领导</td>
  87. </tr>
  88. <tr class="tr3">
  89. <td class="td1" id="td1">领导电话</td>
  90. </tr>
  91. <tr class="tr4">
  92. <td class="td1" id="td1">值班成员</td>
  93. </tr>
  94. <tr class="tr5">
  95. <td class="td1" id="td1">联系电话</td>
  96. </tr>
  97. <tr class="tr6">
  98. <td class="td1" id="td1">值班方式</td>
  99. </tr>
  100. </table>
  101. </body>
  102. </html>