123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- <%@page language="java" pageEncoding="UTF-8"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>gride</title>
- <style type="text/css">
- .title{
- color:#F0B803;
- /* text-align:center;*/
- margin:20px ;
- }
- .table{
- color:#F0B803;
- margin:20px ;
- border-collapse:collapse;
- }
- #td0{
- width:243px;
- height:26px;
- background:url(2.png) no-repeat center ;
- }
- #td1{
- width:243px;
- height:26px;
- background:url(1.png) no-repeat center ;
- }
-
- .td0 ,.td1{
- color:#F0B803;
- }
- td{
- color:white;
- width:200px;
- height:26px;
- text-align:center;
- }
-
- .tdyell{
- color:#F0B803;
- border-bottom: #842500 1px solid;
- }
- .tdyell2{
- border-bottom: #56004A 1px solid;
- }
- #tim{
- color:green;
- }
- #choose_content{
-
- width:300px;
- height:100%;
- position: absolute;
- padding: 30px;
- right: 0px;
- top:0px;
- display:none;
- border: 1px #BCC5D4 solid;
- filter:progid:DXImageTransform.Microsoft.Shadow(direction=120,strength=4);/*兼容ie*/
- -moz-box-shadow: 5px 2px 12px;/*兼容firefox*/
- -webkit-box-shadow: 5px 2px 12px;/*兼容safari或chrome*/
- box-shadow:5px 2px 12px;/*兼容opera或ie9*/
- background-color:rgb(12, 15, 32);
- /* filter:alpha(opacity=100); */
- z-index: 3;
- };
-
- </style>
-
-
- <!-- 公共框架引用star -->
- <%@include file="../../../include.jsp" %>
- <!-- 公共框架引用end -->
- <!-- qui布局star -->
- <script type="text/javascript" src="/nwyj/page/cockpit/webgis/js/gispackage.js"></script>
- <script type="text/javascript" src="/nwyj/page/cockpit/webgis/js/Maingis.js"></script>
- <!-- qui布局end -->
- <link rel="stylesheet" type="text/css" href="js/gisgrid.css" />
- <script type="text/javascript" src="emergencyonDuty.js"></script>
- </head>
- <body onload="onloadinitgrid()" bgcolor="#131524">
- <div class="title"><h2>应急值班 <span id="tim"></span> </h2></div>
- <div id="choose_content" align='right'>
- <input readonly="readonly" name="timed" id="timed" type="text" class="date" dateFmt="yyyy-MM-dd">
- <button type="button" onclick="searchHandler()" ><span class="icon_find">查询</span></button>
- </div>
- <table class="table">
- <tr class="tr1">
- <td class="td0" id="td0">值班部门</td>
- </tr>
- <tr class="tr2">
- <td class="td1" id="td1">值班领导</td>
- </tr>
- <tr class="tr3">
- <td class="td1" id="td1">领导电话</td>
- </tr>
- <tr class="tr4">
- <td class="td1" id="td1">值班成员</td>
- </tr>
- <tr class="tr5">
- <td class="td1" id="td1">联系电话</td>
- </tr>
- <tr class="tr6">
- <td class="td1" id="td1">值班方式</td>
- </tr>
- </table>
- </body>
- </html>
|