app/template/unishop/default_frame.twig line 1

Open in your IDE?
  1. <!doctype html>
    {#
    This file is part of EC-CUBE
    
    Copyright(c) 2000-2015 LOCKON CO.,LTD. All Rights Reserved.
    
    http://www.lockon.co.jp/
    
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
    as published by the Free Software Foundation; either version 2
    of the License, or (at your option) any later version.
    
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    #}
    <html lang="ja">
    <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <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>
    {% if Page.author is not empty %}
        <meta name="author" content="{{ Page.author }}">
    {% endif %}
    {% if Page.description is not empty %}
        <meta name="description" content="{{ Page.description }}">
    {% endif %}
    {% if Page.keyword is not empty %}
        <meta name="keywords" content="{{ Page.keyword }}">
    {% endif %}
    {% if Page.meta_robots is not empty %}
        <meta name="robots" content="{{ Page.meta_robots }}">
    {% endif %}
    <meta name="viewport" content="width=device-width, initial-scale=1">
    {% if Page.meta_tags is not empty %}
        {{ Page.meta_tags|raw }}
    {% endif %}
    {% block meta_tags %}{% endblock %}
    <link rel="icon" href="{{ asset('assets/img/common/favicon.ico', 'user_data') }}">
    
    {% if Page.url == "school_list" %}
    <link rel="icon" href="{{ asset('assets/css/bootstrap.min.3.4.1.css', 'user_data') }}">
    {% endif %}
    
    <link rel="stylesheet" href="{{ asset('assets/css/style.css') }}">
    <link rel="stylesheet" href="{{ asset('assets/css/slick.css') }}">
    <link rel="stylesheet" href="{{ asset('assets/css/default.css') }} ">
    <link rel="stylesheet" href="{{ asset('assets/css/unishop.css') }} ">
    <link rel="stylesheet" href="{{ asset('assets/css/custom.css') }} ">
    <link rel="stylesheet" href="{{ asset('assets/css/icomoon/style.css') }}">
    
    {% if Page.url == "product_list" %}
        <link rel="stylesheet" href="{{ asset('assets/css/slick/slick.css') }}">
        <link rel="stylesheet" href="{{ asset('assets/css/slick/slick-theme.css') }}">
    {% endif %}
    
    
    {% if Page.url == "correct_size" or Page.url == "care_for_uniforms" or Page.url == "school_list" or Page.url == "store_info" %}
        <link rel="stylesheet" href="{{ asset('assets/css/unimall_page.css') }}">
    {% endif %}
    {% if Page.url == "school_list" %}
        <link rel="stylesheet" href="{{ asset('assets/css/unimall_sclist.css') }}">
    {% endif %}
    
    {% 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" %}
        <link rel="stylesheet" href="{{ asset('assets/css/gmo_test.css') }}">
    {% else %}{% endif %}
    
    
    <!-- for original theme CSS -->
    {% block stylesheet %}
        {% if Page.url == 'mypage_change' %}
        {% endif %}
        {% if Page.url == 'mypage_change_saisun' %}
    <style type="text/css">
    .dl_table not_required{
        display:none;
        height:0;
        overflow:hidden;
    }
    </style>
        {% endif %}
    {% endblock %}
    
    <!--学校・店舗専用css-->
    {% include 'Block/css_kirikae.twig' %}
    
    <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
    <script src="https://code.jquery.com/jquery-migrate-3.4.1.min.js"></script>
    
    {# ▼Head COLUMN #}
    {% if Layout.Head %}
        {# ▼上ナビ #}
        {{ include('block.twig', {'Blocks': Page.Head}) }}
        {# ▲上ナビ #}
    {% endif %}
    {# ▲Head COLUMN #}
    
    </head>
    <body id="page_{{ app.request.get('_route') }}" class="{{ body_class|default('other_page') }}">
    
    {% if Page.url != "mypage_change_checkbox" %}{% if Page.url != "mypage_change_complete2" %}
    <div id="wrapper">
    <div class="mblack"></div>
        <header id="header">
            <div class="container-fluid inner">
                    <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>
                {# ▼HeaderInternal COLUMN #}
                {% if Layout.Header %}
                    {# ▼上ナビ #}
                    {{ include('block.twig', {'Blocks': Layout.Header}) }}
                    {# ▲上ナビ #}
                {% endif %}
                {# ▲HeaderInternal COLUMN #}
            </div>
        </header>
    {% if Page.url != "homepage" %}
    <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 %}><!--ぱんくずここから-->
    <div><a href="{{ url('homepage') }}">HOME</a></div>
    
    {% if app.request.get('_route')=='user_data' %}{% if app.request.get('route')=='outfit_l01' %}
    <div><a href="{{ url('user_data', {'route': 'outfit'}) }}">コーディネート一覧</a></div>{% endif %}
    {% endif %}
    
    {% if app.request.get('_route')=='product_list' %}
        {% if Category is not null %}
            {% for Path in Category.path %}
                <div class="jscategory1"><a href="{{ url('product_list') }}?category_id={{ Path.id }}">{{ Path.name }}</a></div>
            {% endfor %}
        {% endif %}
    {% endif %}
    {% if Product is defined %}
        {% if Product.ProductCategories is not empty %}
            {% for ProductCategory in Product.ProductCategories %}
                {% if ProductCategory.Category.School == app.user.School %}
                <div class="jscategory2"><a href="{{ url('product_list') }}?category_id={{ ProductCategory.Category.id }}">{{ ProductCategory.Category.name }}</a></div>
                {% endif %}
            {% endfor %}
        {% endif %}
    {% endif %}
    {% 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 %}
    </div></div>
    {% endif %}
    
    {% endif %}{% endif %}
    
    <!-- チャットボットブロック ここから -->
    {% if is_granted('ROLE_USER') %}
    {% if Page.url != "mypage_change_checkbox" and Page.url != "mypage_change_complete2" and app.user.School.getChatBotFlag == 1 %}
    <div class="totop">
        <link rel="stylesheet" href="{{ asset('chatbot/style.css','user_data') }}">
        <link rel="stylesheet prefetch" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.3/jquery.mCustomScrollbar.min.css">
        <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>
        <div class="chat">
        <div class="chat-title">
            <h1>AIチャットサポート</h1>
            <figure class="avatar"><img src="{{ asset('chatbot/icon_01.png','user_data') }}" /></figure>
            <div class="cb_hide"><img src="{{ asset('chatbot/icon_02.png','user_data') }}"></div>
        </div>
        <div class="messages">
            <div class="messages-content"></div>
        </div>
        <div class="message-box"><textarea type="text" class="message-input" placeholder="ご質問を入力してください。"></textarea><button type="submit" class="message-submit">送信 </button></div>
        </div>
        <script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.3/jquery.mCustomScrollbar.concat.min.js"></script>
        <script src="{{ asset('chatbot/marked.min.js','user_data') }}"></script>
        <script src="{{ asset('chatbot/chatbot.js','user_data') }}" charset="utf-8"></script>
    </div>{% endif %}{% endif %}
    <!-- チャットボットブロック ここまで -->
    
    {% 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">
       <div class="saisun_right">
        <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>
        <input type="checkbox" id="saisun1"/>
        <div class="saisun_show">
          <!--非表示ここから-->
    {% include 'flex_saisun.twig' %}
          <!--ここまで-->
        </div>
    </div>
    </div>{% endif %}{% endif %}
    
    {% if Page.url == "homepage" %}
    {% include 'Block/firstpop.twig' %}
    {% endif %}
    
    {% if Page.url == "cart" %}
    
    {% if app.user.hissu_flg != '1' %}
    <div class="saix_box cartpop" style="display:none;"><!--カート初回ウインドウ-->
        <div class="saix_black"></div>
        <div class="saix_txt saixcart"><div class="saix_close">×<span>閉じる</span></div>
            <div class="saix_right">
                <h2 style="margin:0;">購入必須<span>アイテムの確認</span></h2>
    
    <div class="hissu_itempop">
    <p>以下のアイテムは購入が必須となります。<span>お買い忘れがないか、ご確認ください。</span></p>
    
    {% include 'Block/hissu_item.twig' %}
    
    </div>
                <iframe src="{{ url('mypage') }}/change_checkbox" name="sample" width="100%" scrolling="no">
                </iframe>
            </div>
        </div>
    </div>
    {% endif %}{% endif %}
    
        {% if Page.url == "homepage" %}{% else %}<div id="contents" class="{{ Layout.theme }}">{% endif %}
    
            <div id="contents_top">
                {# ▼TOP COLUMN #}
                {% if Layout.ContentsTop %}
                    {# ▼上ナビ #}
                    {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
                    {# ▲上ナビ #}
                {% endif %}
                {# ▲TOP COLUMN #}
            </div>
    
            <div class="container-fluid inner">
    
                {# ▼LEFT COLUMN #}
                {% if Layout.SideLeft %}
                    <div id="side_left" class="side">
                        {# ▼左ナビ #}
                        {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
                        {# ▲左ナビ #}
                    </div>
                {% endif %}
                {# ▲LEFT COLUMN #}
    
                <div id="main">
                    {# ▼メイン上部 #}
                    {% if Layout.MainTop %}
                        <div id="main_top">
                            {{ include('block.twig', {'Blocks': Layout.MainTop}) }}
                        </div>
                    {% endif %}
                    {# ▲メイン上部 #}
    
                    <div id="main_middle">
                        {% block main %}{% endblock %}
                    </div>
    
                    {# ▼メイン下部 #}
                    {% if Layout.MainBottom %}
                        <div id="main_bottom">
                            {{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
                        </div>
                    {% endif %}
                    {# ▲メイン下部 #}
                </div>
    
                {# ▼RIGHT COLUMN #}
                {% if Layout.SideRight %}
                    <div id="side_right" class="side">
                        {# ▼右ナビ #}
                        {{ include('block.twig', {'Blocks': Layout.SideRight}) }}
                        {# ▲右ナビ #}
                    </div>
                {% endif %}
                {# ▲RIGHT COLUMN #}
            </div>
    
                {# ▼BOTTOM COLUMN #}
                {% if Layout.ContentsBottom %}
                    <div id="contents_bottom">
                        {# ▼下ナビ #}
                        {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
                        {# ▲下ナビ #}
                    </div>
                {% endif %}
                {# ▲BOTTOM COLUMN #}
        </div>
    {% if Page.url == "product_detail" %}
        <div class="ec-modal">
            <div class="ec-modal-overlay">
                <div class="ec-modal-wrap">
                    <span class="ec-modal-close"><span class="ec-icon"><img src="{{ asset('assets/icon/cross-dark.svg') }}" alt=""/></span></span>
                    <div id="ec-modal-header" class="text-center">{{ 'カートに追加しました。'|trans }}</div>
                    <div class="ec-modal-box">
                        <div class="ec-role">
                            <a class="ec-inlineBtn--cancel" href="{{ url('product_list') }}">{{ 'お買い物を続ける'|trans }}</a>
                            <a href="{{ url('cart') }}" class="ec-inlineBtn--action">{{ 'カートへ進む'|trans }}</a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    {% endif %}
    {% if Page.url == "reserve_detail" %}
            <div class="ec-modal">
                <div class="ec-modal-overlay">
                    <div class="ec-modal-wrap">
                        <span class="ec-modal-close"><span class="ec-icon"><img src="{{ asset('assets/icon/cross-dark.svg') }}" alt=""/></span></span>
                        <div id="ec-modal-header" class="text-center">{{ '予約キャンセル'|trans }}</div>
                        <div class="ec-modal-box">
                            <p>予約をキャンセルしてよろしいですか。</p>
                        </div>
                        <div id="ec-modal-footer" class="text-center">
                            <a class="def_button3 cancel_confirm">確認</a>
                            <a class="def_button3 close_modal def_button7">閉じる</a>
                        </div>
                    </div>
                </div>
            </div>
    {% endif %}
    {% if Page.url != "mypage_change_checkbox" %}{% if Page.url != "mypage_change_complete2" %}
            <footer id="footer" style="margin-top: 0;">
                {# ▼Footer COLUMN#}
                {% if Layout.Footer %}
                    {# ▼上ナビ #}
                    {{ include('block.twig', {'Blocks': Layout.Footer}) }}
                    {# ▲上ナビ #}
                {% endif %}
                {# ▲Footer COLUMN#}
    
            </footer>
    {% endif %}{% endif %}
    
        {% if Page.url == "homepage" or Page.url == "product_detail" %}</div>{% else %}{% endif %}
    
    {% if Page.url != "mypage_change_checkbox" %}{% if Page.url != "mypage_change_complete2" %}
        <div id="drawer" class="drawer sp">
        {% include 'Block/spmenu.twig' %}
        </div>
        {% if Page.url == "product_detail" %}<div class="close_btn"></div>{% else %}{% endif %}
    {% endif %}{% endif %}
    
    </div>
    <div class="overlay"></div>
    
    <script src="{{ asset('assets/js/vendor/bootstrap.custom.min.js') }}"></script>
    <script src="{{ asset('assets/js/vendor/slick.min.js') }}"></script>
    <script src="{{ asset('assets/js/function.js') }}"></script>
    <script src="{{ asset('assets/js/eccube.js') }}"></script>
    <script src="{{ asset('assets/js/menu01.js') }}"></script>
    <script src="{{ asset('assets/js/search02.js') }}"></script>
    
    {% if Page.url != "product_list" %}
        <script src="{{ asset('assets/js/slick/slick.min.js') }}"></script>
    {% endif %}
    
    <!--学校・店舗ごとに検索結果/カート内容チェック内容のjsを切り替え-->
    {% include 'Block/js_kirikae.twig' %}
    
    <script>
    $(function () {
        $('#drawer').append($('.drawer_block').clone(true).children());
        $.ajax({
            url: "{{ asset('assets//img/common/svg.html') }}",
            type: 'GET',
            dataType: 'html',
        }).done(function(data){
            $('body').prepend(data);
        }).fail(function(data){
        });
    });
    </script>
    {% block javascript %}{% endblock %}
    
    {% if Page.url == 'shopping_temporary_confirm' %}<!--仮登録(完了)画面がすぐバグる-->
        </div></div></div>
    {% endif %}
    </body>
    </html>