12345678910111213141516171819202122232425262728293031323334 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
- <html>
- <head>
- <title</title>
-
- <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
- <meta http-equiv="description" content="this is my page">
- <meta http-equiv="content-type" content="text/html; charset=UTF-8">
- <script type="text/javascript" src="/nwyj/page/cockpit/webgis/js/Maingis.js"></script>
- <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
- <link rel="stylesheet" type="text/css" href="/nwyj/css/cockpit/legend/legend.css">
- <script type="text/javascript">
- function closelegend(){
- parent.window.closelegend() ;
- }
- </script>
- </head>
-
- <body>
- <div class="_legend_ui">
- <img onclick="closelegend()" alt="" src="/nwyj/images/cockpit/close.png">
- <center><h4>应急预警与响应图例</h4></center>
- <table>
- <tr>
- <td><img src="/nwyj/images/cockpit/kule.png" style="width:180px; height:180px"/></td>
- </tr>
- <tr>
- <td><h4>对不起,好像这个图层没有相关图例......</h4></td>
- </tr>
- </table>
- </div>
- </body>
- </html>
|