bdMap.html 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1">
  5. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
  6. <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
  7. <meta http-equiv="description" content="this is my page">
  8. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  9. <!--框架必需start 扁平风格-->
  10. <link href="/nwyj/scripts/qui/libs/css/import_basic.css" rel="stylesheet" type="text/css"/>
  11. <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"/>
  12. <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/jquery.js"></script>
  13. <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/language/cn.js"></script>
  14. <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/framework.js"></script>
  15. <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/main.js"></script>
  16. <!--框架必需end-->
  17. <link href="/nwyj/css/cockpit/bdMap/bdMap.css" rel="stylesheet" type="text/css"/>
  18. <script type="text/javascript" src="http://api.map.baidu.com/api?v=1.4"></script>
  19. <script type="text/javascript" src="/nwyj/page/cockpit/bdMap/bdMap.js"></script>
  20. <title>地图展示</title>
  21. </head>
  22. <body>
  23. <div id="buttonLeftMenu" class="button_left_menu" title="打开关闭搜索区"></div>
  24. <table width="100%" height="100%">
  25. <tr>
  26. <td id="leftMenuTd" height="100%">
  27. <div id="leftmenu" class="leftmenu">
  28. <div class="left_menu_top">
  29. <div class="left_title"><span>地图选项</span></div>
  30. <input id="bdPathSerchText" onkeydown="if(event.keyCode==13){bdPathSerch();}" />
  31. <button class="sp_but" onclick="bdPathSerch()">搜索</button>
  32. <!-- <input type="button" id="bdPathSerch" onclick="bdPathSerch()" value="搜索">
  33. <input type="button" id="bdPathSerch" onclick="cityLocation()" value="定位">
  34. <input type="button" id="addmarker" onClick="addMapElement()" value="添加元素"/>
  35. <input type="button" id="addmarker" onClick="deleteMapElement()" value="移除元素"/> -->
  36. </div>
  37. <div id="bdMapSerchAll" class="left_menu_bottom">
  38. <div style="width:100%; height:25px;background-color:#91BDE9">
  39. <div onclick="closeserch()" class="bottom_close"></div>
  40. </div>
  41. <div id="bdMapSerch"></div>
  42. <div id="local_res">
  43. <span class="labe">地址:</span><span id="ads" class="labe _val"></span><br>
  44. <span class="labe">经度:</span><span id="lng" class="labe _val"></span><br>
  45. <span class="labe">纬度:</span><span id="lat" class="labe _val"></span><br>
  46. <button class="sp_but ok_but">确定</button>
  47. </div>
  48. </div>
  49. </div>
  50. </td>
  51. <td width="100%" height="100%">
  52. <div id="allmap" style="width:100%; height:100%;"></div>
  53. </td>
  54. </tr>
  55. </table>
  56. </body>
  57. </html>