5b847b3f8307fb3987981f1d8c604ab81f1fe3ef.svn-base 1.3 KB

1234567891011121314151617181920212223
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>CHEditor</title>
  5. <meta name="robots" content="noindex, nofollow" />
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <link rel="stylesheet" type="text/css" href="../css/dialog.css" />
  8. <script src="js/dialog.js" type="text/javascript"></script>
  9. <script src="https://maps.google.com/maps/api/js?V=3&language=ko&region=KR" type="text/javascript"></script>
  10. <script src="js/google_map.js" type="text/javascript"></script>
  11. </head>
  12. <body onload="initMap(5)">
  13. <div style="padding-left:10px">
  14. <span class="font-normal">찾을 주소: </span>
  15. <input type="text" name="address" id="fm_address" value="서울" />
  16. <span id="map_search"></span>
  17. <div class="font-normal" style="margin: 5px 0px 0px 58px;color:#666">찾으실 도로명 주소, 지번 또는 건물명을 입력하세요.</div>
  18. </div>
  19. <div class="spacer"></div>
  20. <div id="map_canvas" style="width:514px; height:322px;border:1px #666 solid;text-align:center;margin:0 auto"></div>
  21. <div class="bottom-status" id="buttonWrapper"></div>
  22. </body>
  23. </html>