|
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 : |
<!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>
</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>
<div id="s_main">
<h2 class="sub_tit helv bold">LOCATION</h2>
<div class="m_cont">
<input type="button" class="btn_loca" value="Google Map" onClick="location.href='map.html'"; />
<span class="map"><img src="images/m1_03_imgx2.png.png" width="100%"></span>
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="add_box">
<colgroup>
<col width="80px" />
<col />
</colgroup>
<tr>
<th>Address</th>
<td>ソウル市江南区駅三1洞671-10</td>
</tr>
<tr>
<th>Tel</th>
<td>
<span class="tab_text">02.725.3116</span>
<input type="button" class="btn_tel" value="電話をかける" onClick="location.href='tel:027253116'"; />
</td>
</tr>
<tr>
<th>E-mail</th>
<td>
<span class="tab_text">emptyhammer@naver.com</span>
<input type="button" class="btn_email" value="Eメールを送る" onClick="location.href='mailto:emptyhammer@naver.com'"; />
</td>
</tr>
</table>
</div>
</article>
<? include "include/footer.html"; ?>