accountview.php 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <? include($_SERVER['DOCUMENT_ROOT']."/design/aapstaff/inc/header.php") ?>
  2. <main class="pb123">
  3. <section>
  4. <div class="sub--top--visual">
  5. <div class="contents--inner">
  6. <h2>관리자 등록</h2>
  7. <p>이차조아에서는 사고 이력 조회 후 최고가 내차를 판매할 수 있습니다.</p>
  8. </div>
  9. </div>
  10. </section>
  11. <section>
  12. <div class="top--nav--wrap">
  13. <div class="contents--inner">
  14. <div class="breadcrumbs--wrap">
  15. <span></span>
  16. <span>관리자 관리</span>
  17. <span>관리자 관리</span>
  18. </div>
  19. </div>
  20. </div>
  21. </section>
  22. <section>
  23. <div class="car--list--wrap ty2">
  24. <div class="title--wrapper">
  25. <h2>관리자 등록</h2>
  26. <div class="col-md-6 d-flex justify-content-end"></div>
  27. </div>
  28. <section class="join--form--wrap" style="padding-top:20px;">
  29. <div class="join--form--contents">
  30. <table>
  31. <tbody>
  32. <tr>
  33. <th>아이디</th>
  34. <td>
  35. <div class="d-flex align-items-center">
  36. <input type="text" class="form-control" id="">
  37. <span class="ml10 valid--text">* 사용가능한 아이디입니다.</span>
  38. </div>
  39. </td>
  40. </tr>
  41. <tr>
  42. <th>패스워드</th>
  43. <td>
  44. <input type="password" class="form-control" id="">
  45. </td>
  46. </tr>
  47. <tr>
  48. <th>이름</th>
  49. <td>
  50. <input type="text" class="form-control" id="">
  51. </td>
  52. </tr>
  53. <tr>
  54. <th>연락처</th>
  55. <td>
  56. <div class="d-flex align-items-center">
  57. <select id="inputState" class="form-select" style="max-width:90px;">
  58. <option selected>010</option>
  59. <option>011</option>
  60. </select>
  61. <label for="" class="ml10 mr10">-</label>
  62. <input type="text" class="form-control" id="" style="max-width:105px;">
  63. <label for="" class="ml10 mr10">-</label>
  64. <input type="text" class="form-control" id="" style="max-width:105px;">
  65. </div>
  66. </td>
  67. </tr>
  68. <tr>
  69. <th>부서</th>
  70. <td>
  71. <div class="d-flex align-items-center">
  72. <input type="text" class="form-control" id="" style="max-width:350px;">
  73. </div>
  74. </td>
  75. </tr>
  76. <tr>
  77. <th>사진(필수입력)</th>
  78. <td>
  79. <div class="d-flex align-items-center">
  80. <input type="file" id="file-01" hidden/>
  81. <label for="file-01" class="mr10 btn btn-secondary d-flex align-items-center" style="height:43px;">찾아보기</label>
  82. <input type="text" class="form-control" id="" style="max-width:263px;">
  83. </div>
  84. </td>
  85. </tr>
  86. </tbody>
  87. </table>
  88. <div class="col-12 d-flex justify-content-center join--btn--wrap mt90">
  89. <button type="button" class="btn btn-secondary" style="width:180px; height:55px;">목록</button>
  90. <button type="submit" class="btn btn-primary ml15" style="width:180px; height:55px;">등록하기<i class="join--ic"></i></button>
  91. </div>
  92. </div>
  93. </section>
  94. </div>
  95. </section>
  96. </main>
  97. <? include($_SERVER['DOCUMENT_ROOT']."/design/aapstaff/inc/footer.php") ?>