qna_write.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <!DOCTYPE html>
  2. <HTML lang="ko">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>UPRO</title>
  6. <meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width">
  7. <meta name="format-detection" content="telephone=no">
  8. <link rel="stylesheet" type="text/css" href="/m/css/common.css">
  9. <link rel="stylesheet" type="text/css" href="/m/css/sub.css">
  10. <script type="text/javascript" charset="utf-8" src="/m/js/jquery-1.11.2.min.js"></script>
  11. <script type="text/javascript" charset="utf-8" src="/m/js/ui.js"></script>
  12. </head>
  13. <body>
  14. <!-- s : header -->
  15. <? include("../inc/inc_header.html"); ?>
  16. <!-- // e : header -->
  17. <!-- s : container -->
  18. <section id="container">
  19. <section id="visual" class="visual_mypage">
  20. <h2>마이페이지</h2>
  21. <p>쉽고 간편한 내차팔기, 견적산출,<br>최종 매각까지 어떤 수수료도 요구하지 않습니다.</p>
  22. </section>
  23. <section id="content">
  24. <ul class="tab">
  25. <li><a href="#">정보수정</a></li>
  26. <li><a href="#">입찰정보</a></li>
  27. <li><a href="#" class="on">문의내역</a></li>
  28. </ul>
  29. <h3>문의내역</h3>
  30. <table class="tbl_w ty2">
  31. <tr>
  32. <td><input type="text" class="inp_txt" style="width:100%;" placeholder="제목"></td>
  33. </tr>
  34. <tr>
  35. <td><textarea cols="50" rows="8" placeholder="내용"></textarea></td>
  36. </tr>
  37. <tr>
  38. <td>
  39. <div class="filebox">
  40. <label for="fileattach">찾아보기</label>
  41. <input class="upload-name" value="">
  42. <input type="file" id="fileattach" class="upload-hidden">
  43. <input type="submit" class="file_add" title="추가" value="+추가">
  44. </div>
  45. </td>
  46. </tr>
  47. </table>
  48. <div class="btn_center">
  49. <span class="fl"><a href="#" class="button gray">목록으로</a></span>
  50. <span class="fr"><a href="#" class="button">등록하기</a></span>
  51. </div>
  52. </section>
  53. </section>
  54. <!-- e : container -->
  55. <!-- s : footer -->
  56. <? include("../inc/inc_footer.html"); ?>
  57. <!-- // e : footer -->
  58. </body>
  59. </html>