modify.php 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <? include($_SERVER['DOCUMENT_ROOT']."/design/usedcar/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>
  17. 마이페이지
  18. </span>
  19. <span>
  20. 정보수정
  21. <ul>
  22. <li><a href="bidwaiting.php">입찰대기</a></li>
  23. <li><a href="bidding.php">입찰중</a></li>
  24. <li><a href="trading.php">거래중</a></li>
  25. <li><a href="sellcomplist.php">판매완료</a></li>
  26. <li><a href="failedlist.php">유찰</a></li>
  27. <li><a href="modify.php">정보수정</a></li>
  28. </ul>
  29. </span>
  30. </div>
  31. </div>
  32. </div>
  33. </section>
  34. <section>
  35. <div class="car--list--wrap ty2">
  36. <div class="title--wrapper">
  37. <h2>정보 수정</h2>
  38. <div class="col-md-6 d-flex justify-content-end"></div>
  39. </div>
  40. <section class="join--form--wrap" style="padding-top:20px;">
  41. <div class="join--form--contents">
  42. <table>
  43. <tbody>
  44. <tr>
  45. <th>아이디</th>
  46. <td>
  47. <div class="d-flex align-items-center">
  48. <input type="text" class="form-control" id="">
  49. </div>
  50. </td>
  51. </tr>
  52. <tr>
  53. <th>현재 비밀번호</th>
  54. <td>
  55. <input type="password" class="form-control" id="">
  56. </td>
  57. </tr>
  58. <tr>
  59. <th>신규 비밀번호</th>
  60. <td>
  61. <input type="password" class="form-control" id="">
  62. </td>
  63. </tr>
  64. <tr>
  65. <th>이름</th>
  66. <td>
  67. <input type="text" class="form-control" id="">
  68. </td>
  69. </tr>
  70. <tr>
  71. <th>핸드폰</th>
  72. <td>
  73. <div class="d-flex align-items-center">
  74. <select id="inputState" class="form-select" style="max-width:90px;">
  75. <option selected>010</option>
  76. <option>011</option>
  77. </select>
  78. <label for="" class="ml10 mr10">-</label>
  79. <input type="text" class="form-control" id="" style="max-width:105px;">
  80. <label for="" class="ml10 mr10">-</label>
  81. <input type="text" class="form-control" id="" style="max-width:105px;">
  82. </div>
  83. </td>
  84. </tr>
  85. <tr>
  86. <th>이메일</th>
  87. <td>
  88. <div class="d-flex align-items-center">
  89. <input type="text" class="form-control" id="" style="max-width:220px;">
  90. <label for="" class="ml10 mr10">@</label>
  91. <input type="text" class="form-control" id="" style="max-width:220px;">
  92. <select id="inputState" class="form-select ml10" style="max-width:170px;">
  93. <option selected>직접입력</option>
  94. <option></option>
  95. </select>
  96. </div>
  97. </td>
  98. </tr>
  99. <tr>
  100. <th>지점</th>
  101. <td>
  102. <div class="d-flex align-items-center">
  103. <input type="text" class="form-control" id="" style="max-width:220px;">
  104. <select id="inputState" class="form-select ml10" style="max-width:170px;">
  105. <option selected>직접입력</option>
  106. <option></option>
  107. </select>
  108. </div>
  109. </td>
  110. </tr>
  111. </tbody>
  112. </table>
  113. <div class="col-12 d-flex justify-content-center join--btn--wrap mt90">
  114. <button type="button" class="btn btn-secondary" style="width:180px; height:55px;">목록</button>
  115. <button type="submit" class="btn btn-primary ml15" style="width:180px; height:55px;">등록하기<i class="join--ic"></i></button>
  116. </div>
  117. </div>
  118. </section>
  119. </div>
  120. </section>
  121. </main>
  122. <? include($_SERVER['DOCUMENT_ROOT']."/design/usedcar/inc/footer.php") ?>