modify.php 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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. </div>
  38. </td>
  39. </tr>
  40. <tr>
  41. <th>현재 비밀번호</th>
  42. <td>
  43. <input type="password" class="form-control" id="">
  44. </td>
  45. </tr>
  46. <tr>
  47. <th>신규 비밀번호</th>
  48. <td>
  49. <input type="password" class="form-control" id="">
  50. </td>
  51. </tr>
  52. <tr>
  53. <th>이름</th>
  54. <td>
  55. <input type="text" class="form-control" id="">
  56. </td>
  57. </tr>
  58. <tr>
  59. <th>연락처</th>
  60. <td>
  61. <div class="d-flex align-items-center">
  62. <select id="inputState" class="form-select" style="max-width:90px;">
  63. <option selected>010</option>
  64. <option>011</option>
  65. </select>
  66. <label for="" class="ml10 mr10">-</label>
  67. <input type="text" class="form-control" id="" style="max-width:105px;">
  68. <label for="" class="ml10 mr10">-</label>
  69. <input type="text" class="form-control" id="" style="max-width:105px;">
  70. </div>
  71. </td>
  72. </tr>
  73. <tr>
  74. <th>부서</th>
  75. <td>
  76. <div class="d-flex align-items-center">
  77. <input type="text" class="form-control" id="" style="max-width:350px;">
  78. </div>
  79. </td>
  80. </tr>
  81. <!-- <tr>
  82. <th>사진(필수입력)</th>
  83. <td>
  84. <div class="d-flex align-items-center">
  85. <input type="file" id="file-01" hidden/>
  86. <label for="file-01" class="mr10 btn btn-secondary d-flex align-items-center" style="height:43px;">찾아보기</label>
  87. <input type="text" class="form-control" id="" style="max-width:263px;">
  88. </div>
  89. </td>
  90. </tr>-->
  91. <tr>
  92. <th>이메일</th>
  93. <td>
  94. <div class="d-flex align-items-center">
  95. <input type="text" class="form-control" id="" style="max-width:220px;">
  96. <label for="" class="ml10 mr10">@</label>
  97. <input type="text" class="form-control" id="" style="max-width:220px;">
  98. <select id="inputState" class="form-select ml10" style="max-width:170px;">
  99. <option selected>직접입력</option>
  100. <option></option>
  101. </select>
  102. </div>
  103. </td>
  104. </tr>
  105. <tr>
  106. <th>지점</th>
  107. <td>
  108. <div class="d-flex align-items-center">
  109. <input type="text" class="form-control" id="" style="max-width:220px;">
  110. <select id="inputState" class="form-select ml10" style="max-width:170px;">
  111. <option selected>직접입력</option>
  112. <option></option>
  113. </select>
  114. </div>
  115. </td>
  116. </tr>
  117. </tbody>
  118. </table>
  119. <div class="col-12 d-flex justify-content-center join--btn--wrap mt90">
  120. <button type="button" class="btn btn-secondary" style="width:180px; height:55px;">목록</button>
  121. <button type="submit" class="btn btn-primary ml15" style="width:180px; height:55px;">등록하기<i class="join--ic"></i></button>
  122. </div>
  123. </div>
  124. </section>
  125. </div>
  126. </section>
  127. </main>
  128. <? include($_SERVER['DOCUMENT_ROOT']."/design/aapstaff/inc/footer.php") ?>