dealer_modify.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <!DOCTYPE html>
  2. <HTML lang="ko">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>UPRO</title>
  7. <meta name="format-detection" content="telephone=no">
  8. <link rel="stylesheet" type="text/css" href="/css/common.css">
  9. <link rel="stylesheet" type="text/css" href="/css/sub.css">
  10. <script type="text/javascript" charset="utf-8" src="/js/jquery-1.11.2.min.js"></script>
  11. <script type="text/javascript" charset="utf-8" src="/js/jquery.jqtransform.js"></script>
  12. <script type="text/javascript" charset="utf-8" src="/js/ui.js"></script>
  13. </head>
  14. <body>
  15. <!-- s : header -->
  16. <? include("../include/inc_header.html"); ?>
  17. <!-- // e : header -->
  18. <section id="wrap">
  19. <section id="visual" class="visual_mypage">
  20. <h2>마이페이지</h2>
  21. <p>쉽고 간편한 내차팔기, 견적산출, 최종 매각까지 어떤 수수료도 요구하지 않습니다.</p>
  22. </section>
  23. <section id="content">
  24. <ul class="location">
  25. <li><a href="/" class="home">홈</a></li>
  26. <li><span class="depth1">마이페이지</span>
  27. <ul class="sub_depth">
  28. <li><a href="#">마이페이지</a></li>
  29. <li><a href="#">입찰정보</a></li>
  30. <li><a href="#">차량정보</a></li>
  31. <li><a href="#">문의내역</a></li>
  32. </ul>
  33. </li>
  34. <li><span class="depth2">딜러</span></li>
  35. </ul>
  36. <ul class="tab">
  37. <li><a href="dealer.html">요약보기</a></li>
  38. <li><a href="dealer_manager.html">관리자 관리</a></li>
  39. <li><a href="dealer_tender_list.html">입찰관리</a></li>
  40. <li><a href="dealer_review_list.html">입찰후기</a></li>
  41. <li><a href="dealer_qna_list.html">문의내역</a></li>
  42. <li><a href="dealer_modify.html" class="on">정보수정</a></li>
  43. </ul>
  44. <h3>정보수정</h3>
  45. <table class="tbl_h">
  46. <colgroup>
  47. <col width="16%">
  48. <col width="34%">
  49. <col width="16%">
  50. <col width="*">
  51. </colgroup>
  52. <tr>
  53. <th>아이디</th>
  54. <td><input type="text" class="inp_txt" style="width:330px;"></td>
  55. <th>비밀번호</th>
  56. <td><input type="password" class="inp_txt" style="width:330px;"></td>
  57. </tr>
  58. <tr>
  59. <th>이름</th>
  60. <td><input type="text" class="inp_txt" style="width:330px;"></td>
  61. <th>핸드폰</th>
  62. <td><input type="text" class="inp_txt" style="width:330px;"></td>
  63. </tr>
  64. <tr>
  65. <th>상호</th>
  66. <td><input type="text" class="inp_txt" style="width:330px;"></td>
  67. <th>연락처</th>
  68. <td><input type="text" class="inp_txt" style="width:330px;"></td>
  69. </tr>
  70. <tr>
  71. <th>팩스번호</th>
  72. <td colspan="3"><input type="text" class="inp_txt" style="width:330px;"></td>
  73. </tr>
  74. <tr>
  75. <th>주소</th>
  76. <td colspan="3" class="address">
  77. <input type="text" class="inp_txt" style="width:255px;"> <a href="#" class="td_btn ty2">우편번호</a>
  78. <p><input type="text" class="inp_txt" style="width:100%;"></p>
  79. <p><input type="text" class="inp_txt" style="width:100%;"></p>
  80. </td>
  81. </tr>
  82. </table>
  83. <h3>사업자정보</h3>
  84. <table class="tbl_h">
  85. <colgroup>
  86. <col width="16%">
  87. <col width="34%">
  88. <col width="16%">
  89. <col width="*">
  90. </colgroup>
  91. <tr>
  92. <th>상호</th>
  93. <td><input type="text" class="inp_txt" style="width:330px;"></td>
  94. <th>사업자번호</th>
  95. <td><input type="password" class="inp_txt" style="width:330px;"></td>
  96. </tr>
  97. <tr>
  98. <th>대표자명</th>
  99. <td><input type="text" class="inp_txt" style="width:330px;"></td>
  100. <th>종목</th>
  101. <td><input type="text" class="inp_txt" style="width:330px;"></td>
  102. </tr>
  103. <tr>
  104. <th>업태</th>
  105. <td colspan="3"><input type="text" class="inp_txt" style="width:330px;"></td>
  106. </tr>
  107. <tr>
  108. <th>주소</th>
  109. <td colspan="3" class="address">
  110. <input type="text" class="inp_txt" style="width:255px;"> <a href="#" class="td_btn ty2">우편번호</a>
  111. <p><input type="text" class="inp_txt" style="width:100%;"></p>
  112. <p><input type="text" class="inp_txt" style="width:100%;"></p>
  113. </td>
  114. </tr>
  115. </table>
  116. <div class="btn_right">
  117. <a href="#" class="button">수정하기</a>
  118. </div>
  119. </section>
  120. </section>
  121. <!-- s : footer -->
  122. <? include("../include/inc_footer.html"); ?>
  123. <!-- // e : footer -->
  124. </body>
  125. </html>