12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
- <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">
-
- <!--框架必需start 扁平风格-->
- <link href="/nwyj/scripts/qui/libs/css/import_basic.css" rel="stylesheet" type="text/css"/>
- <link href="/nwyj/scripts/qui/system/layout_flat/skin/style.css" rel="stylesheet" type="text/css" id="skin" skinPath="/nwyj/scripts/qui/" scrollerY="false" scrollerX="false"/>
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/jquery.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/language/cn.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/framework.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/main.js"></script>
- <!--框架必需end-->
- <link href="/nwyj/css/cockpit/bdMap/bdMap.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="http://api.map.baidu.com/api?v=1.4"></script>
- <script type="text/javascript" src="/nwyj/page/cockpit/bdMap/bdMap.js"></script>
- <title>地图展示</title>
- </head>
- <body>
- <div id="buttonLeftMenu" class="button_left_menu" title="打开关闭搜索区"></div>
- <table width="100%" height="100%">
- <tr>
- <td id="leftMenuTd" height="100%">
- <div id="leftmenu" class="leftmenu">
- <div class="left_menu_top">
- <div class="left_title"><span>地图选项</span></div>
- <input id="bdPathSerchText" onkeydown="if(event.keyCode==13){bdPathSerch();}" />
- <button class="sp_but" onclick="bdPathSerch()">搜索</button>
-
- <!-- <input type="button" id="bdPathSerch" onclick="bdPathSerch()" value="搜索">
- <input type="button" id="bdPathSerch" onclick="cityLocation()" value="定位">
- <input type="button" id="addmarker" onClick="addMapElement()" value="添加元素"/>
- <input type="button" id="addmarker" onClick="deleteMapElement()" value="移除元素"/> -->
- </div>
- <div id="bdMapSerchAll" class="left_menu_bottom">
- <div style="width:100%; height:25px;background-color:#91BDE9">
- <div onclick="closeserch()" class="bottom_close"></div>
- </div>
- <div id="bdMapSerch"></div>
- <div id="local_res">
- <span class="labe">地址:</span><span id="ads" class="labe _val"></span><br>
- <span class="labe">经度:</span><span id="lng" class="labe _val"></span><br>
- <span class="labe">纬度:</span><span id="lat" class="labe _val"></span><br>
- <button class="sp_but ok_but">确定</button>
- </div>
-
- </div>
- </div>
- </td>
- <td width="100%" height="100%">
- <div id="allmap" style="width:100%; height:100%;"></div>
- </td>
- </tr>
- </table>
-
- </body>
- </html>
|