|
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 type="text/javascript" language="javascript">
window.addEventListener('load',function() {
setTimeout(scrollTo, 0, 0, 1);
}, false);
</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="03_01.html">RECRUIT</a></li>
<li><a href="03_02.html" class="on">REQUEST</a></li>
</ul>
</nav>
</header>
<article>
<div id="s_main">
<h2 class="sub_tit helv bold">REQUEST</h2>
<span class="m_tit bold">Web標準について知りたいですか?気軽にお聞きください</span>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="req_box">
<colgroup>
<col width="60px" />
<col />
</colgroup>
<tr>
<th>作成者</th>
<td><input name="" type="text" class="req_input"></td>
</tr>
<tr>
<th>E-mail</th>
<td><input name="email" type="email" class="req_input"></td>
</tr>
<tr>
<th>ご住所</th>
<td><input name="addr" type="search" class="req_input"></td>
</tr>
<tr>
<th>電話番号</th>
<td><input name="phone" type="tel" class="req_input"></td>
</tr>
<tr>
<th>数量</th>
<td><input name="size" type="bumber" class="req_input"></td>
</tr>
<tr>
<th>Homepage</th>
<td><input name="website" type="url" class="req_input"></td>
</tr>
<tr>
<th>題名</th>
<td><input name="" type="text" class="req_input"></td>
</tr>
<tr>
<th>内容</th>
<td><textarea name="" cols="" rows="" class="req_long"></textarea></td>
</tr>
<tr>
<th>Password</th>
<td><input name="pwd" type="password" class="req_input"></td>
</tr>
<tr>
<td colspan="2" class="btn_center"><input type="button" class="btn_send" value="SEND" onClick="#"; /></td>
</tr>
</table>
</div>
</article>
<? include "include/footer.html"; ?>