app/template/default/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: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#">
  11.     <meta charset="utf-8">
  12.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  13.     <meta name="eccube-csrf-token" content="{{ csrf_token(constant('Eccube\\Common\\Constant::TOKEN_NAME')) }}">
  14.     <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>
  15.     {% if Page.meta_tags is not empty %}
  16.         {{ include(template_from_string(Page.meta_tags)) }}
  17.         {% if Page.description is not empty %}
  18.             <meta name="description" content="{{ Page.description }}">
  19.         {% endif %}
  20.     {% else %}
  21.         {{ include('meta.twig') }}
  22.     {% endif %}
  23.     {% if Page.author is not empty %}
  24.         <meta name="author" content="{{ Page.author }}">
  25.     {% endif %}
  26.     {% if Page.keyword is not empty %}
  27.         <meta name="keywords" content="{{ Page.keyword }}">
  28.     {% endif %}
  29.     {% if Page.meta_robots is not empty %}
  30.         <meta name="robots" content="{{ Page.meta_robots }}">
  31.     {% endif %}
  32.     <link rel="icon" href="{{ asset('assets/img/common/favicon.ico', 'user_data') }}">
  33.     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
  34.     <link rel="stylesheet" href="{{ asset('assets/css/style.css') }}">
  35.     <script src="{{ asset('front.bundle.js', 'bundle') }}"></script>
  36.     {% block stylesheet %}{% endblock %}
  37.     <script>
  38.         $(function() {
  39.             $.ajaxSetup({
  40.                 'headers': {
  41.                     'ECCUBE-CSRF-TOKEN': $('meta[name="eccube-csrf-token"]').attr('content')
  42.                 }
  43.             });
  44.         });
  45.     </script>
  46.     {# Layout: HEAD #}
  47.     {% if Layout.Head %}
  48.         {{ include('block.twig', {'Blocks': Layout.Head}) }}
  49.     {% endif %}
  50.     {# プラグイン用styleseetやmetatagなど #}
  51.     {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
  52.     <link rel="stylesheet" href="{{ asset('assets/css/customize.css', 'user_data') }}">
  53.     {# ange カスタマイズ css js #}
  54.     <link rel="stylesheet" href="{{ asset('assets/ange/css/style.css') }}">
  55.     {% if body_class|default('none') != 'front_page' %}
  56.     <link rel="stylesheet" href="{{ asset('assets/ange/css/contact-shop.css') }}">
  57.     {% endif %}
  58.     {# <!--
  59.     <script
  60.         src="https://code.jquery.com/jquery-3.3.1.js"
  61.         integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
  62.         crossorigin="anonymous"></script>
  63. -->#}
  64.     {% if body_class|default('none') == 'front_page' %}
  65.     <!--画面の高さのBOX作成-->
  66.     <script src="{{ asset('assets/ange/js/winh.js') }}" type="text/javascript"></script>
  67.     <!--画面の高さのBOX作成-->
  68.     {% endif %}
  69.     <!--アンカー-->
  70.     <script src="{{ asset('assets/ange/js/smartRollover.js') }}" type="text/javascript"></script>
  71.     <script src="{{ asset('assets/ange/js/md.smoothAnchor.js') }}" type="text/javascript"></script>
  72.     <!--アンカー-->
  73.     <!--レシポンシブ -->
  74.     <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
  75.     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,900">
  76.     <link rel="stylesheet" href="{{ asset('assets/ange/css/normalize.css') }}">
  77.     <!--レシポンシブ -->
  78.     <!--アクセス解析開始-->
  79.     <!--アクセス解析終了-->
  80.     <link rel="apple-touch-icon" href="{{ asset('assets/ange/icon.png') }}" />
  81.     <link rel="shortcut icon" href="{{ asset('assets/ange/icon.png') }}" />
  82.     <link rel="apple-touch-icon-precomposed" href="{{ asset('assets/ange/icon.png') }}" />
  83.     <!--ハンバーガーメニュー-->
  84.     <link rel="stylesheet" href="{{ asset('assets/ange/js/drawer/drawer.css') }}">
  85.     <script src="{{ asset('assets/ange/js/drawer/iscroll.js') }}"></script>
  86.     <script src="{{ asset('assets/ange/js/drawer/drawer.min.js') }}"></script>
  87.     <script>
  88.         $(function() {
  89.             $('.drawer').drawer();
  90.         });
  91.     </script>
  92.     <!--ハンバーガーメニュー-->
  93.     {% if body_class|default('none') == 'front_page' %}
  94.     <!--swiper写真スライダー(1)-->
  95.     <link rel="stylesheet" href="{{ asset('assets/ange/js/swiper/swiper.css') }}">
  96.     <!--swiper写真スライダー(1)-->
  97.     {% endif %}
  98.     {% if body_class|default('none') == 'product_page' %}
  99.         <!--swiper写真スライダー(1)-->
  100.         <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css">
  101.         <script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>
  102.         <script src="https://cdn.jsdelivr.net/npm/flatpickr/dist/l10n/ja.js"></script>
  103.         <!--swiper写真スライダー(1)-->
  104.         <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.4/css/lightbox.css" integrity="sha512-Woz+DqWYJ51bpVk5Fv0yES/edIMXjj3Ynda+KWTIkGoynAMHrqTcDUQltbipuiaD5ymEo9520lyoVOo9jCQOCA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  105.         <script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.4/js/lightbox.min.js"></script>
  106.     {% endif %}
  107.     {# ange カスタマイズ css js -- ここまで #}
  108.     <style>
  109.         #fix-navi-top-line-box-shop {
  110.             height:18px;
  111.         }
  112.         .pan-box{
  113.             width:100%;
  114.         }
  115.     </style>
  116. </head>
  117. <body id="page_{{ app.request.get('_route') }}" class="{{ body_class|default('other_page') }} drawer drawer--right"
  118.       style="line-height: 33px !important;">
  119. {# Layout: BODY_AFTER #}
  120. {% if Layout.BodyAfter %}
  121.     {{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
  122. {% endif %}
  123. {% if isMaintenance %}
  124.     <div class="ec-maintenanceAlert">
  125.         <div>
  126.             <div class="ec-maintenanceAlert__icon"><img src="{{ asset('assets/icon/exclamation-white.svg') }}"/></div>
  127.             {{ 'front.under_maintenance'|trans }}
  128.         </div>
  129.     </div>
  130. {% endif %}
  131. {# どうしても front_page の場合は ec-layoutRole を飛ばしたいので無理やり if で main block を出し分けしています #}
  132. {% if body_class|default('none') != 'front_page' %}
  133.     <div class="ec-layoutRole">
  134.         {# Layout: HEADER #}
  135.         {% if Layout.Header %}
  136.             <header class="ec-layoutRole__header">
  137.                 {{ include('block.twig', {'Blocks': Layout.Header}) }}
  138.             </header>
  139.         {% endif %}
  140.         {# Layout: CONTENTS_TOP #}
  141.         {% if Layout.ContentsTop %}
  142.             <div class="ec-layoutRole__contentTop">
  143.                 {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
  144.             </div>
  145.         {% endif %}
  146.         <div class="ec-layoutRole__contents" style="max-width:100%">
  147.             {# Layout: SIDE_LEFT #}
  148.             {% if Layout.SideLeft %}
  149.                 <aside class="ec-layoutRole__left">
  150.                     {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
  151.                 </aside>
  152.             {% endif %}
  153.             {% set layoutRoleMain = 'ec-layoutRole__main' %}
  154.             {% if Layout.ColumnNum == 2 %}
  155.                 {% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
  156.             {% elseif Layout.ColumnNum == 3 %}
  157.                 {% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
  158.             {% endif %}
  159.             <main class="{{ layoutRoleMain }}">
  160.                 {# Layout: MAIN_TOP #}
  161.                 {% if Layout.MainTop %}
  162.                     <div class="ec-layoutRole__mainTop">
  163.                         {{ include('block.twig', {'Blocks': Layout.MainTop}) }}
  164.                     </div>
  165.                 {% endif %}
  166. {% endif %}
  167.                 {# MAIN AREA #}<br><br><br>
  168.                 {% block main %}{% endblock %}
  169. {% if body_class|default('none') != 'front_page' %}
  170.                 {# Layout: MAIN_Bottom #}
  171.                 {% if Layout.MainBottom %}
  172.                     <div class="ec-layoutRole__mainBottom">
  173.                         {{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
  174.                     </div>
  175.                 {% endif %}
  176.             </main>
  177.             {# Layout: SIDE_RIGHT #}
  178.             {% if Layout.SideRight %}
  179.                 <aside class="ec-layoutRole__right">
  180.                     {{ include('block.twig', {'Blocks': Layout.SideRight}) }}
  181.                 </aside>
  182.             {% endif %}
  183.         </div>
  184.         {# Layout: CONTENTS_BOTTOM #}
  185.         {% if Layout.ContentsBottom %}
  186.             <div class="ec-layoutRole__contentBottom">
  187.                 {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
  188.             </div>
  189.         {% endif %}
  190.         {# Layout: CONTENTS_FOOTER #}
  191.         {% if Layout.Footer %}
  192.             <footer class="ec-layoutRole__footer">
  193.                 {{ include('block.twig', {'Blocks': Layout.Footer}) }}
  194.             </footer>
  195.         {% endif %}
  196.     </div><!-- ec-layoutRole -->
  197. {% endif %}
  198. {# ange: footer #}
  199. <footer style="line-height:33px;"><address style="margin-bottom: 0; padding:10px">Copyright (c) Angelica ferice. All Rights Reserved.</address></footer>
  200. {# ange: footer -- ここまで #}
  201. {# ange: 共通ヘッダー用アイコン類 #}
  202. <!-- #EndLibraryItem --><!--ハンバーガーメニュー--><!-- #BeginLibraryItem "/Library/navi-slidebar-shop.lbi" --><!--ハンバーガーメニュー-->
  203. <button type="button" class="drawer-toggle drawer-hamburger"><span class="drawer-hamburger-icon"></span></button>
  204. <nav class="drawer-nav">
  205.     <ul class="drawer-menu">
  206.         <a href="/"><img src="{{ asset('assets/ange/img/common/slidebars/rogox2.png') }}" width="239"></a>
  207.         <li class="navibg01"><a href="top.html">TOP</a></li>
  208.         <li class="navibg01"><a href="list.html">振袖レンタル</a></li>
  209.         <li class="navibg01"><a href="#">初めての方へ</a></li>
  210.         <li class="navibg01"><a href="#">ご利用ガイド</a></li>
  211.         <li class="navibg01"><a href="#">よくある質問</a></li>
  212.         <!--<li class="navibg01"><a href="#">運営会社</a></li>-->
  213.         <li class="navibg01"><a href="#">特定商取引法に基づく表記</a></li>
  214.         <li class="navibg01"><a href="#">お問合せ</a></li>
  215.         <li class="navibg01"> </li>
  216.     </ul>
  217. </nav>
  218. <!--ハンバーガーメニュー--><!-- #EndLibraryItem --><!--ハンバーガーメニュー-->
  219. <!-- ▼最下部FIXボタン▼ -->
  220. <div id="fix-navi-top-line" class="sb-slide">
  221.     <div id="main-top-shop1">
  222.         <a href="/"><img src="{{ asset('assets/ange/img/top/head-ttlx2.png') }}"  width="218"></a>
  223.         <div id="main-top-shop3">
  224.             {{ include('Block/header.twig') }}
  225.         </div>
  226.     </div>
  227. </div>
  228. <!--<div id="fix-navi-box"><div id="fix-navi" class="sb-slide"><a href="#main-top55"><img src="{{ asset('assets/ange/img/common/navi/fix-navi.png') }}"></a></div></div>-->
  229. <!-- ▼最下部FIXボタン▼ -->
  230. <!--swiper写真スライダー(2)-->
  231. <link rel="stylesheet" href="{{ asset('assets/ange/js/swiper/swiper.css') }}">
  232. <script src="{{ asset('assets/ange/js/swiper/swiper.js') }}"></script>
  233. <script src="{{ asset('assets/ange/js/swiper/swiper-md-settings.js') }}"></script>
  234. <!--swiper写真スライダー(2)-->
  235. {# ange: 共通ヘッダー用アイコン類 -- ここまで #}
  236. <div class="ec-overlayRole"></div>
  237. <div class="ec-drawerRoleClose"><i class="fas fa-times"></i></div>
  238. <div class="ec-drawerRole">
  239.     {# Layout: DRAWER #}
  240.     {% if Layout.Drawer %}
  241.         {{ include('block.twig', {'Blocks': Layout.Drawer}) }}
  242.     {% endif %}
  243. </div>
  244. <div class="ec-blockTopBtn pagetop">{{'common.pagetop'|trans}}</div>
  245. {% include('@common/lang.twig') %}
  246. <script src="{{ asset('assets/js/function.js') }}"></script>
  247. <script src="{{ asset('assets/js/eccube.js') }}"></script>
  248. {% block javascript %}{% endblock %}
  249. {# Layout: CLOSE_BODY_BEFORE #}
  250. {% if Layout.CloseBodyBefore %}
  251.     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
  252. {% endif %}
  253. {# プラグイン用Snippet #}
  254. {% if plugin_snippets is defined %}
  255.     {{ include('snippet.twig', { snippets: plugin_snippets }) }}
  256. {% endif %}
  257.     <script src="{{ asset('assets/js/customize.js', 'user_data') }}"></script>
  258. </body>
  259. </html>