var/cache/dev/twig/58/58e11b9eed3fd4297154b0858bafdf20c28325e4911a6117475d7cbc9a4e21c7.php line 41

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_c616f0095db291a6000b0dd1dbf6b8272339bc01ad052589bb3548ac6d83d9b2 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.             'javascript' => [$this'block_javascript'],
  24.             'main' => [$this'block_main'],
  25.         ];
  26.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  27.         $this->checkSecurity();
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 22
  32.         return "default_frame.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  41.         // line 24
  42.         $context["body_class"] = "front_page";
  43.         // line 22
  44.         $this->parent $this->loadTemplate("default_frame.twig""index.twig"22);
  45.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  48.         
  49.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  50.     }
  51.     // line 26
  52.     public function block_javascript($context, array $blocks = [])
  53.     {
  54.         $macros $this->macros;
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  56.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  58.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  59.         // line 27
  60.         echo "<script>
  61. \$(function(){
  62.     \$('.main_visual').slick({
  63.     centerMode: true,
  64.   centerPadding: '20px',
  65.         dots:false,
  66.         arrows:true,
  67.         autoplay: false,
  68.         speed: 1000,
  69.     prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"";
  70.         // line 36
  71.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html"nulltrue);
  72.         echo "/img/nikke/slick/w_prev.gif\"></div>',
  73.     nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"";
  74.         // line 37
  75.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html"nulltrue);
  76.         echo "/img/nikke/slick/w_next.gif\"></div>',
  77.           responsive: [{
  78.                breakpoint: 768,
  79.                     settings: {
  80.   centerPadding: '0px',
  81.     prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"";
  82.         // line 42
  83.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html"nulltrue);
  84.         echo "/img/unishop/slick/w_prev.png\"></div>',
  85.     nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"";
  86.         // line 43
  87.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html"nulltrue);
  88.         echo "/img/unishop/slick/w_next.png\"></div>'
  89.                }
  90.           },{
  91.                breakpoint: 480,
  92.                     settings: {
  93.   centerPadding: '0px',
  94.     prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"";
  95.         // line 49
  96.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html"nulltrue);
  97.         echo "/img/unishop/slick/w_prev.png\"></div>',
  98.     nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"";
  99.         // line 50
  100.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html"nulltrue);
  101.         echo "/img/unishop/slick/w_next.png\"></div>'
  102.                     }
  103.                }
  104.           ]
  105.     });
  106. });
  107. </script>
  108. ";
  109.         
  110.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  111.         
  112.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  113.     }
  114.     // line 59
  115.     public function block_main($context, array $blocks = [])
  116.     {
  117.         $macros $this->macros;
  118.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  119.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  120.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  121.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  122.         // line 60
  123.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
  124.             // line 61
  125.             echo "    <div class=\"row\">
  126.        <div class=\"col-sm-12\">
  127.             <div class=\"main_visual\">
  128.                <a href=\"";
  129.             // line 64
  130.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  131.             echo "\">
  132.                     ";
  133.             // line 65
  134.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'65$this->source); })()), "user", [], "any"falsefalsetrue65), "school", [], "any"falsefalsetrue65), "school_id", [], "any"falsefalsetrue65) == "1")) {
  135.                 echo "<!--大宰府学業院中-->
  136.                   <img class=\"pc\" src=\"";
  137.                 // line 66
  138.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  139.                 echo "html/user_data/main_image_pc01_sc01_2.jpg\">
  140.                   <img class=\"sp\" src=\"";
  141.                 // line 67
  142.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  143.                 echo "html/user_data/main_image_sp01_sc01_2.jpg\">
  144.                     ";
  145.             } elseif ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,             // line 68
  146. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'68$this->source); })()), "user", [], "any"falsefalsetrue68), "school", [], "any"falsefalsetrue68), "school_id", [], "any"falsefalsetrue68) == "2")) {
  147.                 echo "<!--大宰府西中-->
  148.                   <img class=\"pc\" src=\"";
  149.                 // line 69
  150.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/nikke/main_image_pc01_sc02.jpg"), "html"nulltrue);
  151.                 echo "\">
  152.                   <img class=\"sp\" src=\"";
  153.                 // line 70
  154.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/nikke/main_image_sp01_sc02.jpg"), "html"nulltrue);
  155.                 echo "\">
  156.                     ";
  157.             } elseif ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,             // line 71
  158. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'71$this->source); })()), "user", [], "any"falsefalsetrue71), "school", [], "any"falsefalsetrue71), "school_id", [], "any"falsefalsetrue71) == "3")) {
  159.                 echo "<!--大宰府中-->
  160.                   <img class=\"pc\" src=\"";
  161.                 // line 72
  162.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/nikke/main_image_pc01_sc03.jpg"), "html"nulltrue);
  163.                 echo "\">
  164.                   <img class=\"sp\" src=\"";
  165.                 // line 73
  166.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/nikke/main_image_sp01_sc03.jpg"), "html"nulltrue);
  167.                 echo "\">
  168.                     ";
  169.             } elseif ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,             // line 74
  170. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'74$this->source); })()), "user", [], "any"falsefalsetrue74), "school", [], "any"falsefalsetrue74), "school_id", [], "any"falsefalsetrue74) == "4")) {
  171.                 echo "<!--大宰府東中-->
  172.                   <img class=\"pc\" src=\"";
  173.                 // line 75
  174.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  175.                 echo "html/user_data/main_image_pc01_sc04_2.jpg\">
  176.                   <img class=\"sp\" src=\"";
  177.                 // line 76
  178.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  179.                 echo "html/user_data/main_image_sp01_sc04_2.jpg\">
  180.                     ";
  181.             } elseif ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,             // line 77
  182. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'77$this->source); })()), "user", [], "any"falsefalsetrue77), "school", [], "any"falsefalsetrue77), "school_id", [], "any"falsefalsetrue77) == "5")) {
  183.                 echo "<!--武蔵台高校-->
  184.                   <img class=\"pc\" src=\"";
  185.                 // line 78
  186.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/nikke/main_image_pc01_sc05.jpg"), "html"nulltrue);
  187.                 echo "\">
  188.                   <img class=\"sp\" src=\"";
  189.                 // line 79
  190.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/nikke/main_image_sp01_sc05.jpg"), "html"nulltrue);
  191.                 echo "\">
  192.                     ";
  193.             } else {
  194.                 // line 81
  195.                 echo "                  <img class=\"pc\" src=\"";
  196.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/nikke/main_image_01b.jpg"), "html"nulltrue);
  197.                 echo "\">
  198.                   <img class=\"sp\" src=\"";
  199.                 // line 82
  200.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/nikke/main_image_sp_01b.jpg"), "html"nulltrue);
  201.                 echo "\">
  202.                     ";
  203.             }
  204.             // line 84
  205.             echo "                </a>
  206.                <a href=\"";
  207.             // line 85
  208.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["eccube_config"]) || array_key_exists("eccube_config"$context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.'85$this->source); })()), "eccube_user_data_route", [], "any"falsefalsetrue85), 85$this->source), ["route" => "commitment_uniform"]);
  209.             echo "\" class=\"item\">
  210.                   <img class=\"pc\" src=\"";
  211.             // line 86
  212.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  213.             echo "html/user_data/main_image_pc_blue01.jpg\">
  214.                   <img class=\"sp\" src=\"";
  215.             // line 87
  216.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  217.             echo "html/user_data/main_image_sp_blue01.jpg\">
  218.                   </a>
  219.             </div>
  220.         </div>
  221.     </div>
  222.     <div id=\"contents\"><div id=\"main\">
  223.     ";
  224.         } else {
  225.             // line 94
  226.             echo "        <div id=\"contents\" class=\"logout\">
  227.             <div class=\"main_visual logouttop\">
  228.                 <div>
  229.                   <img class=\"pc\" src=\"";
  230.             // line 97
  231.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  232.             echo "html/user_data/tokyolad_top2pc.jpg\">
  233.                   <img class=\"sp\" src=\"";
  234.             // line 98
  235.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  236.             echo "html/user_data/tokyolad_top2sp.jpg\">
  237.                 </div>
  238.                <a href=\"";
  239.             // line 100
  240.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["eccube_config"]) || array_key_exists("eccube_config"$context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.'100$this->source); })()), "eccube_user_data_route", [], "any"falsefalsetrue100), 100$this->source), ["route" => "commitment_uniform"]);
  241.             echo "\" class=\"item\">
  242.                   <img class=\"pc\" src=\"";
  243.             // line 101
  244.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  245.             echo "html/user_data/tokyolad_top1pc.jpg\">
  246.                   <img class=\"sp\" src=\"";
  247.             // line 102
  248.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  249.             echo "html/user_data/tokyolad_top1sp.jpg\">
  250.                   </a>
  251.             </div>
  252.         <div class=\"container-fluid inner\"><div id=\"main\">
  253.     ";
  254.         }
  255.         
  256.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  257.         
  258.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  259.     }
  260.     public function getTemplateName()
  261.     {
  262.         return "index.twig";
  263.     }
  264.     public function isTraitable()
  265.     {
  266.         return false;
  267.     }
  268.     public function getDebugInfo()
  269.     {
  270.         return array (  267 => 102,  263 => 101,  259 => 100,  254 => 98,  250 => 97,  245 => 94,  235 => 87,  231 => 86,  227 => 85,  224 => 84,  219 => 82,  214 => 81,  209 => 79,  205 => 78,  201 => 77,  197 => 76,  193 => 75,  189 => 74,  185 => 73,  181 => 72,  177 => 71,  173 => 70,  169 => 69,  165 => 68,  161 => 67,  157 => 66,  153 => 65,  149 => 64,  144 => 61,  142 => 60,  132 => 59,  114 => 50,  110 => 49,  101 => 43,  97 => 42,  89 => 37,  85 => 36,  74 => 27,  64 => 26,  53 => 22,  51 => 24,  38 => 22,);
  271.     }
  272.     public function getSourceContext()
  273.     {
  274.         return new Source("{#
  275. This file is part of EC-CUBE
  276. Copyright(c) 2000-2015 LOCKON CO.,LTD. All Rights Reserved.
  277. http://www.lockon.co.jp/
  278. This program is free software; you can redistribute it and/or
  279. modify it under the terms of the GNU General Public License
  280. as published by the Free Software Foundation; either version 2
  281. of the License, or (at your option) any later version.
  282. This program is distributed in the hope that it will be useful,
  283. but WITHOUT ANY WARRANTY; without even the implied warranty of
  284. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  285. GNU General Public License for more details.
  286. You should have received a copy of the GNU General Public License
  287. along with this program; if not, write to the Free Software
  288. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  289. #}
  290. {% extends 'default_frame.twig' %}
  291. {% set body_class = 'front_page' %}
  292. {% block javascript %}
  293. <script>
  294. \$(function(){
  295.     \$('.main_visual').slick({
  296.     centerMode: true,
  297.   centerPadding: '20px',
  298.         dots:false,
  299.         arrows:true,
  300.         autoplay: false,
  301.         speed: 1000,
  302.     prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"{{ asset('assets') }}/img/nikke/slick/w_prev.gif\"></div>',
  303.     nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"{{ asset('assets') }}/img/nikke/slick/w_next.gif\"></div>',
  304.           responsive: [{
  305.                breakpoint: 768,
  306.                     settings: {
  307.   centerPadding: '0px',
  308.     prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"{{ asset('assets') }}/img/unishop/slick/w_prev.png\"></div>',
  309.     nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"{{ asset('assets') }}/img/unishop/slick/w_next.png\"></div>'
  310.                }
  311.           },{
  312.                breakpoint: 480,
  313.                     settings: {
  314.   centerPadding: '0px',
  315.     prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"{{ asset('assets') }}/img/unishop/slick/w_prev.png\"></div>',
  316.     nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"{{ asset('assets') }}/img/unishop/slick/w_next.png\"></div>'
  317.                     }
  318.                }
  319.           ]
  320.     });
  321. });
  322. </script>
  323. {% endblock %}
  324. {% block main %}
  325. {% if is_granted('ROLE_USER') %}
  326.     <div class=\"row\">
  327.        <div class=\"col-sm-12\">
  328.             <div class=\"main_visual\">
  329.                <a href=\"{{ url('product_list') }}\">
  330.                     {% if app.user.school.school_id == '1' %}<!--大宰府学業院中-->
  331.                   <img class=\"pc\" src=\"{{ url('homepage') }}html/user_data/main_image_pc01_sc01_2.jpg\">
  332.                   <img class=\"sp\" src=\"{{ url('homepage') }}html/user_data/main_image_sp01_sc01_2.jpg\">
  333.                     {% elseif app.user.school.school_id == '2' %}<!--大宰府西中-->
  334.                   <img class=\"pc\" src=\"{{ asset('assets/img/nikke/main_image_pc01_sc02.jpg') }}\">
  335.                   <img class=\"sp\" src=\"{{ asset('assets/img/nikke/main_image_sp01_sc02.jpg') }}\">
  336.                     {% elseif app.user.school.school_id == '3' %}<!--大宰府中-->
  337.                   <img class=\"pc\" src=\"{{ asset('assets/img/nikke/main_image_pc01_sc03.jpg') }}\">
  338.                   <img class=\"sp\" src=\"{{ asset('assets/img/nikke/main_image_sp01_sc03.jpg') }}\">
  339.                     {% elseif app.user.school.school_id == '4' %}<!--大宰府東中-->
  340.                   <img class=\"pc\" src=\"{{ url('homepage') }}html/user_data/main_image_pc01_sc04_2.jpg\">
  341.                   <img class=\"sp\" src=\"{{ url('homepage') }}html/user_data/main_image_sp01_sc04_2.jpg\">
  342.                     {% elseif app.user.school.school_id == '5' %}<!--武蔵台高校-->
  343.                   <img class=\"pc\" src=\"{{ asset('assets/img/nikke/main_image_pc01_sc05.jpg') }}\">
  344.                   <img class=\"sp\" src=\"{{ asset('assets/img/nikke/main_image_sp01_sc05.jpg') }}\">
  345.                     {% else %}
  346.                   <img class=\"pc\" src=\"{{ asset('assets/img/nikke/main_image_01b.jpg') }}\">
  347.                   <img class=\"sp\" src=\"{{ asset('assets/img/nikke/main_image_sp_01b.jpg') }}\">
  348.                     {% endif %}
  349.                 </a>
  350.                <a href=\"{{ url(eccube_config.eccube_user_data_route, {'route': 'commitment_uniform'}) }}\" class=\"item\">
  351.                   <img class=\"pc\" src=\"{{ url('homepage') }}html/user_data/main_image_pc_blue01.jpg\">
  352.                   <img class=\"sp\" src=\"{{ url('homepage') }}html/user_data/main_image_sp_blue01.jpg\">
  353.                   </a>
  354.             </div>
  355.         </div>
  356.     </div>
  357.     <div id=\"contents\"><div id=\"main\">
  358.     {% else %}
  359.         <div id=\"contents\" class=\"logout\">
  360.             <div class=\"main_visual logouttop\">
  361.                 <div>
  362.                   <img class=\"pc\" src=\"{{ url('homepage') }}html/user_data/tokyolad_top2pc.jpg\">
  363.                   <img class=\"sp\" src=\"{{ url('homepage') }}html/user_data/tokyolad_top2sp.jpg\">
  364.                 </div>
  365.                <a href=\"{{ url(eccube_config.eccube_user_data_route, {'route': 'commitment_uniform'}) }}\" class=\"item\">
  366.                   <img class=\"pc\" src=\"{{ url('homepage') }}html/user_data/tokyolad_top1pc.jpg\">
  367.                   <img class=\"sp\" src=\"{{ url('homepage') }}html/user_data/tokyolad_top1sp.jpg\">
  368.                   </a>
  369.             </div>
  370.         <div class=\"container-fluid inner\"><div id=\"main\">
  371.     {% endif %}
  372. {% endblock %}""index.twig""/home/nmtokyolad01/tokyoladies-onlinestore.com/public_html/app/template/unishop/index.twig");
  373.     }
  374.     
  375.     public function checkSecurity()
  376.     {
  377.         static $tags = array("set" => 24"if" => 60);
  378.         static $filters = array("escape" => 36);
  379.         static $functions = array("asset" => 36"is_granted" => 60"url" => 64);
  380.         try {
  381.             $this->sandbox->checkSecurity(
  382.                 ['set''if'],
  383.                 ['escape'],
  384.                 ['asset''is_granted''url']
  385.             );
  386.         } catch (SecurityError $e) {
  387.             $e->setSourceContext($this->source);
  388.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  389.                 $e->setTemplateLine($tags[$e->getTagName()]);
  390.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  391.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  392.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  393.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  394.             }
  395.             throw $e;
  396.         }
  397.     }
  398. }