Files
firstgarden-web-gnu/cheditor5/popup/google_map.html
2012-10-05 15:12:27 +09:00

30 lines
1.5 KiB
HTML

<!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 name="robots" content="noindex, nofollow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="../css/dialog.css" />
<script src="js/dialog.js" type="text/javascript"></script>
<script src="js/google_map.js" type="text/javascript"></script>
<!-- key 값을 설정하세요. -->
<!-- 1234-ABC를 구글에서 발급 받은 키로 고치십시오. -->
<!-- http://code.google.com/intl/ko-KR/apis/maps/signup.html -->
<script src="http://maps.google.co.kr/maps?file=api&amp;v=2&amp;sensor=true&amp;key=1234-ABC&hl=ko" type="text/javascript"></script>
<title>Google Maps</title>
</head>
<body onload="initMap(4)"onunload="GUnload()">
<div style="line-height: 1.6;padding-left:10px" class="fieldset">
<span class="font-normal">찾을 주소: </span>
<input type="text" name="address" id="fm_address" value="서울" />
<span id="map_search"></span>
<div class="font-normal" style="margin-left: 55px;color:#666">외국 주소는 해당 국가 언어로 입력하세요.</div>
</div>
<div id="map_canvas" style="width:512px; height:320px;border:1px #999 solid;text-align:center;margin-top:10px"></div>
<div class="spacer"></div>
<div style="text-align:center" id="buttonWrapper"></div>
</body>
</html>