| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- <? include($_SERVER['DOCUMENT_ROOT']."/design/usedcar/inc/header.php") ?>
- <main class="pb123">
- <section>
- <div class="sub--top--visual">
- <div class="contents--inner">
- <h2>정보 수정</h2>
- <p>이차조아에서는 사고 이력 조회 후 최고가 내차를 판매할 수 있습니다.</p>
- </div>
- </div>
- </section>
- <section>
- <div class="top--nav--wrap">
- <div class="contents--inner">
- <div class="breadcrumbs--wrap">
- <span></span>
- <span>
- 마이페이지
- </span>
- <span>
- 정보수정
- <ul>
- <li><a href="bidwaiting.php">입찰대기</a></li>
- <li><a href="bidding.php">입찰중</a></li>
- <li><a href="trading.php">거래중</a></li>
- <li><a href="sellcomplist.php">판매완료</a></li>
- <li><a href="failedlist.php">유찰</a></li>
- <li><a href="modify.php">정보수정</a></li>
- </ul>
- </span>
- </div>
- </div>
- </div>
- </section>
- <section>
- <div class="car--list--wrap ty2">
- <div class="title--wrapper">
- <h2>정보 수정</h2>
- <div class="col-md-6 d-flex justify-content-end"></div>
- </div>
- <section class="join--form--wrap" style="padding-top:20px;">
- <div class="join--form--contents">
- <table>
- <tbody>
- <tr>
- <th>아이디</th>
- <td>
- <div class="d-flex align-items-center">
- <input type="text" class="form-control" id="">
- </div>
- </td>
- </tr>
- <tr>
- <th>현재 비밀번호</th>
- <td>
- <input type="password" class="form-control" id="">
- </td>
- </tr>
- <tr>
- <th>신규 비밀번호</th>
- <td>
- <input type="password" class="form-control" id="">
- </td>
- </tr>
- <tr>
- <th>이름</th>
- <td>
- <input type="text" class="form-control" id="">
- </td>
- </tr>
- <tr>
- <th>핸드폰</th>
- <td>
- <div class="d-flex align-items-center">
- <select id="inputState" class="form-select" style="max-width:90px;">
- <option selected>010</option>
- <option>011</option>
- </select>
- <label for="" class="ml10 mr10">-</label>
- <input type="text" class="form-control" id="" style="max-width:105px;">
- <label for="" class="ml10 mr10">-</label>
- <input type="text" class="form-control" id="" style="max-width:105px;">
- </div>
- </td>
- </tr>
-
- <tr>
- <th>이메일</th>
- <td>
- <div class="d-flex align-items-center">
- <input type="text" class="form-control" id="" style="max-width:220px;">
- <label for="" class="ml10 mr10">@</label>
- <input type="text" class="form-control" id="" style="max-width:220px;">
- <select id="inputState" class="form-select ml10" style="max-width:170px;">
- <option selected>직접입력</option>
- <option></option>
- </select>
- </div>
- </td>
- </tr>
- <tr>
- <th>지점</th>
- <td>
- <div class="d-flex align-items-center">
- <input type="text" class="form-control" id="" style="max-width:220px;">
- <select id="inputState" class="form-select ml10" style="max-width:170px;">
- <option selected>직접입력</option>
- <option></option>
- </select>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- <div class="col-12 d-flex justify-content-center join--btn--wrap mt90">
- <button type="button" class="btn btn-secondary" style="width:180px; height:55px;">목록</button>
- <button type="submit" class="btn btn-primary ml15" style="width:180px; height:55px;">등록하기<i class="join--ic"></i></button>
- </div>
- </div>
- </section>
- </div>
- </section>
- </main>
- <? include($_SERVER['DOCUMENT_ROOT']."/design/usedcar/inc/footer.php") ?>
|