| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <!DOCTYPE html>
- <HTML lang="ko">
- <head>
- <meta charset="UTF-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title>UPRO</title>
- <meta name="format-detection" content="telephone=no">
- <link rel="stylesheet" type="text/css" href="/css/common.css">
- <link rel="stylesheet" type="text/css" href="/css/sub.css">
- <script type="text/javascript" charset="utf-8" src="/js/jquery-1.11.2.min.js"></script>
- <script type="text/javascript" charset="utf-8" src="/js/ui.js"></script>
- </head>
- <body>
- <!-- s : header -->
- <? include("../include/inc_header.html"); ?>
- <!-- // e : header -->
- <section id="wrap">
- <section id="visual" class="visual_sell">
- <h2>내차팔기</h2>
- <p>쉽고 간편한 내차팔기, 견적산출, 최종 매각까지 어떤 수수료도 요구하지 않습니다.</p>
- </section>
- <section id="content">
- <ul class="location">
- <li><a href="/" class="home">홈</a></li>
- <li><span class="depth1">내차팔기</span></li>
- <li><span class="depth2">조회하기</span></li>
- </ul>
- <h3>입찰조회 확인</h3>
- <table class="tbl_h">
- <colgroup>
- <col width="18%">
- <col width="*">
- </colgroup>
- <tr>
- <th>이름</th>
- <td><input type="text" class="inp_txt" style="width:330px;"></td>
- </tr>
- <tr>
- <th>핸드폰</th>
- <td><input type="text" class="inp_txt" style="width:330px;"> <span class="td_txt">숫자만 입력</span></td>
- </tr>
- <tr>
- <th>차량번호</th>
- <td><input type="text" class="inp_txt" style="width:330px;"></td>
- </tr>
- </table>
-
- <div class="btn_center">
- <input type="submit" class="button" title="비회원 차량조회" value="비회원 차량조회">
- </div>
- </section>
- </section>
- <!-- s : footer -->
- <? include("../include/inc_footer.html"); ?>
- <!-- // e : footer -->
- </body>
- </html>
|