templates/front.html.twig line 1

Open in your IDE?
  1. <!doctype html>
  2. <!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
  3. <!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
  4. <!--[if IE 8]>         <html class="no-js lt-ie9" lang=""> <![endif]-->
  5. <!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
  6. <head>
  7.     <meta charset="utf-8">
  8.     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  9.     <title>{% block title %}{% endblock %}</title>
  10.     <meta name="viewport" content="width=1024">
  11.     {% block stylesheets %}
  12.         {{ encore_entry_link_tags('daiko-king') }}
  13.     {% endblock %}
  14.     <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
  15.     <!--[if lt IE 9]>
  16.     <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  17.     <![endif]-->
  18.     <script>
  19.         // (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  20.         //             (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  21.         //         m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  22.         // })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  23.         //
  24.         // ga('create', 'UA-74490070-1', 'auto');
  25.         // ga('send', 'pageview');
  26.     </script>
  27. </head>
  28. <body{% if body_class is defined %} class="{{ body_class }}"{% endif %}>
  29. {#<!-- Google Tag Manager -->#}
  30. {#<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-WN978S"#}
  31. {#                  height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>#}
  32. {#<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':#}
  33. {#            new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],#}
  34. {#            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=#}
  35. {#            '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);#}
  36. {#    })(window,document,'script','dataLayer','GTM-WN978S');</script>#}
  37. {#<!-- End Google Tag Manager -->#}
  38. <header class="global-header" role="banner">
  39.     <div class="global-header--inner clearfix">
  40.         <div class="global-header--logo">
  41.             <a href="{{ path('app_default_index') }}">
  42. {#                <img src="{{ asset('/images/logo.png') }}" alt="">#}
  43.             </a>
  44.         </div>
  45.         <p class="global-header--lead"></p>
  46. {#        <nav class="global-header-main-nav" role="navigation">#}
  47. {#            <ul class="global-header-main-nav--items clearfix">#}
  48. {#                <li class="global-header-main-nav--item global-header-main-nav--item__home">#}
  49. {#                    <a href="{{ path('app_default_index') }}"{% if page_home is defined %} class="active"{% endif %}>#}
  50. {#                        <i class="gnav-icon gnav-icon__home"></i>ホーム<span>Home</span>#}
  51. {#                    </a>#}
  52. {#                </li>#}
  53. {#                <li class="global-header-main-nav--item">#}
  54. {#                    <a href="{{ path('app_default_about') }}"{% if page_category_about is defined %} class="active"{% endif %}>#}
  55. {#                        <i class="gnav-icon gnav-icon__about"></i>タオバオとは<span>About</span>#}
  56. {#                    </a>#}
  57. {#                </li>#}
  58. {#                <li class="global-header-main-nav--item">#}
  59. {#                    <a href="{{ path('app_default_fee') }}"{% if page_category_fee is defined %} class="active"{% endif %}>#}
  60. {#                        <i class="gnav-icon gnav-icon__fee"></i>各種料金<span>Fee</span>#}
  61. {#                    </a>#}
  62. {#                </li>#}
  63. {#                <li class="global-header-main-nav--item">#}
  64. {#                    <a href="{{ path('app_default_guide') }}"{% if page_category_guide is defined %} class="active"{% endif %}>#}
  65. {#                        <i class="gnav-icon gnav-icon__guide"></i>ご利用ガイド<span>Guide</span>#}
  66. {#                    </a>#}
  67. {#                </li>#}
  68. {#                <li class="global-header-main-nav--item">#}
  69. {#                    <a href="{{ path('app_information_index') }}"{% if page_category_infomation is defined %} class="active"{% endif %}>#}
  70. {#                        <i class="gnav-icon gnav-icon__information"></i>お知らせ<span>Information</span>#}
  71. {#                    </a>#}
  72. {#                </li>#}
  73. {#            </ul>#}
  74. {#        </nav>#}
  75.         <nav class="global-header-sub-nav" role="navigation">
  76.             <ul class="global-header-sub-nav--items">
  77.                 {% if app.user %}
  78.                     <li class="global-header-sub-nav--item"><a href="{{ path('app_mypage_index') }}" class="btn btn-deeporange500_rsd">マイページ</a></li>
  79.                 {% else %}
  80.                     <li class="global-header-sub-nav--item"><a href="{{ path('fos_user_security_login') }}" class="btn btn-deeporange500_rsd">ログイン・新規会員登録</a></li>
  81.                 {% endif %}
  82.             </ul>
  83.         </nav>
  84.     </div>
  85. </header>
  86. <div class="content-wrapper">
  87.     <header class="content-header">
  88.         <div class="content-header--inner">
  89.             {% block content_header %}{% endblock %}
  90.         </div>
  91.     </header>
  92.     <ul itemscope itemtype="http://data-vocabulary.org/Breadcrumb" class="breadcrumb">
  93.         {% block breadcrumb %}
  94.         {% endblock breadcrumb %}
  95.     </ul>
  96.     <div class="content-body">
  97.         {% block body %}
  98.         {% endblock %}
  99.     </div>
  100. </div>
  101. {#<section class="section-shop-links">#}
  102. {#    <p class="section-shop-links__text">代行キングは<span>タオバオ(淘宝网)</span>、<span>アリババ</span>、<span>Tmall</span>の3サイトからの購入代行に対応しております。</p>#}
  103. {#    <ul class="section-shop-links__list">#}
  104. {#        <li class="section-shop-links__item">#}
  105. {#            <a href="https://world.taobao.com/" target="_blank">#}
  106. {#                <img src="{{ asset('/images/home/taobao80pxH1.png') }}" alt="タオバオバナー" class="section-shop-links__itemiamge">#}
  107. {#            </a>#}
  108. {#        </li>#}
  109. {#        <li class="section-home-links__item">#}
  110. {#            <a href="https://www.1688.com/" target="_blank">#}
  111. {#                <img src="{{ asset('/images/home/alibaba80px1.png') }}" alt="アリバババナー" class="section-shop-links__itemiamge">#}
  112. {#            </a>#}
  113. {#        </li>#}
  114. {#        <li class="section-home-links__item">#}
  115. {#            <a href="https://www.tmall.com/" target="_blank">#}
  116. {#                <img src="{{ asset('/images/home/tmall80px1.png') }}" alt="天猫バナー" class="section-shop-links__itemiamge">#}
  117. {#            </a>#}
  118. {#        </li>#}
  119. {#    </ul>#}
  120. {#</section>#}
  121. {#{% if not (app.request.attributes.get('_route') matches '/^app_mypage|app_default_special/') %}#}
  122. {#<section class="section-special-banner text-center">#}
  123. {#    <a href="{{ path('app_default_amazonfba') }}"><img src="{{ asset('/images/bottom-banner01.png') }}" alt="アマゾンFBAについて詳しくはこちら"></a>#}
  124. {#    <a href="{{ path('app_default_newfunction') }}"><img src="{{ asset('/images/bottom-banner02.png') }}" alt="新機能追加について詳しくはこちら"></a>#}
  125. {#    <a href="{{ path('app_default_special') }}"><img src="{{ asset('/images/bottom-banner03.png') }}" alt="キングの6つ特徴について詳しくはこちら"></a>#}
  126. {#</section>#}
  127. {#{% endif %}#}
  128. {#{% if not app.user and disable_footer_regstration_button is not defined%}#}
  129. {#    <div class="footer-entry-button">#}
  130. {#        <a href="{{ path('fos_user_security_login') }}">#}
  131. {#            <img src="{{ asset('/images/btn-footer-entry.png') }}" alt="初めての方はこちら 無料会員登録">#}
  132. {#        </a>#}
  133. {#    </div>#}
  134. {#{% endif %}#}
  135. <footer class="global-footer">
  136. {#    <nav class="footer-nav" role="navigation">#}
  137. {#        <ul class="footer-nav-items clearfix">#}
  138. {#            <li class="footer-nav-item">#}
  139. {#                <a href="{{ path('app_default_agree') }}">利用規約</a>#}
  140. {#            </li>#}
  141. {#            <li class="footer-nav-item">#}
  142. {#                <a href="{{ path('app_default_holiday') }}">中国の祝日</a>#}
  143. {#            </li>#}
  144. {#            <li class="footer-nav-item">#}
  145. {#                <a href="{{ path('app_default_privacy') }}">プライバシーポリシー</a>#}
  146. {#            </li>#}
  147. {#            <li class="footer-nav-item">#}
  148. {#                <a href="{{ path('app_default_company') }}">会社概要</a>#}
  149. {#            </li>#}
  150. {#            <li class="footer-nav-item">#}
  151. {#                <a href="{{ path('app_default_aosct') }}">特定商取引法に基づく表記</a>#}
  152. {#            </li>#}
  153. {#            <li class="footer-nav-item">#}
  154. {#                <a href="{{ path('app_default_postage') }}">国際輸送約款</a>#}
  155. {#            </li>#}
  156. {#            <li class="footer-nav-item">#}
  157. {#                <a href="{{ path('app_contact_index') }}">お問い合わせ</a>#}
  158. {#            </li>#}
  159. {#        </ul>#}
  160. {#    </nav>#}
  161. {#    <p class="footer-copyright">#}
  162. {#        Copyright (C) K-LOGI CO.,LTD All Rights Reserved. #}
  163. {#    </p>#}
  164. </footer>
  165. {% block javascripts %}
  166.     {{ encore_entry_script_tags('daiko-king') }}
  167.     <script>
  168.         $(function(){
  169.             $('[data-toggle="popover"]').popover({
  170.                 trigger: 'focus'
  171.             });
  172.         });
  173.     </script>
  174. {% endblock %}
  175. </body>
  176. </html>