KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /home/queenjbs/www/test/mobile/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/queenjbs/www/test/mobile/map.html
<!doctype html>
<html lang="ko">
<head>
	<meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0, user-scalable=yes, target-densitydpi=medium-dpi" />
	<!-- maximum-scale=값과 minimum-scale=값에 차등, 이후 user-scalable=yes로 조절 가능	-->
    <title>Mobile test page</title>
	<script>
		// <![CDATA[
		try {
			window.addEventListener('load', function() {
			setTimeout(scrollTo, 0, 0, 1); 
			}, false);
			} catch(e) {}
		// ]]>
    </script>
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="" />
    <link rel="apple-touch-icon-precomposed" href="" />
	<link href="common.css" rel="stylesheet" type="text/css">
	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
	<script type="text/javascript">
		$(document).ready(function() {
		$("#btn1").toggle(function() {
			$("#content").css("display","block");
			}, function() {
				$("#content").css("display","none");
			});
		});
	</script>
     <script type="text/javascript" src=" http://maps.google.com/maps/api/js?v=3.3&sensor=true"></script>
	 <script type="text/javascript"> 
      function initialize() {
       var myLatlng = new google.maps.LatLng(37.504032,127.03856);
       var myOptions = {
        zoom: 15,
        center: myLatlng,
        mapTypeId: google.maps.MapTypeId.TERRAIN
       }
       var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
       var marker = new google.maps.Marker( {
        position: myLatlng, 
        map: map, 
        title:"㈱ルックコリアツアー"
       });   
       var infowindow = new google.maps.InfoWindow( {
        content: "㈱ルックコリアツアー ソウル市江南区駅三1洞671-10 Felix B/D 1F"
       });
       infowindow.open(map,marker);
      }
      window.onload=function() {
       initialize();
      }
     </script> 

    
</head>
<body>
	<header>
    	<div id="wrap_head">
		<h1 class="main_logo bold helv"><a href="index.html" id="logo">MOBILE PAGE</a></h1>
		<a href="#" id="btn1"><span class="search_icon"></span></a>
			<div id="content">
				<form id="search" action="#" method="get">
					<fieldset>
						<div class="bg_search">
							<div class="wrapBox">
								<span class="search_left"></span>
								<input type="text" name="input_search" class="type_text" title="검색어 입력" maxlength="255" />
							</div>
							<input type="submit" id="Btn" class="type_btn" title="검색" />
						</div>
					</fieldset>
				</form>
			</div>		<!-- content	-->
        </div>		<!-- wrap_head	-->
        <nav>
        	<ul class="main_menu bold verd">
        		<li><a href="01_01.html" title="company" class="tab_m">COMPANY</a></li>
                <li><a href="02_01.html" title="project" class="tab_m">PROJECT</a></li>
                <li><a href="03_01.html" title="recruit" class="tab_m">RECRUIT</a></li>
                <li><a href="04_01.html" title="notice" class="tab_m">NOTICE</a></li>
            </ul>
            <ul class="sub_menu bold verd">
            	<li><a href="01_01.html">ABOUT US</a></li>
                <li><a href="01_02.html">OUR STORY</a></li>
                <li><a href="01_03.html" class="on">LOCATION</a></li>
            </ul>
        </nav>
    </header>
    <article>
    	<!-- CONTENT -->
        <section id="content2">
        	<div id="map_canvas" style="height:330px;"></div>
        </section>
        <!-- // CONTENT -->
	</article>
    <? include "include/footer.html"; ?>

Anon7 - 2021