var/cache/dev/twig/0c/0cd09c1dc2e016f8af750a50e00f421a.php line 40

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* index.twig */
  14. class __TwigTemplate_d5c8e56e8c62b659a8c42795a87fe95c extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'stylesheet' => [$this'block_stylesheet'],
  24.             'javascript' => [$this'block_javascript'],
  25.             'main' => [$this'block_main'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 11
  31.         return "default_frame.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  40.         // line 13
  41.         $context["body_class"] = "front_page";
  42.         // line 11
  43.         $this->parent $this->loadTemplate("default_frame.twig""index.twig"11);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  47.         
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  49.     }
  50.     // line 15
  51.     public function block_stylesheet($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  58.         // line 16
  59.         echo "    <style>
  60.         .slick-slider {
  61.             margin-bottom: 30px;
  62.         }
  63.         .slick-dots {
  64.             position: absolute;
  65.             bottom: -45px;
  66.             display: block;
  67.             width: 100%;
  68.             padding: 0;
  69.             list-style: none;
  70.             text-align: center;
  71.         }
  72.         .slick-dots li {
  73.             position: relative;
  74.             display: inline-block;
  75.             width: 20px;
  76.             height: 20px;
  77.             margin: 0 5px;
  78.             padding: 0;
  79.             cursor: pointer;
  80.         }
  81.         .slick-dots li button {
  82.             font-size: 0;
  83.             line-height: 0;
  84.             display: block;
  85.             width: 20px;
  86.             height: 20px;
  87.             padding: 5px;
  88.             cursor: pointer;
  89.             color: transparent;
  90.             border: 0;
  91.             outline: none;
  92.             background: transparent;
  93.         }
  94.         .slick-dots li button:hover,
  95.         .slick-dots li button:focus {
  96.             outline: none;
  97.         }
  98.         .slick-dots li button:hover:before,
  99.         .slick-dots li button:focus:before {
  100.             opacity: 1;
  101.         }
  102.         .slick-dots li button:before {
  103.             content: \" \";
  104.             line-height: 20px;
  105.             position: absolute;
  106.             top: 0;
  107.             left: 0;
  108.             width: 12px;
  109.             height: 12px;
  110.             text-align: center;
  111.             opacity: .25;
  112.             background-color: black;
  113.             border-radius: 50%;
  114.         }
  115.         .slick-dots li.slick-active button:before {
  116.             opacity: .75;
  117.             background-color: black;
  118.         }
  119.         .slick-dots li button.thumbnail img {
  120.             width: 0;
  121.             height: 0;
  122.         }
  123.     </style>
  124. ";
  125.         
  126.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  127.         
  128.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  129.     }
  130.     // line 93
  131.     public function block_javascript($context, array $blocks = [])
  132.     {
  133.         $macros $this->macros;
  134.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  135.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  136.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  137.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  138.         // line 94
  139.         echo "    <script>
  140.         \$(function() {
  141.             \$('.main_visual').slick({
  142.                 dots: true,
  143.                 arrows: false,
  144.                 autoplay: true,
  145.                 speed: 300
  146.             });
  147.             const url = new URL(window.location.href);
  148.             if (url.searchParams.has(\"closeAutoLogin\")) {
  149.             }
  150.         });
  151.     </script>
  152. ";
  153.         
  154.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  155.         
  156.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  157.     }
  158.     // line 111
  159.     public function block_main($context, array $blocks = [])
  160.     {
  161.         $macros $this->macros;
  162.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  163.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  164.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  165.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  166.         // line 112
  167.         echo "\t<div class=\"bnr_top\"><a href=\"";
  168.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("entry");
  169.         echo "\"> <img src=\"";
  170.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/bnr_member.jpg"), "html"nulltrue);
  171.         echo "\" class=\"only_pc\"> <img src=\"";
  172.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/sp_bnr_member.png"), "html"nulltrue);
  173.         echo "\" class=\"only_mb\"></a></div>
  174.     <div class=\"ec-sliderRole only_pc\">
  175.         <div class=\"main_visual\">
  176.             <div class=\"item slick-slide\"><img src=\"";
  177.         // line 115
  178.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/img_hero_pc01.jpg"), "html"nulltrue);
  179.         echo "\"></div>
  180.             <div class=\"item slick-slide\"><img src=\"";
  181.         // line 116
  182.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/img_hero_pc02.jpg"), "html"nulltrue);
  183.         echo "\"></div>
  184.             <div class=\"item slick-slide\"><img src=\"";
  185.         // line 117
  186.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/img_hero_pc03.jpg"), "html"nulltrue);
  187.         echo "\"></div>
  188.         </div>
  189.     </div>
  190. ";
  191.         
  192.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  193.         
  194.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  195.     }
  196.     public function getTemplateName()
  197.     {
  198.         return "index.twig";
  199.     }
  200.     public function isTraitable()
  201.     {
  202.         return false;
  203.     }
  204.     public function getDebugInfo()
  205.     {
  206.         return array (  222 => 117,  218 => 116,  214 => 115,  203 => 112,  193 => 111,  168 => 94,  158 => 93,  73 => 16,  63 => 15,  52 => 11,  50 => 13,  37 => 11,);
  207.     }
  208.     public function getSourceContext()
  209.     {
  210.         return new Source("{#
  211. This file is part of EC-CUBE
  212. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  213. http://www.ec-cube.co.jp/
  214. For the full copyright and license information, please view the LICENSE
  215. file that was distributed with this source code.
  216. #}
  217. {% extends 'default_frame.twig' %}
  218. {% set body_class = 'front_page' %}
  219. {% block stylesheet %}
  220.     <style>
  221.         .slick-slider {
  222.             margin-bottom: 30px;
  223.         }
  224.         .slick-dots {
  225.             position: absolute;
  226.             bottom: -45px;
  227.             display: block;
  228.             width: 100%;
  229.             padding: 0;
  230.             list-style: none;
  231.             text-align: center;
  232.         }
  233.         .slick-dots li {
  234.             position: relative;
  235.             display: inline-block;
  236.             width: 20px;
  237.             height: 20px;
  238.             margin: 0 5px;
  239.             padding: 0;
  240.             cursor: pointer;
  241.         }
  242.         .slick-dots li button {
  243.             font-size: 0;
  244.             line-height: 0;
  245.             display: block;
  246.             width: 20px;
  247.             height: 20px;
  248.             padding: 5px;
  249.             cursor: pointer;
  250.             color: transparent;
  251.             border: 0;
  252.             outline: none;
  253.             background: transparent;
  254.         }
  255.         .slick-dots li button:hover,
  256.         .slick-dots li button:focus {
  257.             outline: none;
  258.         }
  259.         .slick-dots li button:hover:before,
  260.         .slick-dots li button:focus:before {
  261.             opacity: 1;
  262.         }
  263.         .slick-dots li button:before {
  264.             content: \" \";
  265.             line-height: 20px;
  266.             position: absolute;
  267.             top: 0;
  268.             left: 0;
  269.             width: 12px;
  270.             height: 12px;
  271.             text-align: center;
  272.             opacity: .25;
  273.             background-color: black;
  274.             border-radius: 50%;
  275.         }
  276.         .slick-dots li.slick-active button:before {
  277.             opacity: .75;
  278.             background-color: black;
  279.         }
  280.         .slick-dots li button.thumbnail img {
  281.             width: 0;
  282.             height: 0;
  283.         }
  284.     </style>
  285. {% endblock %}
  286. {% block javascript %}
  287.     <script>
  288.         \$(function() {
  289.             \$('.main_visual').slick({
  290.                 dots: true,
  291.                 arrows: false,
  292.                 autoplay: true,
  293.                 speed: 300
  294.             });
  295.             const url = new URL(window.location.href);
  296.             if (url.searchParams.has(\"closeAutoLogin\")) {
  297.             }
  298.         });
  299.     </script>
  300. {% endblock javascript %}
  301. {% block main %}
  302. \t<div class=\"bnr_top\"><a href=\"{{ url('entry') }}\"> <img src=\"{{ asset('assets/img/top/bnr_member.jpg') }}\" class=\"only_pc\"> <img src=\"{{ asset('assets/img/top/sp_bnr_member.png') }}\" class=\"only_mb\"></a></div>
  303.     <div class=\"ec-sliderRole only_pc\">
  304.         <div class=\"main_visual\">
  305.             <div class=\"item slick-slide\"><img src=\"{{ asset('assets/img/top/img_hero_pc01.jpg') }}\"></div>
  306.             <div class=\"item slick-slide\"><img src=\"{{ asset('assets/img/top/img_hero_pc02.jpg') }}\"></div>
  307.             <div class=\"item slick-slide\"><img src=\"{{ asset('assets/img/top/img_hero_pc03.jpg') }}\"></div>
  308.         </div>
  309.     </div>
  310. {% endblock %}
  311. ""index.twig""/virtual/adnet/public_html/lemanze.awe.jp/app/template/default/index.twig");
  312.     }
  313. }