var/cache/dev/twig/9f/9f5ccb1323917e0ed6bdb58e081e882f760f37c5c3e4c2c8683dca488a21a2d0.php line 55

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_7ce4b72ac81effa9bfda763c341d0d53540248060ec2be3e28833751a51925e5 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.             'main' => [$this'block_main'],
  25.             'javascript' => [$this'block_javascript'],
  26.         ];
  27.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  28.         $this->checkSecurity();
  29.     }
  30.     protected function doGetParent(array $context)
  31.     {
  32.         // line 11
  33.         return "default_frame.twig";
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = [])
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  42.         // line 13
  43.         $context["body_class"] = "front_page";
  44.         // line 11
  45.         $this->parent $this->loadTemplate("default_frame.twig""index.twig"11);
  46.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  47.         
  48.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  49.         
  50.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  51.     }
  52.     // line 15
  53.     public function block_stylesheet($context, array $blocks = [])
  54.     {
  55.         $macros $this->macros;
  56.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  57.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  58.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  59.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  60.         // line 16
  61.         echo "    <style>
  62.         .slick-slider {
  63.             margin-bottom: 30px;
  64.         }
  65.         .slick-dots {
  66.             position: absolute;
  67.             bottom: -45px;
  68.             display: block;
  69.             width: 100%;
  70.             padding: 0;
  71.             list-style: none;
  72.             text-align: center;
  73.         }
  74.         .slick-dots li {
  75.             position: relative;
  76.             display: inline-block;
  77.             width: 20px;
  78.             height: 20px;
  79.             margin: 0 5px;
  80.             padding: 0;
  81.             cursor: pointer;
  82.         }
  83.         .slick-dots li button {
  84.             font-size: 0;
  85.             line-height: 0;
  86.             display: block;
  87.             width: 20px;
  88.             height: 20px;
  89.             padding: 5px;
  90.             cursor: pointer;
  91.             color: transparent;
  92.             border: 0;
  93.             outline: none;
  94.             background: transparent;
  95.         }
  96.         .slick-dots li button:hover,
  97.         .slick-dots li button:focus {
  98.             outline: none;
  99.         }
  100.         .slick-dots li button:hover:before,
  101.         .slick-dots li button:focus:before {
  102.             opacity: 1;
  103.         }
  104.         .slick-dots li button:before {
  105.             content: \" \";
  106.             line-height: 20px;
  107.             position: absolute;
  108.             top: 0;
  109.             left: 0;
  110.             width: 12px;
  111.             height: 12px;
  112.             text-align: center;
  113.             opacity: .25;
  114.             background-color: black;
  115.             border-radius: 50%;
  116.         }
  117.         .slick-dots li.slick-active button:before {
  118.             opacity: .75;
  119.             background-color: black;
  120.         }
  121.         .slick-dots li button.thumbnail img {
  122.             width: 0;
  123.             height: 0;
  124.         }
  125.     </style>
  126. ";
  127.         
  128.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  129.         
  130.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  131.     }
  132.     // line 95
  133.     public function block_main($context, array $blocks = [])
  134.     {
  135.         $macros $this->macros;
  136.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  137.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  138.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  139.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  140.         // line 96
  141.         echo "    ";
  142.         // line 97
  143.         echo "    ";
  144.         // line 98
  145.         echo "    ";
  146.         // line 99
  147.         echo "    ";
  148.         // line 100
  149.         echo "    ";
  150.         // line 101
  151.         echo "    ";
  152.         // line 102
  153.         echo "    ";
  154.         // line 103
  155.         echo 
  156.     
  157.  
  158. ";
  159.         
  160.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  161.         
  162.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  163.     }
  164.     // line 109
  165.     public function block_javascript($context, array $blocks = [])
  166.     {
  167.         $macros $this->macros;
  168.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  169.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  170.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  171.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  172.         // line 110
  173.         echo "    <script>
  174.         \$(function() {
  175.             \$('.main_visual').slick({
  176.                 dots: true,
  177.                 arrows: false,
  178.                 autoplay: true,
  179.                 speed: 300
  180.             });
  181.         });
  182.     </script>
  183.     
  184.     <script type=\"text/javascript\">
  185.         options = {
  186.     \t\"cursorOuter\": \"circle-basic\",
  187.     \t\"hoverEffect\": \"pointer-overlay\",
  188.     \t\"hoverItemMove\": false,
  189.     \t\"defaultCursor\": false,
  190.     \t\"outerWidth\": 30,
  191.     \t\"outerHeight\": 30
  192.           };
  193.        // magicMouse(options);
  194.     </script>
  195. ";
  196.         
  197.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  198.         
  199.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  200.     }
  201.     public function getTemplateName()
  202.     {
  203.         return "index.twig";
  204.     }
  205.     public function isTraitable()
  206.     {
  207.         return false;
  208.     }
  209.     public function getDebugInfo()
  210.     {
  211.         return array (  207 => 110,  197 => 109,  184 => 103,  182 => 102,  180 => 101,  178 => 100,  176 => 99,  174 => 98,  172 => 97,  170 => 96,  160 => 95,  75 => 16,  65 => 15,  54 => 11,  52 => 13,  39 => 11,);
  212.     }
  213.     public function getSourceContext()
  214.     {
  215.         return new Source("{#
  216. This file is part of EC-CUBE
  217. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  218. http://www.ec-cube.co.jp/
  219. For the full copyright and license information, please view the LICENSE
  220. file that was distributed with this source code.
  221. #}
  222. {% extends 'default_frame.twig' %}
  223. {% set body_class = 'front_page' %}
  224. {% block stylesheet %}
  225.     <style>
  226.         .slick-slider {
  227.             margin-bottom: 30px;
  228.         }
  229.         .slick-dots {
  230.             position: absolute;
  231.             bottom: -45px;
  232.             display: block;
  233.             width: 100%;
  234.             padding: 0;
  235.             list-style: none;
  236.             text-align: center;
  237.         }
  238.         .slick-dots li {
  239.             position: relative;
  240.             display: inline-block;
  241.             width: 20px;
  242.             height: 20px;
  243.             margin: 0 5px;
  244.             padding: 0;
  245.             cursor: pointer;
  246.         }
  247.         .slick-dots li button {
  248.             font-size: 0;
  249.             line-height: 0;
  250.             display: block;
  251.             width: 20px;
  252.             height: 20px;
  253.             padding: 5px;
  254.             cursor: pointer;
  255.             color: transparent;
  256.             border: 0;
  257.             outline: none;
  258.             background: transparent;
  259.         }
  260.         .slick-dots li button:hover,
  261.         .slick-dots li button:focus {
  262.             outline: none;
  263.         }
  264.         .slick-dots li button:hover:before,
  265.         .slick-dots li button:focus:before {
  266.             opacity: 1;
  267.         }
  268.         .slick-dots li button:before {
  269.             content: \" \";
  270.             line-height: 20px;
  271.             position: absolute;
  272.             top: 0;
  273.             left: 0;
  274.             width: 12px;
  275.             height: 12px;
  276.             text-align: center;
  277.             opacity: .25;
  278.             background-color: black;
  279.             border-radius: 50%;
  280.         }
  281.         .slick-dots li.slick-active button:before {
  282.             opacity: .75;
  283.             background-color: black;
  284.         }
  285.         .slick-dots li button.thumbnail img {
  286.             width: 0;
  287.             height: 0;
  288.         }
  289.     </style>
  290. {% endblock %}
  291. {% block main %}
  292.     {#<div class=\"ec-sliderRole\">#}
  293.     {#    <div class=\"main_visual\">#}
  294.     {#        <div class=\"item slick-slide\"><img src=\"{{ asset('assets/img/top/img_hero_pc01.jpg') }}\"></div>#}
  295.     {#        <div class=\"item slick-slide\"><img src=\"{{ asset('assets/img/top/img_hero_pc02.jpg') }}\"></div>#}
  296.     {#        <div class=\"item slick-slide\"><img src=\"{{ asset('assets/img/top/img_hero_pc03.jpg') }}\"></div>#}
  297.     {#    </div>#}
  298.     {#</div>#}
  299.  
  300.     
  301.  
  302. {% endblock %}
  303. {% block javascript %}
  304.     <script>
  305.         \$(function() {
  306.             \$('.main_visual').slick({
  307.                 dots: true,
  308.                 arrows: false,
  309.                 autoplay: true,
  310.                 speed: 300
  311.             });
  312.         });
  313.     </script>
  314.     
  315.     <script type=\"text/javascript\">
  316.         options = {
  317.     \t\"cursorOuter\": \"circle-basic\",
  318.     \t\"hoverEffect\": \"pointer-overlay\",
  319.     \t\"hoverItemMove\": false,
  320.     \t\"defaultCursor\": false,
  321.     \t\"outerWidth\": 30,
  322.     \t\"outerHeight\": 30
  323.           };
  324.        // magicMouse(options);
  325.     </script>
  326. {% endblock javascript %}""index.twig""/home/toebisu-kagoya/public_html/toebisu.website/functionshop/app/template/plants/index.twig");
  327.     }
  328.     
  329.     public function checkSecurity()
  330.     {
  331.         static $tags = array("set" => 13);
  332.         static $filters = array();
  333.         static $functions = array();
  334.         try {
  335.             $this->sandbox->checkSecurity(
  336.                 ['set'],
  337.                 [],
  338.                 [],
  339.                 $this->source
  340.             );
  341.         } catch (SecurityError $e) {
  342.             $e->setSourceContext($this->source);
  343.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  344.                 $e->setTemplateLine($tags[$e->getTagName()]);
  345.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  346.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  347.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  348.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  349.             }
  350.             throw $e;
  351.         }
  352.     }
  353. }