var/cache/dev/twig/8b/8b51dc6b74611271ad0af3a6468e6e92f8a6fe2187824545c2c6a2316f136216.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_6cb47d61a9dc90c7605f0029536f504586780aee2e7b675d2783dcd90b3536b2 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-slide {
  64.             height: auto;
  65.         }
  66.         .slick-slide img {
  67.             width: 100%;
  68.             object-fit: cover;
  69.         }
  70.         .main_visual {
  71.             width: 100%;
  72.             margin: 0 auto;
  73.         }
  74.         .ec-sliderRole {
  75.             margin-top: 20px;
  76.             margin-bottom: 40px;
  77.         }
  78.         .main_visual item {
  79.             width: 100%;
  80.             object-fit: cover;
  81.         }
  82.         .slick-dots {
  83.             position: absolute;
  84.             bottom: -40px;
  85.             display: block;
  86.             width: 100%;
  87.             padding: 0;
  88.             list-style: none;
  89.             text-align: center;
  90.         }
  91.         .slick-dots li {
  92.             position: relative;
  93.             display: inline-block;
  94.             width: 20px;
  95.             height: 20px;
  96.             margin: 0 5px;
  97.             padding: 0;
  98.             cursor: pointer;
  99.         }
  100.         .slick-dots li button {
  101.             font-size: 0;
  102.             line-height: 0;
  103.             display: block;
  104.             width: 20px;
  105.             height: 20px;
  106.             padding: 5px;
  107.             cursor: pointer;
  108.             color: transparent;
  109.             border: 0;
  110.             outline: none;
  111.             background: transparent;
  112.         }
  113.         .slick-dots li button:hover,
  114.         .slick-dots li button:focus {
  115.             outline: none;
  116.         }
  117.         .slick-dots li button:hover:before,
  118.         .slick-dots li button:focus:before {
  119.             opacity: 1;
  120.         }
  121.         .slick-dots li button:before {
  122.             content: \" \";
  123.             line-height: 20px;
  124.             position: absolute;
  125.             top: 0;
  126.             left: 0;
  127.             width: 12px;
  128.             height: 12px;
  129.             text-align: center;
  130.             opacity: .25;
  131.             background-color: #ff6600;
  132.             border-radius: 50%;
  133.         }
  134.         .slick-dots li.slick-active button:before {
  135.             opacity: .75;
  136.             background-color: #ff6600;
  137.         }
  138.         .slick-dots li button.thumbnail img {
  139.             width: 0;
  140.             height: 0;
  141.         }
  142.     </style>
  143. ";
  144.         
  145.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  146.         
  147.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  148.     }
  149.     // line 124
  150.     public function block_javascript($context, array $blocks = [])
  151.     {
  152.         $macros $this->macros;
  153.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  154.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  155.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  156.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  157.         // line 125
  158.         echo "<script>
  159.     \$(function() {
  160.     \$('.main_visual').slick({
  161.         dots: true,
  162.         arrows: false,
  163.         autoplay: true,
  164.         speed: 600
  165.     });
  166. });
  167. </script>
  168. ";
  169.         
  170.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  171.         
  172.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  173.     }
  174.     // line 137
  175.     public function block_main($context, array $blocks = [])
  176.     {
  177.         $macros $this->macros;
  178.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  179.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  180.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  181.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  182.         // line 138
  183.         echo "<h1 class=\"mv\">
  184.     <img src=\"";
  185.         // line 139
  186.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/ecshop/html/user_data/assets/img/top/unimaru_mv.jpg"), "html"nulltrue);
  187.         echo "\" alt=\"うにまる\" class=\"mv__img\">
  188. </h1>
  189. ";
  190.         
  191.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  192.         
  193.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  194.     }
  195.     public function getTemplateName()
  196.     {
  197.         return "index.twig";
  198.     }
  199.     public function isTraitable()
  200.     {
  201.         return false;
  202.     }
  203.     public function getDebugInfo()
  204.     {
  205.         return array (  232 => 139,  229 => 138,  219 => 137,  199 => 125,  189 => 124,  73 => 16,  63 => 15,  52 => 11,  50 => 13,  37 => 11,);
  206.     }
  207.     public function getSourceContext()
  208.     {
  209.         return new Source("{#
  210. This file is part of EC-CUBE
  211. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  212. http://www.ec-cube.co.jp/
  213. For the full copyright and license information, please view the LICENSE
  214. file that was distributed with this source code.
  215. #}
  216. {% extends 'default_frame.twig' %}
  217. {% set body_class = 'front_page' %}
  218. {% block stylesheet %}
  219.     <style>
  220.         .slick-slider {
  221.             margin-bottom: 30px;
  222.         }
  223.         .slick-slide {
  224.             height: auto;
  225.         }
  226.         .slick-slide img {
  227.             width: 100%;
  228.             object-fit: cover;
  229.         }
  230.         .main_visual {
  231.             width: 100%;
  232.             margin: 0 auto;
  233.         }
  234.         .ec-sliderRole {
  235.             margin-top: 20px;
  236.             margin-bottom: 40px;
  237.         }
  238.         .main_visual item {
  239.             width: 100%;
  240.             object-fit: cover;
  241.         }
  242.         .slick-dots {
  243.             position: absolute;
  244.             bottom: -40px;
  245.             display: block;
  246.             width: 100%;
  247.             padding: 0;
  248.             list-style: none;
  249.             text-align: center;
  250.         }
  251.         .slick-dots li {
  252.             position: relative;
  253.             display: inline-block;
  254.             width: 20px;
  255.             height: 20px;
  256.             margin: 0 5px;
  257.             padding: 0;
  258.             cursor: pointer;
  259.         }
  260.         .slick-dots li button {
  261.             font-size: 0;
  262.             line-height: 0;
  263.             display: block;
  264.             width: 20px;
  265.             height: 20px;
  266.             padding: 5px;
  267.             cursor: pointer;
  268.             color: transparent;
  269.             border: 0;
  270.             outline: none;
  271.             background: transparent;
  272.         }
  273.         .slick-dots li button:hover,
  274.         .slick-dots li button:focus {
  275.             outline: none;
  276.         }
  277.         .slick-dots li button:hover:before,
  278.         .slick-dots li button:focus:before {
  279.             opacity: 1;
  280.         }
  281.         .slick-dots li button:before {
  282.             content: \" \";
  283.             line-height: 20px;
  284.             position: absolute;
  285.             top: 0;
  286.             left: 0;
  287.             width: 12px;
  288.             height: 12px;
  289.             text-align: center;
  290.             opacity: .25;
  291.             background-color: #ff6600;
  292.             border-radius: 50%;
  293.         }
  294.         .slick-dots li.slick-active button:before {
  295.             opacity: .75;
  296.             background-color: #ff6600;
  297.         }
  298.         .slick-dots li button.thumbnail img {
  299.             width: 0;
  300.             height: 0;
  301.         }
  302.     </style>
  303. {% endblock %}
  304. {% block javascript %}
  305. <script>
  306.     \$(function() {
  307.     \$('.main_visual').slick({
  308.         dots: true,
  309.         arrows: false,
  310.         autoplay: true,
  311.         speed: 600
  312.     });
  313. });
  314. </script>
  315. {% endblock javascript %}
  316. {% block main %}
  317. <h1 class=\"mv\">
  318.     <img src=\"{{ asset('/ecshop/html/user_data/assets/img/top/unimaru_mv.jpg') }}\" alt=\"うにまる\" class=\"mv__img\">
  319. </h1>
  320. {#    <div class=\"ec-sliderRole\">#}
  321. {#        <div class=\"main_visual\">#}
  322. {#            <div class=\"item slick-slide\"><img#}
  323. {#                        src=\"{{ asset('/ecshop/html/user_data/assets/img/top/slides_hearts.jpg') }}\"></div>#}
  324. {#            <div class=\"item slick-slide\"><img#}
  325. {#                        src=\"{{ asset('/ecshop/html/user_data/assets/img/top/slides_balloon.jpg') }}\"></div>#}
  326. {#            <div class=\"item slick-slide\"><img#}
  327. {#                        src=\"{{ asset('/ecshop/html/user_data/assets/img/top/slides_live.jpg') }}\"></div>#}
  328. {#        </div>#}
  329. {#    </div>#}
  330. {% endblock %}""index.twig""/home/atplus4/mirai-kanban.com/public_html/ecshop/app/template/default/index.twig");
  331.     }
  332. }