app/template/unishop/default_frame.twig line 1

Open in your IDE?
  1. <!doctype html>
  2. {#
  3. This file is part of EC-CUBE
  4. Copyright(c) 2000-2015 LOCKON CO.,LTD. All Rights Reserved.
  5. http://www.lockon.co.jp/
  6. This program is free software; you can redistribute it and/or
  7. modify it under the terms of the GNU General Public License
  8. as published by the Free Software Foundation; either version 2
  9. of the License, or (at your option) any later version.
  10. This program is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13. GNU General Public License for more details.
  14. You should have received a copy of the GNU General Public License
  15. along with this program; if not, write to the Free Software
  16. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  17. #}
  18. <html lang="ja">
  19. <head>
  20. <meta charset="utf-8">
  21. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  22. <title>{{ BaseInfo.shop_name }}{% if subtitle is defined and subtitle is not empty %} / {{ subtitle }}{% elseif title is defined and title is not empty %} / {{ title }}{% endif %}</title>
  23. {% if Page.author is not empty %}
  24.     <meta name="author" content="{{ Page.author }}">
  25. {% endif %}
  26. {% if Page.description is not empty %}
  27.     <meta name="description" content="{{ Page.description }}">
  28. {% endif %}
  29. {% if Page.keyword is not empty %}
  30.     <meta name="keywords" content="{{ Page.keyword }}">
  31. {% endif %}
  32. {% if Page.meta_robots is not empty %}
  33.     <meta name="robots" content="{{ Page.meta_robots }}">
  34. {% endif %}
  35. <meta name="viewport" content="width=device-width, initial-scale=1">
  36. {% if Page.meta_tags is not empty %}
  37.     {{ Page.meta_tags|raw }}
  38. {% endif %}
  39. {% block meta_tags %}{% endblock %}
  40. <link rel="icon" href="{{ asset('assets/img/common/favicon.ico', 'user_data') }}">
  41. {% if Page.url == "school_list" %}
  42. <link rel="icon" href="{{ asset('assets/css/bootstrap.min.3.4.1.css', 'user_data') }}">
  43. {% endif %}
  44. <link rel="stylesheet" href="{{ asset('assets/css/style.css') }}">
  45. <link rel="stylesheet" href="{{ asset('assets/css/slick.css') }}">
  46. <link rel="stylesheet" href="{{ asset('assets/css/default.css') }} ">
  47. <link rel="stylesheet" href="{{ asset('assets/css/unishop.css') }} ">
  48. <link rel="stylesheet" href="{{ asset('assets/css/custom.css') }} ">
  49. <link rel="stylesheet" href="{{ asset('assets/css/icomoon/style.css') }}">
  50. {% if Page.url == "product_list" %}
  51.     <link rel="stylesheet" href="{{ asset('assets/css/slick/slick.css') }}">
  52.     <link rel="stylesheet" href="{{ asset('assets/css/slick/slick-theme.css') }}">
  53. {% endif %}
  54. {% if Page.url == "correct_size" or Page.url == "care_for_uniforms" or Page.url == "school_list" or Page.url == "store_info" %}
  55.     <link rel="stylesheet" href="{{ asset('assets/css/unimall_page.css') }}">
  56. {% endif %}
  57. {% if Page.url == "school_list" %}
  58.     <link rel="stylesheet" href="{{ asset('assets/css/unimall_sclist.css') }}">
  59. {% endif %}
  60. {% if Page.url == "gmo_shopping_payment" or Page.url == "gmo_shopping_rakuten_result" or  Page.url == "gmo_shopping_au_result" or Page.url == "gmo_shopping_docomo_result" or Page.url == "gmo_shopping_sb_result" %}
  61.     <link rel="stylesheet" href="{{ asset('assets/css/gmo_test.css') }}">
  62. {% else %}{% endif %}
  63. <!-- for original theme CSS -->
  64. {% block stylesheet %}
  65.     {% if Page.url == 'mypage_change' %}
  66.     {% endif %}
  67.     {% if Page.url == 'mypage_change_saisun' %}
  68. <style type="text/css">
  69. .dl_table not_required{
  70.     display:none;
  71.     height:0;
  72.     overflow:hidden;
  73. }
  74. </style>
  75.     {% endif %}
  76. {% endblock %}
  77. <!--学校・店舗専用css-->
  78. {% include 'Block/css_kirikae.twig' %}
  79. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  80. {# ▼Head COLUMN #}
  81. {% if Layout.Head %}
  82.     {# ▼上ナビ #}
  83.     {{ include('block.twig', {'Blocks': Page.Head}) }}
  84.     {# ▲上ナビ #}
  85. {% endif %}
  86. {# ▲Head COLUMN #}
  87. </head>
  88. <body id="page_{{ app.request.get('_route') }}" class="{{ body_class|default('other_page') }}">
  89. {% if Page.url != "mypage_change_checkbox" %}{% if Page.url != "mypage_change_complete2" %}
  90. <div id="wrapper">
  91. <div class="mblack"></div>
  92.     <header id="header">
  93.         <div class="container-fluid inner">
  94.                 <p id="btn_menu"{% if is_granted('ROLE_USER') %}{% if app.user.isMeasureInfoRegistered() == false %} style="opacity:0.2; pointer-events: none;"{% endif %}{% endif %}><a class="nav-trigger" href="#nav">Menu<span></span></a></p>
  95.             {# ▼HeaderInternal COLUMN #}
  96.             {% if Layout.Header %}
  97.                 {# ▼上ナビ #}
  98.                 {{ include('block.twig', {'Blocks': Layout.Header}) }}
  99.                 {# ▲上ナビ #}
  100.             {% endif %}
  101.             {# ▲HeaderInternal COLUMN #}
  102.         </div>
  103.     </header>
  104. {% if Page.url != "homepage" %}
  105. <div class="head_pankuz"><div class="pankuz" {% if not is_granted('ROLE_USER') or app.user.isMeasureInfoRegistered() == false %}style="opacity:0.3; pointer-events:none;"{% endif %}><!--ぱんくずここから-->
  106. <div><a href="{{ url('homepage') }}">HOME</a></div>
  107. {% if app.request.get('_route')=='user_data' %}{% if app.request.get('route')=='outfit_l01' %}
  108. <div><a href="{{ url('user_data', {'route': 'outfit'}) }}">コーディネート一覧</a></div>{% endif %}
  109. {% endif %}
  110. {% if app.request.get('_route')=='product_list' %}
  111.             {% if Category is not null %}
  112.                 {% for Path in Category.path %}
  113.                     <div class="jscategory1"><a href="{{ url('product_list') }}?category_id={{ Path.id }}">{{ Path.name }}</a></div>
  114.                 {% endfor %}
  115.             {% endif %}
  116. {% endif %}
  117. {% if Product is defined %}
  118.     {% if Product.ProductCategories is not empty %}
  119.         {% for ProductCategory in Product.ProductCategories %}
  120.             <div class="jscategory2"><a href="{{ url('product_list') }}?category_id={{ ProductCategory.Category.id }}">{{ ProductCategory.Category.name }}</a></div>
  121.         {% endfor %}
  122.     {% endif %}
  123. {% endif %}
  124. {% if Page.url == "homepage" or app.request.get('_route')=='product_list' %}{% else %}<div>{% if subtitle is defined and subtitle is not empty %}{{ subtitle }}{% elseif title is defined and title is not empty %}{{ title }}{% endif %}</div>{% endif %}
  125. </div></div>
  126. {% endif %}
  127. {% endif %}{% endif %}
  128. <!-- チャットボットブロック ここから -->
  129. {% if is_granted('ROLE_USER') %}
  130. {% if Page.url != "mypage_change_checkbox" and Page.url != "mypage_change_complete2" and app.user.School.getChatBotFlag == 1 %}
  131. <div class="totop">
  132.     <link rel="stylesheet" href="{{ asset('chatbot/style.css','user_data') }}">
  133.     <link rel="stylesheet prefetch" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.3/jquery.mCustomScrollbar.min.css">
  134.     <span class="qa chatbtn" href=""><img class="btnpc" src="{{ asset('assets/img/nikke/fixed_qa.gif') }}"><img class="btnsp" src="{{ asset('assets//img/nikke/fixed_qasp.gif') }}"></span>
  135.     <div class="chat">
  136.     <div class="chat-title">
  137.         <h1>AIチャットサポート</h1>
  138.         <figure class="avatar"><img src="{{ asset('chatbot/icon_01.png','user_data') }}" /></figure>
  139.         <div class="cb_hide"><img src="{{ asset('chatbot/icon_02.png','user_data') }}"></div>
  140.     </div>
  141.     <div class="messages">
  142.         <div class="messages-content"></div>
  143.     </div>
  144.     <div class="message-box"><textarea type="text" class="message-input" placeholder="ご質問を入力してください。"></textarea><button type="submit" class="message-submit">送信 </button></div>
  145.     </div>
  146.     <script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.3/jquery.mCustomScrollbar.concat.min.js"></script>
  147.     <script src="{{ asset('chatbot/marked.min.js','user_data') }}"></script>
  148.     <script src="{{ asset('chatbot/chatbot.js','user_data') }}" charset="utf-8"></script>
  149. </div>{% endif %}{% endif %}
  150. <!-- チャットボットブロック ここまで -->
  151. {% if is_granted('ROLE_USER') %}{% if Page.url == "homepage" or Page.url == "product_list" or Page.url == "product_detail" or Page.url == "mypage" %}<div class="totop saisun">
  152.    <div class="saisun_right">
  153.     <label for="saisun1"><img class="saipc" src="{{ asset('assets') }}/img/unishop/fixed_saipc.gif"><img class="saisp" src="{{ asset('assets') }}/img/nikke/fixed_saisp.gif"></label>
  154.     <input type="checkbox" id="saisun1"/>
  155.     <div class="saisun_show">
  156.       <!--非表示ここから-->
  157. {% include 'flex_saisun.twig' %}
  158.       <!--ここまで-->
  159.     </div>
  160. </div>
  161. </div>{% endif %}{% endif %}
  162. {% if Page.url == "homepage" %}
  163. {% include 'Block/firstpop.twig' %}
  164. {% endif %}
  165. {% if Page.url == "cart" %}
  166. {% if app.user.hissu_flg != '1' %}
  167. <div class="saix_box cartpop" style="display:none;"><!--カート初回ウインドウ-->
  168.     <div class="saix_black"></div>
  169.     <div class="saix_txt saixcart"><div class="saix_close">×<span>閉じる</span></div>
  170.         <div class="saix_right">
  171.             <h2 style="margin:0;">購入必須<span>アイテムの確認</span></h2>
  172. <div class="hissu_itempop">
  173. <p>以下のアイテムは購入が必須となります。<span>お買い忘れがないか、ご確認ください。</span></p>
  174. {% include 'Block/hissu_item.twig' %}
  175. </div>
  176.             <iframe src="{{ url('mypage') }}/change_checkbox" name="sample" width="100%" scrolling="no">
  177.             </iframe>
  178.         </div>
  179.     </div>
  180. </div>
  181. {% endif %}{% endif %}
  182.     {% if Page.url == "homepage" %}{% else %}<div id="contents" class="{{ Layout.theme }}">{% endif %}
  183.         <div id="contents_top">
  184.             {# ▼TOP COLUMN #}
  185.             {% if Layout.ContentsTop %}
  186.                 {# ▼上ナビ #}
  187.                 {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
  188.                 {# ▲上ナビ #}
  189.             {% endif %}
  190.             {# ▲TOP COLUMN #}
  191.         </div>
  192.         <div class="container-fluid inner">
  193.             {# ▼LEFT COLUMN #}
  194.             {% if Layout.SideLeft %}
  195.                 <div id="side_left" class="side">
  196.                     {# ▼左ナビ #}
  197.                     {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
  198.                     {# ▲左ナビ #}
  199.                 </div>
  200.             {% endif %}
  201.             {# ▲LEFT COLUMN #}
  202.             <div id="main">
  203.                 {# ▼メイン上部 #}
  204.                 {% if Layout.MainTop %}
  205.                     <div id="main_top">
  206.                         {{ include('block.twig', {'Blocks': Layout.MainTop}) }}
  207.                     </div>
  208.                 {% endif %}
  209.                 {# ▲メイン上部 #}
  210.                 <div id="main_middle">
  211.                     {% block main %}{% endblock %}
  212.                 </div>
  213.                 {# ▼メイン下部 #}
  214.                 {% if Layout.MainBottom %}
  215.                     <div id="main_bottom">
  216.                         {{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
  217.                     </div>
  218.                 {% endif %}
  219.                 {# ▲メイン下部 #}
  220.             </div>
  221.             {# ▼RIGHT COLUMN #}
  222.             {% if Layout.SideRight %}
  223.                 <div id="side_right" class="side">
  224.                     {# ▼右ナビ #}
  225.                     {{ include('block.twig', {'Blocks': Layout.SideRight}) }}
  226.                     {# ▲右ナビ #}
  227.                 </div>
  228.             {% endif %}
  229.             {# ▲RIGHT COLUMN #}
  230.         </div>
  231.             {# ▼BOTTOM COLUMN #}
  232.             {% if Layout.ContentsBottom %}
  233.                 <div id="contents_bottom">
  234.                     {# ▼下ナビ #}
  235.                     {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
  236.                     {# ▲下ナビ #}
  237.                 </div>
  238.             {% endif %}
  239.             {# ▲BOTTOM COLUMN #}
  240.     </div>
  241. {% if Page.url == "product_detail" %}
  242.     <div class="ec-modal">
  243.         <div class="ec-modal-overlay">
  244.             <div class="ec-modal-wrap">
  245.                 <span class="ec-modal-close"><span class="ec-icon"><img src="{{ asset('assets/icon/cross-dark.svg') }}" alt=""/></span></span>
  246.                 <div id="ec-modal-header" class="text-center">{{ 'カートに追加しました。'|trans }}</div>
  247.                 <div class="ec-modal-box">
  248.                     <div class="ec-role">
  249.                         <a class="ec-inlineBtn--cancel" href="{{ url('product_list') }}">{{ 'お買い物を続ける'|trans }}</a>
  250.                         <a href="{{ url('cart') }}" class="ec-inlineBtn--action">{{ 'カートへ進む'|trans }}</a>
  251.                     </div>
  252.                 </div>
  253.             </div>
  254.         </div>
  255.     </div>
  256. {% endif %}
  257. {% if Page.url == "reserve_detail" %}
  258.         <div class="ec-modal">
  259.             <div class="ec-modal-overlay">
  260.                 <div class="ec-modal-wrap">
  261.                     <span class="ec-modal-close"><span class="ec-icon"><img src="{{ asset('assets/icon/cross-dark.svg') }}" alt=""/></span></span>
  262.                     <div id="ec-modal-header" class="text-center">{{ '予約キャンセル'|trans }}</div>
  263.                     <div class="ec-modal-box">
  264.                         <p>予約をキャンセルしてよろしいですか。</p>
  265.                     </div>
  266.                     <div id="ec-modal-footer" class="text-center">
  267.                         <a class="def_button3 cancel_confirm">確認</a>
  268.                         <a class="def_button3 close_modal def_button7">閉じる</a>
  269.                     </div>
  270.                 </div>
  271.             </div>
  272.         </div>
  273. {% endif %}
  274. {% if Page.url != "mypage_change_checkbox" %}{% if Page.url != "mypage_change_complete2" %}
  275.         <footer id="footer" style="margin-top: 0;">
  276.             {# ▼Footer COLUMN#}
  277.             {% if Layout.Footer %}
  278.                 {# ▼上ナビ #}
  279.                 {{ include('block.twig', {'Blocks': Layout.Footer}) }}
  280.                 {# ▲上ナビ #}
  281.             {% endif %}
  282.             {# ▲Footer COLUMN#}
  283.         </footer>
  284. {% endif %}{% endif %}
  285.     {% if Page.url == "homepage" or Page.url == "product_detail" %}</div>{% else %}{% endif %}
  286. {% if Page.url != "mypage_change_checkbox" %}{% if Page.url != "mypage_change_complete2" %}
  287.     <div id="drawer" class="drawer sp">
  288.     {% include 'Block/spmenu.twig' %}
  289.     </div>
  290.     {% if Page.url == "product_detail" %}<div class="close_btn"></div>{% else %}{% endif %}
  291. {% endif %}{% endif %}
  292. </div>
  293. <div class="overlay"></div>
  294. <script src="{{ asset('assets/js/vendor/bootstrap.custom.min.js') }}"></script>
  295. <script src="{{ asset('assets/js/vendor/slick.min.js') }}"></script>
  296. <script src="{{ asset('assets/js/function.js') }}"></script>
  297. <script src="{{ asset('assets/js/eccube.js') }}"></script>
  298. <script src="{{ asset('assets/js/menu01.js') }}"></script>
  299. <script src="{{ asset('assets/js/search02.js') }}"></script>
  300. {% if Page.url != "product_list" %}
  301.     <script src="{{ asset('assets/js/slick/slick.min.js') }}"></script>
  302. {% endif %}
  303. <!--学校・店舗ごとに検索結果/カート内容チェック内容のjsを切り替え-->
  304. {% include 'Block/js_kirikae.twig' %}
  305. <script>
  306. $(function () {
  307.     $('#drawer').append($('.drawer_block').clone(true).children());
  308.     $.ajax({
  309.         url: "{{ asset('assets//img/common/svg.html') }}",
  310.         type: 'GET',
  311.         dataType: 'html',
  312.     }).done(function(data){
  313.         $('body').prepend(data);
  314.     }).fail(function(data){
  315.     });
  316. });
  317. </script>
  318. {% block javascript %}{% endblock %}
  319. {% if Page.url == 'shopping_temporary_confirm' %}<!--仮登録(完了)画面がすぐバグる-->
  320.     </div></div></div>
  321. {% endif %}
  322. </body>
  323. </html>