app/template/yamaria/default_frame.twig line 1

Open in your IDE?
  1. <!doctype html>
  2. {#
  3. This file is part of EC-CUBE
  4. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  5. http://www.ec-cube.co.jp/
  6. For the full copyright and license information, please view the LICENSE
  7. file that was distributed with this source code.
  8. #}
  9. <html lang="{{ eccube_config.locale }}">
  10. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#">
  11.     <meta charset="utf-8">
  12.     
  13. <!-- Google Tag Manager -->
  14. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  15. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  16. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  17. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  18. })(window,document,'script','dataLayer','GTM-TNV4M5S');</script>
  19. <!-- End Google Tag Manager -->
  20.     
  21.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  22.     <meta name="eccube-csrf-token" content="{{ csrf_token(constant('Eccube\\Common\\Constant::TOKEN_NAME')) }}">
  23.     {% if app.request.attributes.get('_route') == 'homepage' %}
  24.     <title>YAMASHITA と Maria の公式オンライストア | ヤマシタとマリアが運営する「エギング専門」と「青物ルアー専門」の釣り用品オンラインストア</title>
  25.     {% elseif app.request.attributes.get('_route') == 'product_list' %}
  26.         {% set _itemName %}
  27.             {% if Category is defined and Category is not null %}
  28.                 {% for Path in Category.path %}
  29.                     {{ Path.name }} 
  30.                 {% endfor %}
  31.             {% else %}
  32.                 {% if subtitle is defined and subtitle is not empty %}
  33.                     {{ subtitle }}
  34.                 {% elseif title is defined and title is not empty %}
  35.                     {{ title }}
  36.                 {% endif %}
  37.             {% endif %}
  38.         {% endset %}
  39.     <title>{{ _itemName|replace({"\r":"","\n":"","\t":"","  ":""}) }}商品一覧 | ヤマシタとマリアが運営する「エギング専門」と「青物ルアー専門」の釣り用品オンラインストア</title>
  40.     {% else %}
  41.     <title>{% if subtitle is defined and subtitle is not empty %}{{ subtitle }}{% elseif title is defined and title is not empty %}{{ title }}{% endif %} | ヤマシタとマリアが運営する「エギング専門」と「青物ルアー専門」の釣り用品オンラインストア</title>
  42.     {% endif %}
  43.     {% if Page.author is not empty %}
  44.         <meta name="author" content="{{ Page.author }}">
  45.     {% endif %}
  46.     {% if Page.description is not empty %}
  47.         <meta name="description" content="{{ Page.description }}">
  48.     {% elseif app.request.attributes.get('_route') == 'homepage' %}
  49.         <meta name="description" content="YAMASHITA Mariaオンラインのスペシャリティストアです。イカ釣りで世界トップクラスのブランド YAMASHITAと青物ルアーフィッシングブランド Mariaがここでしか買えない限定アイテムを販売します。">
  50.     {% elseif app.request.attributes.get('_route') == 'product_list' %}
  51.         <meta name="description" content="{{ _itemName|replace({"\r":"","\n":"","\t":"","  ":""}) }}の商品一覧ページです。イカ釣りで世界トップクラスのブランド YAMASHITAと青物ルアーフィッシングブランド Mariaがここでしか買えない限定アイテムを販売します。">
  52.     {% elseif app.request.attributes.get('_route') == 'product_detail' %}
  53.         <meta name="description" content="{% if _itemName is defined and _itemName is not empty %}{{ _itemName|replace({"\r":"","\n":"","\t":"","  ":""}) }}{% else %}{{ Product.name }}{% endif %}の商品ページです{% if Product.code_min is not empty %}(商品コード: {{ Product.code_min }}){% endif %}。イカ釣りで世界トップクラスのブランド YAMASHITAと青物ルアーフィッシングブランド Mariaがここでしか買えない限定アイテムを販売します。">
  54.     {% else %}
  55.         <meta name="description" content="{% if title is defined and title is not empty %}{{ title }}のページです。{% endif %}イカ釣りで世界トップクラスのブランド YAMASHITAと青物ルアーフィッシングブランド Mariaがここでしか買えない限定アイテムを販売します。">
  56.     {% endif %}
  57.     {% if Page.keyword is not empty %}
  58.         <meta name="keywords" content="{{ Page.keyword }}">
  59.     {% endif %}
  60.     {% if Page.meta_robots is not empty %}
  61.         <meta name="robots" content="{{ Page.meta_robots }}">
  62.     {% endif %}
  63.     {% if Page.meta_tags is not empty %}
  64.         {{ include(template_from_string(Page.meta_tags)) }}
  65.     {% endif %}
  66.     <!--<link rel="icon" href="{{ asset('assets/img/common/favicon.ico', 'user_data') }}">-->
  67.     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
  68.     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
  69.     <link rel="stylesheet" href="//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css">
  70.     <link rel="stylesheet" href="{{ asset('assets/css/style.css') }}">
  71.     <link rel="stylesheet" href="{{ asset('assets/css/yamaria.css') }}?update=20220216">
  72.     {% block stylesheet %}{% endblock %}
  73.     <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
  74.     <script>
  75.         $(function() {
  76.             $.ajaxSetup({
  77.                 'headers': {
  78.                     'ECCUBE-CSRF-TOKEN': $('meta[name="eccube-csrf-token"]').attr('content')
  79.                 }
  80.             });
  81.         });
  82.     </script>
  83.     {# Layout: HEAD #}
  84.     {% if Layout.Head %}
  85.         {{ include('block.twig', {'Blocks': Layout.Head}) }}
  86.     {% endif %}
  87.     {# プラグイン用styleseetやmetatagなど #}
  88.     {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
  89.     <link rel="stylesheet" href="{{ asset('assets/css/customize.css', 'user_data') }}">
  90.     {% if Category.path is defined %}{# 商品一覧 #}
  91.         {% set category_base = Category.path.0.id %}
  92.     {% elseif Product.ProductCategories is defined %}{# 商品詳細 #}
  93.         {% set category_base = Product.ProductCategories.0.Category.path.0.id %}
  94.     {% else %}
  95.         {% if Page.url == 'yamashita' %}
  96.             {% set category_base = 7 %}
  97. <meta name="facebook-domain-verification" content="86j0q9ic747vdmuxidxdr4jymib5i5" />
  98.         {% elseif Page.url == 'maria' %}
  99.             {% set category_base = 8 %}
  100. <meta name="facebook-domain-verification" content="0jl8r0xnx41np0ha68cvcpaibacv06" />
  101.         {% else %}
  102.             {% set category_base = 0 %}
  103. <meta name="facebook-domain-verification" content="86j0q9ic747vdmuxidxdr4jymib5i5" />
  104. <meta name="facebook-domain-verification" content="0jl8r0xnx41np0ha68cvcpaibacv06" />
  105.         {% endif %}
  106.     {% endif %}
  107. </head>
  108. <body id="page_{{ app.request.get('_route') }}" class="{{ body_class|default('other_page') }}{% if category_base == 7 %} ym-page_yamashita{% elseif category_base == 8%} ym-page_maria{% endif %}">
  109. <!-- Google Tag Manager (noscript) -->
  110. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TNV4M5S"
  111. height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  112. <!-- End Google Tag Manager (noscript) -->
  113.     
  114. {# Layout: BODY_AFTER #}
  115. {% if Layout.BodyAfter %}
  116.     {{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
  117. {% endif %}
  118. <div class="ec-layoutRole">
  119.     {# Layout: HEADER #}
  120.     {% if Layout.Header %}
  121.         <div class="ec-layoutRole__header">
  122.             {{ include('block.twig', {'Blocks': Layout.Header}) }}
  123.         </div>
  124.     {% endif %}
  125.     {# Layout: CONTENTS_TOP #}
  126.     {% if Layout.ContentsTop %}
  127.         <div class="ec-layoutRole__contentTop">
  128.             {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
  129.         </div>
  130.     {% endif %}
  131.     <div class="ec-layoutRole__contents">
  132.         {# Layout: SIDE_LEFT #}
  133.         {% if Layout.SideLeft %}
  134.             <div class="ec-layoutRole__left">
  135.                 {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
  136.             </div>
  137.         {% endif %}
  138.         {% set layoutRoleMain = 'ec-layoutRole__main' %}
  139.         {% if Layout.ColumnNum == 2 %}
  140.             {% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
  141.         {% elseif Layout.ColumnNum == 3 %}
  142.             {% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
  143.         {% endif %}
  144.         <div class="{{ layoutRoleMain }}">
  145.             {# Layout: MAIN_TOP #}
  146.             {% if Layout.MainTop %}
  147.                 <div class="ec-layoutRole__mainTop">
  148.                     {{ include('block.twig', {'Blocks': Layout.MainTop}) }}
  149.                 </div>
  150.             {% endif %}
  151.             {# MAIN AREA #}
  152.             {% block main %}{% endblock %}
  153.             {# Layout: MAIN_Bottom #}
  154.             {% if Layout.MainBottom %}
  155.                 <div class="ec-layoutRole__mainBottom">
  156.                     {{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
  157.                 </div>
  158.             {% endif %}
  159.         </div>
  160.         {# Layout: SIDE_RIGHT #}
  161.         {% if Layout.SideRight %}
  162.             <div class="ec-layoutRole__right">
  163.                 {{ include('block.twig', {'Blocks': Layout.SideRight}) }}
  164.             </div>
  165.         {% endif %}
  166.     </div>
  167.     {# Layout: CONTENTS_BOTTOM #}
  168.     {% if Layout.ContentsBottom %}
  169.         <div class="ec-layoutRole__contentBottom">
  170.             {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
  171.         </div>
  172.     {% endif %}
  173.     {# Layout: CONTENTS_FOOTER #}
  174.     {% if Layout.Footer %}
  175.         <div class="ec-layoutRole__footer">
  176.             {{ include('block.twig', {'Blocks': Layout.Footer}) }}
  177.         </div>
  178.     {% endif %}
  179. </div><!-- ec-layoutRole -->
  180. <div class="ec-overlayRole"></div>
  181. <div class="ec-drawerRoleClose"><i class="fas fa-times"></i></div>
  182. <div class="ec-drawerRole">
  183.     {# Layout: DRAWER #}
  184.     {% if Layout.Drawer %}
  185.         {{ include('block.twig', {'Blocks': Layout.Drawer}) }}
  186.     {% endif %}
  187. </div>
  188. <div class="ec-blockTopBtn pagetop">{{'ページトップへ'|trans}}</div>
  189. <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
  190. <script src="https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js"></script>
  191. {% include('@common/lang.twig') %}
  192. <script src="{{ asset('assets/js/function.js') }}"></script>
  193. <script src="{{ asset('assets/js/eccube.js') }}"></script>
  194. {% block javascript %}{% endblock %}
  195. {# Layout: CLOSE_BODY_BEFORE #}
  196. {% if Layout.CloseBodyBefore %}
  197.     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
  198. {% endif %}
  199. {# プラグイン用Snippet #}
  200. {% if plugin_snippets is defined %}
  201.     {{ include('snippet.twig', { snippets: plugin_snippets }) }}
  202. {% endif %}
  203.     <script src="{{ asset('assets/js/customize.js', 'user_data') }}"></script>
  204. </body>
  205. </html>