dealer_regist.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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>선인중고차중개사이트 관리자</title>
  7. <meta name="format-detection" content="telephone=no">
  8. <link rel="stylesheet" type="text/css" href="/admin/css/admin.css">
  9. <script type="text/javascript" charset="utf-8" src="/admin/js/jquery-1.11.2.min.js"></script>
  10. <script type="text/javascript" charset="utf-8" src="/admin/js/jquery.jqtransform.js"></script>
  11. <script type="text/javascript" charset="utf-8" src="/admin/js/ui.js"></script>
  12. <script type="text/javascript">
  13. var lMenu = 1;
  14. var mMenu = 1
  15. </script>
  16. </head>
  17. <body>
  18. <!-- s : header -->
  19. <? include("../inc/inc_header.html"); ?>
  20. <!-- // e : header -->
  21. <section id="contents">
  22. <h2>딜러 회원관리</h2>
  23. <h3><em>▶</em> 딜러 회원등록</h3>
  24. <div class="tbl_wrap">
  25. <table class="tbl_list2">
  26. <colgroup>
  27. <col width="12%">
  28. <col width="32%">
  29. <col width="12%">
  30. <col width="*">
  31. </colgroup>
  32. <tr>
  33. <th>아이디</th>
  34. <td><input type="text" class="inp_txt" style="width:80%;"></td>
  35. <th>비밀번호</th>
  36. <td><input type="password" class="inp_txt" style="width:60%;"></td>
  37. </tr>
  38. <tr>
  39. <th>이름</th>
  40. <td><input type="text" class="inp_txt" style="width:80%;"></td>
  41. <th>핸드폰</th>
  42. <td>
  43. <span class="select2" style="margin-right:5px;width:22%;">
  44. <select>
  45. <option value="">010</option>
  46. <option value="">011</option>
  47. </select>
  48. </span>
  49. <input type="text" class="inp_txt" style="width:22%;"> - <input type="text" class="inp_txt" style="width:22%;">
  50. </td>
  51. </tr>
  52. <tr>
  53. <th>상호</th>
  54. <td><input type="text" class="inp_txt" style="width:80%;"></td>
  55. <th>연락처</th>
  56. <td>
  57. <span class="select2" style="margin-right:5px;width:22%;">
  58. <select>
  59. <option value="">010</option>
  60. <option value="">011</option>
  61. </select>
  62. </span>
  63. <input type="text" class="inp_txt" style="width:22%;"> - <input type="text" class="inp_txt" style="width:22%;">
  64. </td>
  65. </tr>
  66. <tr>
  67. <th>팩스번호</th>
  68. <td colspan="3">
  69. <span class="select2" style="margin-right:5px;width:12%;">
  70. <select>
  71. <option value=""></option>
  72. <option value=""></option>
  73. </select>
  74. </span>
  75. <input type="text" class="inp_txt" style="width:12%;"> - <input type="text" class="inp_txt" style="width:12%;">
  76. </td>
  77. </tr>
  78. <tr>
  79. <th>주소</th>
  80. <td colspan="3">
  81. <input type="text" class="inp_txt" style="margin-right:5px;width:15%;">
  82. <a href="#" class="rnd_btn ty3 gray" style="width:80px;">우편번호</a>
  83. <p><input type="text" class="inp_txt" style="width:85%;"></p>
  84. <p><input type="text" class="inp_txt" style="width:85%;"></p>
  85. </td>
  86. </tr>
  87. <tr>
  88. <th>승인상태</th>
  89. <td colspan="3">
  90. <div class="radio_chk">
  91. <span class="check_wrap"><input type="radio" name="radiobutton" id="radio1"><i></i><label for="radio1">승인</label></span>
  92. <span class="check_wrap"><input type="radio" name="radiobutton" id="radio2"><i></i><label for="radio2">미승인</label></span>
  93. </div>
  94. </td>
  95. </tr>
  96. </table>
  97. </div>
  98. <h3><em>▶</em> 사업자 정보</h3>
  99. <div class="tbl_wrap">
  100. <table class="tbl_list2">
  101. <colgroup>
  102. <col width="12%">
  103. <col width="32%">
  104. <col width="12%">
  105. <col width="*">
  106. </colgroup>
  107. <tr>
  108. <th>상호</th>
  109. <td><input type="text" class="inp_txt" style="width:80%;"></td>
  110. <th>사업자번호</th>
  111. <td><input type="text" class="inp_txt" style="width:60%;"></td>
  112. </tr>
  113. <tr>
  114. <th>대표자명</th>
  115. <td><input type="text" class="inp_txt" style="width:80%;"></td>
  116. <th>종목</th>
  117. <td><input type="text" class="inp_txt" style="width:60%;"></td>
  118. </tr>
  119. <tr>
  120. <th>업태</th>
  121. <td colspan="3"><input type="text" class="inp_txt" style="width:28%;"></td>
  122. </tr>
  123. <tr>
  124. <th>주소</th>
  125. <td colspan="3">
  126. <input type="text" class="inp_txt" style="margin-right:5px;width:15%;">
  127. <a href="#" class="rnd_btn ty3 gray" style="width:80px;">우편번호</a>
  128. <p><input type="text" class="inp_txt" style="width:85%;"></p>
  129. <p><input type="text" class="inp_txt" style="width:85%;"></p>
  130. </td>
  131. </tr>
  132. </table>
  133. </div>
  134. <div class="btn_right">
  135. <a href="#" class="rnd_btn ty2 gray">목록</a>
  136. <a href="#" class="rnd_btn ty2 black">저장</a>
  137. </div>
  138. </section>
  139. </body>
  140. </html>