var/cache/dev/twig/58/58e11b9eed3fd4297154b0858bafdf20c28325e4911a6117475d7cbc9a4e21c7.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_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.             'CALENDER' => [$this'block_CALENDER'],
  26.         ];
  27.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  28.         $this->checkSecurity();
  29.     }
  30.     protected function doGetParent(array $context)
  31.     {
  32.         // line 22
  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 24
  43.         $context["body_class"] = "front_page";
  44.         // line 22
  45.         $this->parent $this->loadTemplate("default_frame.twig""index.twig"22);
  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 26
  53.     public function block_javascript($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""javascript"));
  58.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  59.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  60.         // line 27
  61.         echo "<script>
  62. \$(function(){
  63.     \$('.main_visual').slick({
  64.     centerMode: true,
  65.   centerPadding: '20px',
  66.         dots:false,
  67.         arrows:true,
  68.         autoplay: true,
  69.         speed: 500,
  70.     prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"";
  71.         // line 36
  72.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html"nulltrue);
  73.         echo "/img/nikke/slick/w_prev.gif\"></div>',
  74.     nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"";
  75.         // line 37
  76.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html"nulltrue);
  77.         echo "/img/nikke/slick/w_next.gif\"></div>',
  78.           responsive: [{
  79.                breakpoint: 768,
  80.                     settings: {
  81.   centerPadding: '0px',
  82.     prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"";
  83.         // line 42
  84.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html"nulltrue);
  85.         echo "/img/unishop/slick/w_prev.png\"></div>',
  86.     nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"";
  87.         // line 43
  88.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html"nulltrue);
  89.         echo "/img/unishop/slick/w_next.png\"></div>'
  90.                }
  91.           },{
  92.                breakpoint: 480,
  93.                     settings: {
  94.   centerPadding: '0px',
  95.     prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"";
  96.         // line 49
  97.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html"nulltrue);
  98.         echo "/img/unishop/slick/w_prev.png\"></div>',
  99.     nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"";
  100.         // line 50
  101.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html"nulltrue);
  102.         echo "/img/unishop/slick/w_next.png\"></div>'
  103.                     }
  104.                }
  105.           ]
  106.     });
  107. });
  108. </script>
  109. ";
  110.         
  111.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  112.         
  113.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  114.     }
  115.     // line 59
  116.     public function block_main($context, array $blocks = [])
  117.     {
  118.         $macros $this->macros;
  119.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  120.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  121.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  122.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  123.         // line 60
  124.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
  125.             // line 61
  126.             echo "    <div class=\"row\">
  127.        <div class=\"col-sm-12\">
  128.             <div class=\"main_visual pcspslide\">
  129. <a class=\"box1\" href=\"";
  130.             // line 64
  131.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  132.             echo "\" style=\"background-image:url(";
  133.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  134.             echo "/html/user_data/main_image_hata04.jpg);\">
  135.     <p>";
  136.             // line 65
  137.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(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_name", [], "any"falsefalsetrue65), 65$this->source), "html"nulltrue);
  138.             echo "<br><br>【 アイテム一覧はコチラ 】</p></a>
  139.             </div>
  140.         </div>
  141.     </div>
  142.     <div id=\"contents\"><div id=\"main\">
  143.     ";
  144.         } else {
  145.             // line 71
  146.             echo "        <div id=\"contents\" class=\"logout\">
  147.             <div class=\"logouttop pcspslide\">
  148.                 <div class=\"box1\" style=\"background-position:left center;background-image:url(";
  149.             // line 73
  150.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  151.             echo "/html/user_data/main_image_hata07.jpg);\">
  152.                     <img src=\"";
  153.             // line 74
  154.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  155.             echo "/html/user_data/logo_header_hata9c.png\" style=\"display:block; width:80%; max-width:400px; height:auto; margin:auto 10% 70px auto; filter:drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff);\"></div>
  156.             </div>
  157.             <div class=\"flex_list_link indexbtn\" style=\"margin:10px 0;\">
  158.                 <div class=\"w32 check_pop\" style=\"margin:5px 0;\">
  159. <label class=\"popup\" for=\"pop-up\"><img src=\"";
  160.             // line 78
  161.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html"nulltrue);
  162.             echo "/img/unishop/icon_category01.png\" style=\"display:block; width:20px; height:auto; margin:0 20px 0 0;\"><span>神戸モデル標準服</span></label>
  163. <input type=\"checkbox\" id=\"pop-up\">
  164. <div class=\"popup_over\">
  165. \t<div class=\"popup_window\">
  166. \t\t<label class=\"popup_close\" for=\"pop-up\">×</label>
  167. \t\t<p><span>当社が、推奨販売店として</span><span>ご指定をいただいている学校</span><span>に通われる方におかれましては、</span><br><span>別途、学校から配付されますご案内</span><span>または申込用紙をご覧ください。</span></p>
  168.         <a style=\"color:#333e58; background-color:#fff; background-image:url(";
  169.             // line 84
  170.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  171.             echo "/html/user_data/icon_paperw.png);\" target=\"_blank\" href=\"";
  172.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  173.             echo "html/user_data/pdf_kobe_model.pdf\"><span>内容を了解して</span><span>「神戸モデル標準服」</span><span>のご案内を表示する</span></a>
  174. \t</div>
  175. </div><label class=\"popup_shadow\" for=\"pop-up\">×</label>
  176.                 </div>
  177.                 <a class=\"w32\" href=\"";
  178.             // line 88
  179.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "school_list2"]);
  180.             echo "\">
  181.                     <img src=\"";
  182.             // line 89
  183.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  184.             echo "/html/user_data/icon_school.png\" style=\"display:block; width:40px; height:auto; margin:0 20px 0 0;\">
  185.                     <span>お取扱い校</span></a>
  186.                     
  187.                     <a class=\"w32\" href=\"";
  188.             // line 92
  189.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "store_info"]);
  190.             echo "\">
  191.                     <img src=\"";
  192.             // line 93
  193.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  194.             echo "/html/user_data/icon_store.png.png\" style=\"display:block; width:40px; height:auto; margin:0 20px 0 0;\">
  195.                     <span>店舗情報</span></a>
  196.                 <a class=\"w32\" style=\"margin:5px 0;\" href=\"";
  197.             // line 96
  198.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "maker_list"]);
  199.             echo "\">
  200.                     <img src=\"";
  201.             // line 97
  202.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html"nulltrue);
  203.             echo "/img/unishop/icon_category01_set.png\" style=\"display:block; width:40px; height:auto; margin:0 20px 0 0;\">
  204.                     <span><span>主な取扱い</span><span>メーカー・仕入先</span></span></a>
  205.             </div>
  206.         <div class=\"container-fluid inner\"><div id=\"main\">
  207.     ";
  208.         }
  209.         
  210.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  211.         
  212.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  213.     }
  214.     // line 104
  215.     public function block_CALENDER($context, array $blocks = [])
  216.     {
  217.         $macros $this->macros;
  218.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  219.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""CALENDER"));
  220.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  221.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""CALENDER"));
  222.         // line 105
  223.         echo "<iframe src=\"https://calendar.google.com/calendar/embed?height=600&wkst=1&ctz=Asia%2FTokyo&bgcolor=%23ffffff&src=NmNkMTdlMjliN2M1M2ZmYWJmMjc0OTkzNzM3OTI3NWViYmE0YTUzZDJiNWNmZjM0NzU1YzQ3MzA3OGVlNzJlOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&src=Y2FjNTUxMGE3MTYyOGRmZTQxMmNlYmNlYjU4Mzk5OTdhYTY3OTIzYjAzZjU2ODA3MThlYjhiMzI4MDJkYTBjN0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t&src=amEuamFwYW5lc2UjaG9saWRheUBncm91cC52LmNhbGVuZGFyLmdvb2dsZS5jb20&color=%23D50000&color=%234285F4&color=%23D50000\" style=\"border:solid 1px #777\" width=\"800\" height=\"600\" frameborder=\"0\" scrolling=\"no\"></iframe>
  224. ";
  225.         
  226.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  227.         
  228.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  229.     }
  230.     public function getTemplateName()
  231.     {
  232.         return "index.twig";
  233.     }
  234.     public function isTraitable()
  235.     {
  236.         return false;
  237.     }
  238.     public function getDebugInfo()
  239.     {
  240.         return array (  248 => 105,  238 => 104,  222 => 97,  218 => 96,  212 => 93,  208 => 92,  202 => 89,  198 => 88,  189 => 84,  180 => 78,  173 => 74,  169 => 73,  165 => 71,  156 => 65,  150 => 64,  145 => 61,  143 => 60,  133 => 59,  115 => 50,  111 => 49,  102 => 43,  98 => 42,  90 => 37,  86 => 36,  75 => 27,  65 => 26,  54 => 22,  52 => 24,  39 => 22,);
  241.     }
  242.     public function getSourceContext()
  243.     {
  244.         return new Source("{#
  245. This file is part of EC-CUBE
  246. Copyright(c) 2000-2015 LOCKON CO.,LTD. All Rights Reserved.
  247. http://www.lockon.co.jp/
  248. This program is free software; you can redistribute it and/or
  249. modify it under the terms of the GNU General Public License
  250. as published by the Free Software Foundation; either version 2
  251. of the License, or (at your option) any later version.
  252. This program is distributed in the hope that it will be useful,
  253. but WITHOUT ANY WARRANTY; without even the implied warranty of
  254. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  255. GNU General Public License for more details.
  256. You should have received a copy of the GNU General Public License
  257. along with this program; if not, write to the Free Software
  258. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  259. #}
  260. {% extends 'default_frame.twig' %}
  261. {% set body_class = 'front_page' %}
  262. {% block javascript %}
  263. <script>
  264. \$(function(){
  265.     \$('.main_visual').slick({
  266.     centerMode: true,
  267.   centerPadding: '20px',
  268.         dots:false,
  269.         arrows:true,
  270.         autoplay: true,
  271.         speed: 500,
  272.     prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"{{ asset('assets') }}/img/nikke/slick/w_prev.gif\"></div>',
  273.     nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"{{ asset('assets') }}/img/nikke/slick/w_next.gif\"></div>',
  274.           responsive: [{
  275.                breakpoint: 768,
  276.                     settings: {
  277.   centerPadding: '0px',
  278.     prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"{{ asset('assets') }}/img/unishop/slick/w_prev.png\"></div>',
  279.     nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"{{ asset('assets') }}/img/unishop/slick/w_next.png\"></div>'
  280.                }
  281.           },{
  282.                breakpoint: 480,
  283.                     settings: {
  284.   centerPadding: '0px',
  285.     prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"{{ asset('assets') }}/img/unishop/slick/w_prev.png\"></div>',
  286.     nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"{{ asset('assets') }}/img/unishop/slick/w_next.png\"></div>'
  287.                     }
  288.                }
  289.           ]
  290.     });
  291. });
  292. </script>
  293. {% endblock %}
  294. {% block main %}
  295. {% if is_granted('ROLE_USER') %}
  296.     <div class=\"row\">
  297.        <div class=\"col-sm-12\">
  298.             <div class=\"main_visual pcspslide\">
  299. <a class=\"box1\" href=\"{{ url('product_list') }}\" style=\"background-image:url({{ url('homepage') }}/html/user_data/main_image_hata04.jpg);\">
  300.     <p>{{ app.user.school.school_name }}<br><br>【 アイテム一覧はコチラ 】</p></a>
  301.             </div>
  302.         </div>
  303.     </div>
  304.     <div id=\"contents\"><div id=\"main\">
  305.     {% else %}
  306.         <div id=\"contents\" class=\"logout\">
  307.             <div class=\"logouttop pcspslide\">
  308.                 <div class=\"box1\" style=\"background-position:left center;background-image:url({{ url('homepage') }}/html/user_data/main_image_hata07.jpg);\">
  309.                     <img src=\"{{ url('homepage') }}/html/user_data/logo_header_hata9c.png\" style=\"display:block; width:80%; max-width:400px; height:auto; margin:auto 10% 70px auto; filter:drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff);\"></div>
  310.             </div>
  311.             <div class=\"flex_list_link indexbtn\" style=\"margin:10px 0;\">
  312.                 <div class=\"w32 check_pop\" style=\"margin:5px 0;\">
  313. <label class=\"popup\" for=\"pop-up\"><img src=\"{{ asset('assets') }}/img/unishop/icon_category01.png\" style=\"display:block; width:20px; height:auto; margin:0 20px 0 0;\"><span>神戸モデル標準服</span></label>
  314. <input type=\"checkbox\" id=\"pop-up\">
  315. <div class=\"popup_over\">
  316. \t<div class=\"popup_window\">
  317. \t\t<label class=\"popup_close\" for=\"pop-up\">×</label>
  318. \t\t<p><span>当社が、推奨販売店として</span><span>ご指定をいただいている学校</span><span>に通われる方におかれましては、</span><br><span>別途、学校から配付されますご案内</span><span>または申込用紙をご覧ください。</span></p>
  319.         <a style=\"color:#333e58; background-color:#fff; background-image:url({{ url('homepage') }}/html/user_data/icon_paperw.png);\" target=\"_blank\" href=\"{{ url('homepage') }}html/user_data/pdf_kobe_model.pdf\"><span>内容を了解して</span><span>「神戸モデル標準服」</span><span>のご案内を表示する</span></a>
  320. \t</div>
  321. </div><label class=\"popup_shadow\" for=\"pop-up\">×</label>
  322.                 </div>
  323.                 <a class=\"w32\" href=\"{{ url('user_data', {'route': 'school_list2'}) }}\">
  324.                     <img src=\"{{ url('homepage') }}/html/user_data/icon_school.png\" style=\"display:block; width:40px; height:auto; margin:0 20px 0 0;\">
  325.                     <span>お取扱い校</span></a>
  326.                     
  327.                     <a class=\"w32\" href=\"{{ url('user_data', {'route': 'store_info'}) }}\">
  328.                     <img src=\"{{ url('homepage') }}/html/user_data/icon_store.png.png\" style=\"display:block; width:40px; height:auto; margin:0 20px 0 0;\">
  329.                     <span>店舗情報</span></a>
  330.                 <a class=\"w32\" style=\"margin:5px 0;\" href=\"{{ url('user_data', {'route': 'maker_list'}) }}\">
  331.                     <img src=\"{{ asset('assets') }}/img/unishop/icon_category01_set.png\" style=\"display:block; width:40px; height:auto; margin:0 20px 0 0;\">
  332.                     <span><span>主な取扱い</span><span>メーカー・仕入先</span></span></a>
  333.             </div>
  334.         <div class=\"container-fluid inner\"><div id=\"main\">
  335.     {% endif %}
  336. {% endblock %}
  337. {% block CALENDER %}
  338. <iframe src=\"https://calendar.google.com/calendar/embed?height=600&wkst=1&ctz=Asia%2FTokyo&bgcolor=%23ffffff&src=NmNkMTdlMjliN2M1M2ZmYWJmMjc0OTkzNzM3OTI3NWViYmE0YTUzZDJiNWNmZjM0NzU1YzQ3MzA3OGVlNzJlOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&src=Y2FjNTUxMGE3MTYyOGRmZTQxMmNlYmNlYjU4Mzk5OTdhYTY3OTIzYjAzZjU2ODA3MThlYjhiMzI4MDJkYTBjN0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t&src=amEuamFwYW5lc2UjaG9saWRheUBncm91cC52LmNhbGVuZGFyLmdvb2dsZS5jb20&color=%23D50000&color=%234285F4&color=%23D50000\" style=\"border:solid 1px #777\" width=\"800\" height=\"600\" frameborder=\"0\" scrolling=\"no\"></iframe>
  339. {% endblock %}""index.twig""/home/nmhata01/nmhata01.xsrv.jp/public_html/app/template/unishop/index.twig");
  340.     }
  341.     
  342.     public function checkSecurity()
  343.     {
  344.         static $tags = array("set" => 24"if" => 60);
  345.         static $filters = array("escape" => 36);
  346.         static $functions = array("asset" => 36"is_granted" => 60"url" => 64);
  347.         try {
  348.             $this->sandbox->checkSecurity(
  349.                 ['set''if'],
  350.                 ['escape'],
  351.                 ['asset''is_granted''url']
  352.             );
  353.         } catch (SecurityError $e) {
  354.             $e->setSourceContext($this->source);
  355.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  356.                 $e->setTemplateLine($tags[$e->getTagName()]);
  357.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  358.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  359.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  360.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  361.             }
  362.             throw $e;
  363.         }
  364.     }
  365. }