id_find.php 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <? include($_SERVER['DOCUMENT_ROOT']."/design/staff/inc/header.php") ?>
  2. <main class="normal--wrap pb123">
  3. <section class="idpw--form--wrap">
  4. <h2 class="">ID/PW 찾기</h2>
  5. <p>회원님의 아이디와 패스워드를 찾아드립니다.</p>
  6. <div class="idpw--form--contents">
  7. <div class="tab">
  8. <div class="tab--items">
  9. <a href="#" class="actv">아이디 찾기</a>
  10. <a href="#">비밀번호 찾기</a>
  11. </div>
  12. <div class="inner--contents">
  13. <h2>등록된 이름과 휴대폰 번호로 찾기</h2>
  14. <p>회원가입에 등록한 휴대번호를 인증하여 회원님의 아이디를 찾을 수 있습니다!</p>
  15. <div class="items--box">
  16. <div>
  17. <label>이름</label>
  18. <input type="text" class="form-control" />
  19. </div>
  20. <div>
  21. <label>휴대폰 번호</label>
  22. <div class="d-flex align-items-center">
  23. <select id="inputState" class="form-select" style="max-width:90px;">
  24. <option selected>010</option>
  25. <option>011</option>
  26. </select>
  27. <label for="" class="ml10 mr10">-</label>
  28. <input type="text" class="form-control" id="" style="max-width:105px;">
  29. <label for="" class="ml10 mr10">-</label>
  30. <input type="text" class="form-control" id="" style="max-width:105px;">
  31. </div>
  32. </div>
  33. </div>
  34. </div>
  35. </div>
  36. <div class="col-12 d-flex justify-content-center join--btn--wrap mt70">
  37. <button type="button" class="btn btn-secondary cancel--btn" style="width:180px; height:55px;">취소</button>
  38. <button data-bs-toggle="modal" data-bs-target="#exampleModal2" type="submit" class="btn btn-primary ml15" style="width:180px; height:55px;">확인</button>
  39. </div>
  40. </div>
  41. </section>
  42. <!-- 임시 패스워드 전송 -->
  43. <div class="modal fade type2" id="exampleModal2" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
  44. <div class="modal-dialog modal-dialog-centered" style="max-width:400px;">
  45. <div class="modal-content">
  46. <div class="icon--wrap">
  47. <div class="thumb pp--ic"></div>
  48. </div>
  49. <div class="modal-body modal--body">
  50. <h2>아이디를 전송함</h2>
  51. <p>관리자 휴대번호로 아이디를 전송했습니다.</p>
  52. </div>
  53. <div class="modal-footer d-flex justify-content-center ty2">
  54. <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">취소</button>
  55. <button type="button" class="ml20 btn btn-primary">확인</button>
  56. </div>
  57. </div>
  58. </div>
  59. </div>
  60. </main>
  61. <? include($_SERVER['DOCUMENT_ROOT']."/design/staff/inc/footer.php") ?>