accountview.php 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?
  2. $HEADER_LOC = 'main';
  3. include($_SERVER['DOCUMENT_ROOT']."/design/mobile/aapstaff/inc/header.php");
  4. ?>
  5. <main class="pb123">
  6. <section>
  7. <div class="sub--top--visual">
  8. <div class="contents--inner">
  9. <h2>관리자 등록</h2>
  10. <p>이차조아에서는 사고 이력 조회 후 최고가 내차를 판매할 수 있습니다.</p>
  11. </div>
  12. </div>
  13. </section>
  14. <section>
  15. <div class="top--nav--wrap">
  16. <div class="contents--inner">
  17. <div class="breadcrumbs--wrap">
  18. <span></span>
  19. <span>관리자 관리</span>
  20. <span>관리자 등록</span>
  21. </div>
  22. </div>
  23. </div>
  24. </section>
  25. <section>
  26. <div class="car--info--wrap">
  27. <h2>관리자 등록</h2>
  28. <div class="form--wrap">
  29. <div class="form--groups">
  30. <h2>아이디</h2>
  31. <div class="form--group">
  32. <input type="text" class="" style=""/>
  33. <p class="vaild--text mt-2">*사용가능한 아이디입니다.</p>
  34. </div>
  35. </div>
  36. <div class="form--groups mt-3">
  37. <h2>패스워드</h2>
  38. <div class="form--group">
  39. <input type="password" class="" style=""/>
  40. </div>
  41. </div>
  42. <div class="form--groups">
  43. <h2>이름</h2>
  44. <div class="form--group">
  45. <input type="text" class="" style=""/>
  46. </div>
  47. </div>
  48. <div class="form--groups">
  49. <h2>연락처</h2>
  50. <div class="form--group ty2">
  51. <select name="" id="">
  52. <option value="">선택</option>
  53. </select>
  54. <label for="" class="ml10">-</label>
  55. <input type="text" class="ml10" style="max-width:100px;"/>
  56. <label for="" class="ml10">-</label>
  57. <input type="text" class="ml10" style="max-width:100px;"/>
  58. </div>
  59. </div>
  60. <div class="form--groups">
  61. <h2>부서</h2>
  62. <div class="form--group">
  63. <input type="text" class="" style=""/>
  64. </div>
  65. </div>
  66. <div class="form--groups">
  67. <h2>사진(필수입력)</h2>
  68. <div class="form--group">
  69. <input type="file" id="file-01" class="" hidden style=""/>
  70. <input type="text">
  71. <label for="file-01" class="btn btn-secondary mt-3 d-flex justify-content-center align-items-center" style="width:100%; height:55px;">찾아보기</label>
  72. </div>
  73. </div>
  74. </div>
  75. </div>
  76. </section>
  77. </main>
  78. <div class="btn--wrapper col-12 d-flex justify-content-center floating--btn mt-5">
  79. <button type="button" class="btn btn-secondary" style="width:190px; height:65px;">목록</button>
  80. <button type="button" class="btn btn-primary" style="width:190px; height:65px;">등록하기</button>
  81. </div>
  82. <? include($_SERVER['DOCUMENT_ROOT']."/design/mobile/aapstaff/inc/footer_blank.php") ?>