var/cache/dev/twig/bf/bf009ea93f105ea974a4685d2d30642a08bfc3209a69ed91d8f47ba0a65a8dbc.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_72452c925d732d3a1820445b5ff6bca71440adc449ca799680cc810f38c9b62b 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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 15
  51.     public function block_stylesheet($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  58.         // line 16
  59.         echo "    <style>
  60.         .slick-slider {
  61.             margin-bottom: 10px;
  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: white;
  113.             border-radius: 50%;
  114.         }
  115.         .slick-dots li.slick-active button:before {
  116.             opacity: .75;
  117.             background-color: white;
  118.         }
  119.         .slick-dots li button.thumbnail img {
  120.             width: 0;
  121.             height: 0;
  122.         }
  123.     </style>
  124. ";
  125.         
  126.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  127.         
  128.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  129.     }
  130.     // line 93
  131.     public function block_javascript($context, array $blocks = [])
  132.     {
  133.         $macros $this->macros;
  134.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  135.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  136.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  137.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  138.         // line 94
  139.         echo "    <script>
  140.         \$(function() {
  141.             \$('.main_visual').slick({
  142.                 arrows: false,
  143.                 autoplay: true,
  144.                 speed: 300,
  145.                 asNavFor: \".thumbnail\",
  146.             });
  147.             
  148.               \$(\".thumbnail\").slick({
  149. \t\t    slidesToShow: 3,
  150. \t\t    asNavFor: \".main_visual\",
  151. \t\t    focusOnSelect: true,
  152. \t\t  });
  153.         });
  154.     </script>
  155. ";
  156.         
  157.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  158.         
  159.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  160.     }
  161.     // line 112
  162.     public function block_main($context, array $blocks = [])
  163.     {
  164.         $macros $this->macros;
  165.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  166.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  167.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  168.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  169.         // line 113
  170.         echo "    <div class=\"ec-sliderRole\">
  171.         <div class=\"main_visual\">
  172.             <div class=\"item slick-slide\"><img src=\"";
  173.         // line 115
  174.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/html/user_data/img/slide/iseya-top-slide-01.jpg"), "html"nulltrue);
  175.         echo "\"></div>
  176.             <div class=\"item slick-slide\"><img src=\"";
  177.         // line 116
  178.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/html/user_data/img/slide/iseya-top-slide-02.jpg"), "html"nulltrue);
  179.         echo "\"></div>
  180.             <div class=\"item slick-slide\"><img src=\"";
  181.         // line 117
  182.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/html/user_data/img/slide/iseya-top-slide-03.jpg"), "html"nulltrue);
  183.         echo "\"></div>
  184.             <div class=\"item slick-slide\"><img src=\"";
  185.         // line 118
  186.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/html/user_data/img/slide/iseya-top-slide-04.jpg"), "html"nulltrue);
  187.         echo "\"></div>
  188.             <div class=\"item slick-slide\"><img src=\"";
  189.         // line 119
  190.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/html/user_data/img/slide/iseya-top-slide-05.jpg"), "html"nulltrue);
  191.         echo "\"></div>
  192.         </div>
  193.         <div class=\"thumbnail\">
  194.             <div class=\"thumbnail-img\"><img src=\"";
  195.         // line 122
  196.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/html/user_data/img/slide/iseya-top-slide-01.jpg"), "html"nulltrue);
  197.         echo "\"></div>
  198.             <div class=\"thumbnail-img\"><img src=\"";
  199.         // line 123
  200.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/html/user_data/img/slide/iseya-top-slide-02.jpg"), "html"nulltrue);
  201.         echo "\"></div>
  202.             <div class=\"thumbnail-img\"><img src=\"";
  203.         // line 124
  204.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/html/user_data/img/slide/iseya-top-slide-03.jpg"), "html"nulltrue);
  205.         echo "\"></div>
  206.             <div class=\"thumbnail-img\"><img src=\"";
  207.         // line 125
  208.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/html/user_data/img/slide/iseya-top-slide-04.jpg"), "html"nulltrue);
  209.         echo "\"></div>
  210.             <div class=\"thumbnail-img\"><img src=\"";
  211.         // line 126
  212.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/html/user_data/img/slide/iseya-top-slide-05.jpg"), "html"nulltrue);
  213.         echo "\"></div>
  214.         </div>
  215.     </div>
  216. ";
  217.         
  218.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  219.         
  220.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  221.     }
  222.     public function getTemplateName()
  223.     {
  224.         return "index.twig";
  225.     }
  226.     public function isTraitable()
  227.     {
  228.         return false;
  229.     }
  230.     public function getDebugInfo()
  231.     {
  232.         return array (  246 => 126,  242 => 125,  238 => 124,  234 => 123,  230 => 122,  224 => 119,  220 => 118,  216 => 117,  212 => 116,  208 => 115,  204 => 113,  194 => 112,  168 => 94,  158 => 93,  73 => 16,  63 => 15,  52 => 11,  50 => 13,  37 => 11,);
  233.     }
  234.     public function getSourceContext()
  235.     {
  236.         return new Source("{#
  237. This file is part of EC-CUBE
  238. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  239. http://www.ec-cube.co.jp/
  240. For the full copyright and license information, please view the LICENSE
  241. file that was distributed with this source code.
  242. #}
  243. {% extends 'default_frame.twig' %}
  244. {% set body_class = 'front_page' %}
  245. {% block stylesheet %}
  246.     <style>
  247.         .slick-slider {
  248.             margin-bottom: 10px;
  249.         }
  250.         .slick-dots {
  251.             position: absolute;
  252.             bottom: -45px;
  253.             display: block;
  254.             width: 100%;
  255.             padding: 0;
  256.             list-style: none;
  257.             text-align: center;
  258.         }
  259.         .slick-dots li {
  260.             position: relative;
  261.             display: inline-block;
  262.             width: 20px;
  263.             height: 20px;
  264.             margin: 0 5px;
  265.             padding: 0;
  266.             cursor: pointer;
  267.         }
  268.         .slick-dots li button {
  269.             font-size: 0;
  270.             line-height: 0;
  271.             display: block;
  272.             width: 20px;
  273.             height: 20px;
  274.             padding: 5px;
  275.             cursor: pointer;
  276.             color: transparent;
  277.             border: 0;
  278.             outline: none;
  279.             background: transparent;
  280.         }
  281.         .slick-dots li button:hover,
  282.         .slick-dots li button:focus {
  283.             outline: none;
  284.         }
  285.         .slick-dots li button:hover:before,
  286.         .slick-dots li button:focus:before {
  287.             opacity: 1;
  288.         }
  289.         .slick-dots li button:before {
  290.             content: \" \";
  291.             line-height: 20px;
  292.             position: absolute;
  293.             top: 0;
  294.             left: 0;
  295.             width: 12px;
  296.             height: 12px;
  297.             text-align: center;
  298.             opacity: .25;
  299.             background-color: white;
  300.             border-radius: 50%;
  301.         }
  302.         .slick-dots li.slick-active button:before {
  303.             opacity: .75;
  304.             background-color: white;
  305.         }
  306.         .slick-dots li button.thumbnail img {
  307.             width: 0;
  308.             height: 0;
  309.         }
  310.     </style>
  311. {% endblock %}
  312. {% block javascript %}
  313.     <script>
  314.         \$(function() {
  315.             \$('.main_visual').slick({
  316.                 arrows: false,
  317.                 autoplay: true,
  318.                 speed: 300,
  319.                 asNavFor: \".thumbnail\",
  320.             });
  321.             
  322.               \$(\".thumbnail\").slick({
  323. \t\t    slidesToShow: 3,
  324. \t\t    asNavFor: \".main_visual\",
  325. \t\t    focusOnSelect: true,
  326. \t\t  });
  327.         });
  328.     </script>
  329. {% endblock javascript %}
  330. {% block main %}
  331.     <div class=\"ec-sliderRole\">
  332.         <div class=\"main_visual\">
  333.             <div class=\"item slick-slide\"><img src=\"{{ asset('/html/user_data/img/slide/iseya-top-slide-01.jpg') }}\"></div>
  334.             <div class=\"item slick-slide\"><img src=\"{{ asset('/html/user_data/img/slide/iseya-top-slide-02.jpg') }}\"></div>
  335.             <div class=\"item slick-slide\"><img src=\"{{ asset('/html/user_data/img/slide/iseya-top-slide-03.jpg') }}\"></div>
  336.             <div class=\"item slick-slide\"><img src=\"{{ asset('/html/user_data/img/slide/iseya-top-slide-04.jpg') }}\"></div>
  337.             <div class=\"item slick-slide\"><img src=\"{{ asset('/html/user_data/img/slide/iseya-top-slide-05.jpg') }}\"></div>
  338.         </div>
  339.         <div class=\"thumbnail\">
  340.             <div class=\"thumbnail-img\"><img src=\"{{ asset('/html/user_data/img/slide/iseya-top-slide-01.jpg') }}\"></div>
  341.             <div class=\"thumbnail-img\"><img src=\"{{ asset('/html/user_data/img/slide/iseya-top-slide-02.jpg') }}\"></div>
  342.             <div class=\"thumbnail-img\"><img src=\"{{ asset('/html/user_data/img/slide/iseya-top-slide-03.jpg') }}\"></div>
  343.             <div class=\"thumbnail-img\"><img src=\"{{ asset('/html/user_data/img/slide/iseya-top-slide-04.jpg') }}\"></div>
  344.             <div class=\"thumbnail-img\"><img src=\"{{ asset('/html/user_data/img/slide/iseya-top-slide-05.jpg') }}\"></div>
  345.         </div>
  346.     </div>
  347. {% endblock %}""index.twig""/home/daiwafood/www/ec/app/template/mizunasu/index.twig");
  348.     }
  349. }