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