modify.html 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <!DOCTYPE html>
  2. <HTML lang="ko">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>UPRO</title>
  7. <meta name="format-detection" content="telephone=no">
  8. <link rel="stylesheet" type="text/css" href="/css/common.css">
  9. <link rel="stylesheet" type="text/css" href="/css/sub.css">
  10. <script type="text/javascript" charset="utf-8" src="/js/jquery-1.11.2.min.js"></script>
  11. <script type="text/javascript" charset="utf-8" src="/js/jquery.jqtransform.js"></script>
  12. <script type="text/javascript" charset="utf-8" src="/js/ui.js"></script>
  13. </head>
  14. <body>
  15. <!-- s : header -->
  16. <? include("../include/inc_header.html"); ?>
  17. <!-- // e : header -->
  18. <section id="wrap">
  19. <section id="visual" class="visual_mypage">
  20. <h2>마이페이지</h2>
  21. <p>쉽고 간편한 내차팔기, 견적산출, 최종 매각까지 어떤 수수료도 요구하지 않습니다.</p>
  22. </section>
  23. <section id="content">
  24. <ul class="location">
  25. <li><a href="/" class="home">홈</a></li>
  26. <li><span class="depth1">마이페이지</span>
  27. <ul class="sub_depth">
  28. <li><a href="#">마이페이지</a></li>
  29. <li><a href="#">입찰정보</a></li>
  30. <li><a href="#">차량정보</a></li>
  31. <li><a href="#">문의내역</a></li>
  32. </ul>
  33. </li>
  34. <li><span class="depth2">정보수정</span></li>
  35. </ul>
  36. <h3>회원정보</h3>
  37. <table class="tbl_h">
  38. <colgroup>
  39. <col width="16%">
  40. <col width="*">
  41. </colgroup>
  42. <tr>
  43. <th>아이디</th>
  44. <td><input type="text" class="inp_txt" style="width:330px;"> @
  45. <span class="select" style="width:200px;">
  46. <select>
  47. <option value="">직접입력</option>
  48. </select>
  49. </span>
  50. <input type="submit" class="td_btn ty2" title="아이디 확인" value="확인">
  51. </td>
  52. </tr>
  53. <tr>
  54. <th>비밀번호</th>
  55. <td><input type="password" class="inp_txt" style="width:330px;"> <span class="td_txt">8자~15자 영문, 숫자, 특수문자 조합</span></td>
  56. </tr>
  57. <tr>
  58. <th>비밀번호 확인</th>
  59. <td><input type="password" class="inp_txt" style="width:330px;"> <span class="td_txt">8자~15자 영문, 숫자, 특수문자 조합</span></td>
  60. </tr>
  61. <tr>
  62. <th>이름</th>
  63. <td><input type="text" class="inp_txt" style="width:330px;"></td>
  64. </tr>
  65. <tr>
  66. <th>휴대번호</th>
  67. <td><input type="text" class="inp_txt" style="width:330px;"> <span class="td_txt">숫자만 입력</span></td>
  68. </tr>
  69. <tr>
  70. <th>지역</th>
  71. <td>
  72. <span class="select" style="width:210px;">
  73. <select>
  74. <option value="">지역</option>
  75. </select>
  76. </span>
  77. <span class="select" style="width:210px;">
  78. <select>
  79. <option value="">세부지역</option>
  80. </select>
  81. </span>
  82. </td>
  83. </tr>
  84. </table>
  85. <div class="btn_center">
  86. <a href="#" class="button">확인</a>
  87. </div>
  88. </section>
  89. </section>
  90. <!-- s : footer -->
  91. <? include("../include/inc_footer.html"); ?>
  92. <!-- // e : footer -->
  93. </body>
  94. </html>