var/cache/dev/twig/fd/fdfc343004e56a32bdbbf4500f6bfacc.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_b4cc97d869cd22fc25740e30449a3932 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.         });
  148.     </script>
  149. ";
  150.         
  151.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  152.         
  153.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  154.     }
  155.     // line 106
  156.     public function block_main($context, array $blocks = [])
  157.     {
  158.         $macros $this->macros;
  159.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  160.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  161.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  162.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  163.         // line 107
  164.         echo "<!--
  165.     <div class=\"ec-sliderRole\">
  166.         <div class=\"main_visual\">
  167.             <div class=\"item slick-slide\"><img src=\"";
  168.         // line 110
  169.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("https://sandrea.net/img/banner_ec-cube/banner-top/banner-top.jpg"), "html"nulltrue);
  170.         echo "\"></div>
  171.             <div class=\"item slick-slide\"><img src=\"";
  172.         // line 111
  173.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("https://sandrea.net/img/banner_ec-cube/banner-top/sand_00_banner-haisou_1.jpg"), "html"nulltrue);
  174.         echo "\"></div>
  175.             <div class=\"item slick-slide\"><img src=\"";
  176.         // line 112
  177.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("https://sandrea.net/img/banner_ec-cube/banner-top/sand_00-chart.jpg"), "html"nulltrue);
  178.         echo "\"></div>
  179.         </div>
  180.     </div>
  181. -->
  182. ";
  183.         
  184.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  185.         
  186.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  187.     }
  188.     public function getTemplateName()
  189.     {
  190.         return "index.twig";
  191.     }
  192.     public function isTraitable()
  193.     {
  194.         return false;
  195.     }
  196.     public function getDebugInfo()
  197.     {
  198.         return array (  211 => 112,  207 => 111,  203 => 110,  198 => 107,  188 => 106,  168 => 94,  158 => 93,  73 => 16,  63 => 15,  52 => 11,  50 => 13,  37 => 11,);
  199.     }
  200.     public function getSourceContext()
  201.     {
  202.         return new Source("{#
  203. This file is part of EC-CUBE
  204. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  205. http://www.ec-cube.co.jp/
  206. For the full copyright and license information, please view the LICENSE
  207. file that was distributed with this source code.
  208. #}
  209. {% extends 'default_frame.twig' %}
  210. {% set body_class = 'front_page' %}
  211. {% block stylesheet %}
  212.     <style>
  213.         .slick-slider {
  214.             margin-bottom: 30px;
  215.         }
  216.         .slick-dots {
  217.             position: absolute;
  218.             bottom: -45px;
  219.             display: block;
  220.             width: 100%;
  221.             padding: 0;
  222.             list-style: none;
  223.             text-align: center;
  224.         }
  225.         .slick-dots li {
  226.             position: relative;
  227.             display: inline-block;
  228.             width: 20px;
  229.             height: 20px;
  230.             margin: 0 5px;
  231.             padding: 0;
  232.             cursor: pointer;
  233.         }
  234.         .slick-dots li button {
  235.             font-size: 0;
  236.             line-height: 0;
  237.             display: block;
  238.             width: 20px;
  239.             height: 20px;
  240.             padding: 5px;
  241.             cursor: pointer;
  242.             color: transparent;
  243.             border: 0;
  244.             outline: none;
  245.             background: transparent;
  246.         }
  247.         .slick-dots li button:hover,
  248.         .slick-dots li button:focus {
  249.             outline: none;
  250.         }
  251.         .slick-dots li button:hover:before,
  252.         .slick-dots li button:focus:before {
  253.             opacity: 1;
  254.         }
  255.         .slick-dots li button:before {
  256.             content: \" \";
  257.             line-height: 20px;
  258.             position: absolute;
  259.             top: 0;
  260.             left: 0;
  261.             width: 12px;
  262.             height: 12px;
  263.             text-align: center;
  264.             opacity: .25;
  265.             background-color: black;
  266.             border-radius: 50%;
  267.         }
  268.         .slick-dots li.slick-active button:before {
  269.             opacity: .75;
  270.             background-color: black;
  271.         }
  272.         .slick-dots li button.thumbnail img {
  273.             width: 0;
  274.             height: 0;
  275.         }
  276.     </style>
  277. {% endblock %}
  278. {% block javascript %}
  279.     <script>
  280.         \$(function() {
  281.             \$('.main_visual').slick({
  282.                 dots: true,
  283.                 arrows: false,
  284.                 autoplay: true,
  285.                 speed: 300
  286.             });
  287.         });
  288.     </script>
  289. {% endblock javascript %}
  290. {% block main %}
  291. <!--
  292.     <div class=\"ec-sliderRole\">
  293.         <div class=\"main_visual\">
  294.             <div class=\"item slick-slide\"><img src=\"{{ asset('https://sandrea.net/img/banner_ec-cube/banner-top/banner-top.jpg') }}\"></div>
  295.             <div class=\"item slick-slide\"><img src=\"{{ asset('https://sandrea.net/img/banner_ec-cube/banner-top/sand_00_banner-haisou_1.jpg') }}\"></div>
  296.             <div class=\"item slick-slide\"><img src=\"{{ asset('https://sandrea.net/img/banner_ec-cube/banner-top/sand_00-chart.jpg') }}\"></div>
  297.         </div>
  298.     </div>
  299. -->
  300. {% endblock %}""index.twig""/home/xs262729/sandrea.net/public_html/display.sandrea.net/app/template/default/index.twig");
  301.     }
  302. }