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