location.php 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. include $_SERVER['DOCUMENT_ROOT'].'/common/lib/comm.php';
  3. exit;
  4. ?>
  5. <? include("../include/inc_top.php") ?>
  6. <? include("../include/inc_header.php") ?>
  7. <section id="wrap">
  8. <section id="visual" class="visual_company">
  9. <h2>찾아오시는 길</h2>
  10. <p>고객 만족에 최선을 다하는 회사가 되겠습니다.</p>
  11. </section>
  12. <section id="content">
  13. <ul class="location">
  14. <li><a href="/" class="home">홈</a></li>
  15. <li><span class="depth1">회사소개</span></li>
  16. <li><span class="depth2">찾아오시는 길</span></li>
  17. </ul>
  18. <dl class="location_c">
  19. <dt>경기도 용인시 기흥구 어정로 36, 1층 오토갤러리</dt>
  20. <dd>
  21. <!-- * Daum 지도 - 지도퍼가기 -->
  22. <!-- 1. 지도 노드 -->
  23. <div id="daumRoughmapContainer1550122914085" class="root_daum_roughmap root_daum_roughmap_landing"></div>
  24. <!--
  25. 2. 설치 스크립트
  26. * 지도 퍼가기 서비스를 2개 이상 넣을 경우, 설치 스크립트는 하나만 삽입합니다.
  27. -->
  28. <script charset="UTF-8" class="daum_roughmap_loader_script" src="http://dmaps.daum.net/map_js_init/roughmapLoader.js"></script>
  29. <!-- 3. 실행 스크립트 -->
  30. <script charset="UTF-8">
  31. new daum.roughmap.Lander({
  32. "timestamp" : "1550122914085",
  33. "key" : "s7u8",
  34. "mapWidth" : "1140",
  35. "mapHeight" : "570"
  36. }).render();
  37. </script>
  38. </dd>
  39. </dl>
  40. </section>
  41. </section>
  42. <? include("../include/inc_footer.php") ?>
  43. <? include("../include/inc_bottom.php") ?>
  44. <?
  45. mysql_close($connect);
  46. ?>