NoMemberLayoutMob.html 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!DOCTYPE html>
  2. <html lang="ko"
  3. xmlns:th="http://www.thymeleaf.org"
  4. xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
  5. <head th:replace="~{mob/common/fragments/HeadMob :: head}"></head>
  6. <body>
  7. <th:block th:replace="~{web/common/fragments/VariablesWeb :: variables}"></th:block>
  8. <div class="app">
  9. <!-- GNB -->
  10. <th:block th:replace="~{mob/common/fragments/GnbSubNoMemberMob :: gnb}"></th:block>
  11. <!--// GNB -->
  12. <!-- CONTENT AREA -->
  13. <th:block layout:fragment="content"></th:block>
  14. <form id="addPaymentForm" name="addPaymentForm" th:action="@{'/order/addPaymentForm'}" th:method="post">
  15. <input type="hidden" name="ordNo"/>
  16. <input type="hidden" name="ordChgSq"/>
  17. </form>
  18. <!-- // CONTENT AREA -->
  19. <!-- Footer -->
  20. <th:block th:replace="~{mob/common/fragments/FooterMob :: footer}"></th:block>
  21. <!--교환상품 옵션변경 팝업 -->
  22. <div class="modal pop_full optionChangePop" id="exchangePop" tabindex="-1" role="dialog" aria-labelledby="optionChangeLabel" aria-hidden="true">
  23. <div class="modal-dialog" role="document">
  24. <div class="modal-content">
  25. <!--교환상품 옵션변경 팝업 내용 -->
  26. </div>
  27. </div>
  28. <a href="#close-modal" rel="modal:close" id="exchangePop_close" class="close-modal">Close</a>
  29. </div>
  30. <!-- //교환상품 옵션변경 팝업 -->
  31. <th:block th:replace="~{mob/common/fragments/ScriptsMob :: scripts}"></th:block>
  32. <script th:src="@{'/biz/mypage.js?v=' + ${#calendars.format(#calendars.createNow(), 'yyyyMMddHHmmss')}}" src="/biz/mypage.js"></script>
  33. <script th:inline="javascript">
  34. /*<![CDATA[*/
  35. /*]]>*/
  36. </script>
  37. </div>
  38. </body>
  39. </html>