| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- <!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/jquery.jqtransform.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_mypage">
- <h2>마이페이지</h2>
- <p>쉽고 간편한 내차팔기, 견적산출, 최종 매각까지 어떤 수수료도 요구하지 않습니다.</p>
- </section>
- <section id="content">
- <ul class="location">
- <li><a href="/" class="home">홈</a></li>
- <li><span class="depth1">마이페이지</span>
- <ul class="sub_depth">
- <li><a href="#">마이페이지</a></li>
- <li><a href="#">입찰정보</a></li>
- <li><a href="#">차량정보</a></li>
- <li><a href="#">문의내역</a></li>
- </ul>
- </li>
- <li><span class="depth2">딜러</span></li>
- </ul>
- <ul class="tab">
- <li><a href="dealer.html">요약보기</a></li>
- <li><a href="dealer_manager.html">관리자 관리</a></li>
- <li><a href="dealer_tender_list.html">입찰관리</a></li>
- <li><a href="dealer_review_list.html">입찰후기</a></li>
- <li><a href="dealer_qna_list.html">문의내역</a></li>
- <li><a href="dealer_modify.html" class="on">정보수정</a></li>
- </ul>
- <h3>정보수정</h3>
- <table class="tbl_h">
- <colgroup>
- <col width="16%">
- <col width="34%">
- <col width="16%">
- <col width="*">
- </colgroup>
- <tr>
- <th>아이디</th>
- <td><input type="text" class="inp_txt" style="width:330px;"></td>
- <th>비밀번호</th>
- <td><input type="password" class="inp_txt" style="width:330px;"></td>
- </tr>
- <tr>
- <th>이름</th>
- <td><input type="text" class="inp_txt" style="width:330px;"></td>
- <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;"></td>
- <th>연락처</th>
- <td><input type="text" class="inp_txt" style="width:330px;"></td>
- </tr>
- <tr>
- <th>팩스번호</th>
- <td colspan="3"><input type="text" class="inp_txt" style="width:330px;"></td>
- </tr>
- <tr>
- <th>주소</th>
- <td colspan="3" class="address">
- <input type="text" class="inp_txt" style="width:255px;"> <a href="#" class="td_btn ty2">우편번호</a>
- <p><input type="text" class="inp_txt" style="width:100%;"></p>
- <p><input type="text" class="inp_txt" style="width:100%;"></p>
- </td>
- </tr>
- </table>
- <h3>사업자정보</h3>
- <table class="tbl_h">
- <colgroup>
- <col width="16%">
- <col width="34%">
- <col width="16%">
- <col width="*">
- </colgroup>
- <tr>
- <th>상호</th>
- <td><input type="text" class="inp_txt" style="width:330px;"></td>
- <th>사업자번호</th>
- <td><input type="password" class="inp_txt" style="width:330px;"></td>
- </tr>
- <tr>
- <th>대표자명</th>
- <td><input type="text" class="inp_txt" style="width:330px;"></td>
- <th>종목</th>
- <td><input type="text" class="inp_txt" style="width:330px;"></td>
- </tr>
- <tr>
- <th>업태</th>
- <td colspan="3"><input type="text" class="inp_txt" style="width:330px;"></td>
- </tr>
- <tr>
- <th>주소</th>
- <td colspan="3" class="address">
- <input type="text" class="inp_txt" style="width:255px;"> <a href="#" class="td_btn ty2">우편번호</a>
- <p><input type="text" class="inp_txt" style="width:100%;"></p>
- <p><input type="text" class="inp_txt" style="width:100%;"></p>
- </td>
- </tr>
- </table>
- <div class="btn_right">
- <a href="#" class="button">수정하기</a>
- </div>
- </section>
- </section>
- <!-- s : footer -->
- <? include("../include/inc_footer.html"); ?>
- <!-- // e : footer -->
- </body>
- </html>
|