var/cache/dev/twig/ce/cecd4802406330bd8972f1df2d8be101a3da805237591b173dec461d53ebe424.php line 67

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. /* @admin/default_frame.twig */
  14. class __TwigTemplate_0fad3d5775a69a09415c19823133eb2bc5848fef93e7cef8b53a65673765ddd5 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->parent false;
  23.         $this->blocks = [
  24.             'stylesheet' => [$this'block_stylesheet'],
  25.             'main' => [$this'block_main'],
  26.             'javascript' => [$this'block_javascript'],
  27.         ];
  28.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  29.         $this->checkSecurity();
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@admin/default_frame.twig"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@admin/default_frame.twig"));
  38.         // line 1
  39.         echo "<!doctype html>
  40. ";
  41.         // line 12
  42.         echo "<html lang=\"";
  43.         echo twig_escape_filter($this->env$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.'12$this->source); })()), "locale", [], "any"falsefalsetrue12), 12$this->source), "html"nulltrue);
  44.         echo "\">
  45. <head>
  46.     <meta charset=\"utf-8\">
  47.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  48.     <meta name=\"eccube-csrf-token\" content=\"";
  49.         // line 16
  50.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken(twig_constant("Eccube\\Common\\Constant::TOKEN_NAME")), "html"nulltrue);
  51.         echo "\">
  52.     <title>";
  53.         // line 17
  54.         $this->displayBlock("sub_title"$context$blocks);
  55.         echo " ";
  56.         $this->displayBlock("title"$context$blocks);
  57.         echo " - ";
  58.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'17$this->source); })()), "shop_name", [], "any"falsefalsetrue17), 17$this->source), "html"nulltrue);
  59.         echo "</title>
  60.     <link rel=\"icon\" href=\"";
  61.         // line 18
  62.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/favicon.ico""admin"), "html"nulltrue);
  63.         echo "\">
  64.     <link rel=\"stylesheet\" href=\"";
  65.         // line 19
  66.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/bootstrap.css""admin"), "html"nulltrue);
  67.         echo "\">
  68.     <link href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\" rel=\"stylesheet\" integrity=\"sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN\" crossorigin=\"anonymous\">
  69.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\">
  70.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/v4-shims.css\">
  71.     <link rel=\"stylesheet\" href=\"";
  72.         // line 23
  73.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/ladda-themeless.min.css""admin"), "html"nulltrue);
  74.         echo "\"></link>
  75.     <link rel=\"stylesheet\" href=\"";
  76.         // line 24
  77.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/app.css""admin"), "html"nulltrue);
  78.         echo "\">
  79.     ";
  80.         // line 25
  81.         $this->displayBlock('stylesheet'$context$blocks);
  82.         // line 26
  83.         echo "    <script src=\"https://code.jquery.com/jquery-3.3.1.min.js\" integrity=\"sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=\" crossorigin=\"anonymous\"></script>
  84.     <script>
  85.         \$(function() {
  86.             \$.ajaxSetup({
  87.                 'headers': {
  88.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  89.                 }
  90.             });
  91.         });
  92.     </script>
  93.     ";
  94.         // line 37
  95.         echo "    ";
  96.         if (array_key_exists("plugin_assets"$context)) {
  97.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"@admin/snippet.twig", ["snippets" => (isset($context["plugin_assets"]) || array_key_exists("plugin_assets"$context) ? $context["plugin_assets"] : (function () { throw new RuntimeError('Variable "plugin_assets" does not exist.'37$this->source); })())]);
  98.         }
  99.         // line 38
  100.         echo "</head>
  101. <body id=\"page_";
  102.         // line 39
  103.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_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.'39$this->source); })()), "request", [], "any"falsefalsetrue39), "get", [=> "_route"], "method"falsefalsetrue39), 39$this->source), "html"nulltrue);
  104.         echo "\">
  105. <header class=\"c-headerBar\">
  106.     <div class=\"c-headerBar__container\">
  107.         <div class=\"c-headerBar__logo\">
  108.             <h1><img src=\"";
  109.         // line 43
  110.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/logo_nakatomi.svg""admin"), "html"nulltrue);
  111.         echo "\"></h1>
  112.         </div>
  113.         <a class=\"c-headerBar__toggleBtn\"><i class=\"fa fa-bars\" aria-hidden=\"true\"></i></a>
  114.         <a class=\"c-headerBar__shopTitle\" href=\"";
  115.         // line 46
  116.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  117.         echo "\" target=\"_blank\"><span>";
  118.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'46$this->source); })()), "shop_name", [], "any"falsefalsetrue46), 46$this->source), "html"nulltrue);
  119.         echo "</span><i class=\"fa fa-angle-right\" aria-hidden=\"true\"></i></a>
  120.         <a class=\"c-headerBar__userMenu\"
  121.            data-container=\"body\"
  122.            data-toggle=\"popover\"
  123.            data-placement=\"bottom\"
  124.            title=\"";
  125.         // line 51
  126.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("admin.header.last_login"), "html"nulltrue);
  127.         echo "\"
  128.            data-content=\"&lt;p&gt;";
  129.         // line 52
  130.         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\IntlExtension']->date_min($this->env$this->sandbox->ensureToStringAllowed(twig_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.'52$this->source); })()), "user", [], "any"falsefalsetrue52), "login_date", [], "any"falsefalsetrue52), 52$this->source)), "html"nulltrue);
  131.         echo "&lt;/p&gt;&lt;a href='";
  132.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("admin_change_password");
  133.         echo "' class='btn btn-ec-regular btn-block'&gt;";
  134.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("admin.header.change_password"), "html"nulltrue);
  135.         echo "&lt;/a&gt;&lt;a href='";
  136.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("admin_logout");
  137.         echo "' class='btn btn-ec-sub btn-block'&gt;";
  138.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("admin.header.logout"), "html"nulltrue);
  139.         echo "&lt;/a&gt;\"
  140.            data-html=\"true\"><i class=\"fa fa-user-circle\" aria-hidden=\"true\"></i><span>";
  141.         // line 53
  142.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("admin.header.user_name", ["%name%" => twig_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.'53$this->source); })()), "user", [], "any"falsefalsetrue53), "name", [], "any"falsefalsetrue53)]), "html"nulltrue);
  143.         echo "</span><i class=\"fa fa-angle-down\" aria-hidden=\"true\"></i></a>
  144.     </div>
  145. </header>
  146. <div class=\"c-container\">
  147.     <div class=\"c-mainNavArea\">
  148.         ";
  149.         // line 58
  150.         echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"@admin/nav.twig");
  151.         echo "
  152.     </div>
  153.     <div class=\"c-curtain\"></div>
  154.     <div class=\"c-contentsArea\">
  155.         <div class=\"c-pageTitle\">
  156.             <div class=\"c-pageTitle__titles\">
  157.                 <h2 class=\"c-pageTitle__title\">";
  158.         // line 64
  159.         $this->displayBlock("title"$context$blocks);
  160.         echo "</h2><span class=\"c-pageTitle__subTitle\">";
  161.         $this->displayBlock("sub_title"$context$blocks);
  162.         echo "</span>
  163.             </div>
  164.         </div>
  165.         ";
  166.         // line 68
  167.         echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"@admin/alert.twig");
  168.         echo "
  169.         ";
  170.         // line 70
  171.         $this->displayBlock('main'$context$blocks);
  172.         // line 71
  173.         echo "
  174.     </div>
  175. </div>
  176. <script src=\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js\" integrity=\"sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1\" crossorigin=\"anonymous\"></script>
  177. <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js\" integrity=\"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM\" crossorigin=\"anonymous\"></script>
  178. <script src=\"";
  179.         // line 76
  180.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/vendor/spin.min.js""admin"), "html"nulltrue);
  181.         echo "\"></script>
  182. <script src=\"";
  183.         // line 77
  184.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/vendor/ladda.min.js""admin"), "html"nulltrue);
  185.         echo "\"></script>
  186. ";
  187.         // line 78
  188.         $this->loadTemplate("@common/lang.twig""@admin/default_frame.twig"78)->display($context);
  189.         // line 79
  190.         echo "<script src=\"";
  191.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js""admin"), "html"nulltrue);
  192.         echo "\"></script>
  193. ";
  194.         // line 80
  195.         $this->displayBlock('javascript'$context$blocks);
  196.         // line 82
  197.         if (array_key_exists("plugin_snippets"$context)) {
  198.             // line 83
  199.             echo "    ";
  200.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"@admin/snippet.twig", ["snippets" => (isset($context["plugin_snippets"]) || array_key_exists("plugin_snippets"$context) ? $context["plugin_snippets"] : (function () { throw new RuntimeError('Variable "plugin_snippets" does not exist.'83$this->source); })())]);
  201.             echo "
  202. ";
  203.         }
  204.         // line 85
  205.         echo "</body>
  206. </html>
  207. ";
  208.         
  209.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  210.         
  211.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  212.     }
  213.     // line 25
  214.     public function block_stylesheet($context, array $blocks = [])
  215.     {
  216.         $macros $this->macros;
  217.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  218.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  219.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  220.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  221.         
  222.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  223.         
  224.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  225.     }
  226.     // line 70
  227.     public function block_main($context, array $blocks = [])
  228.     {
  229.         $macros $this->macros;
  230.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  231.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  232.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  233.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  234.         
  235.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  236.         
  237.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  238.     }
  239.     // line 80
  240.     public function block_javascript($context, array $blocks = [])
  241.     {
  242.         $macros $this->macros;
  243.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  244.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  245.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  246.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  247.         
  248.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  249.         
  250.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  251.     }
  252.     public function getTemplateName()
  253.     {
  254.         return "@admin/default_frame.twig";
  255.     }
  256.     public function isTraitable()
  257.     {
  258.         return false;
  259.     }
  260.     public function getDebugInfo()
  261.     {
  262.         return array (  264 => 80,  246 => 70,  228 => 25,  216 => 85,  210 => 83,  208 => 82,  206 => 80,  201 => 79,  199 => 78,  195 => 77,  191 => 76,  184 => 71,  182 => 70,  177 => 68,  168 => 64,  159 => 58,  151 => 53,  139 => 52,  135 => 51,  125 => 46,  119 => 43,  112 => 39,  109 => 38,  104 => 37,  92 => 26,  90 => 25,  86 => 24,  82 => 23,  75 => 19,  71 => 18,  63 => 17,  59 => 16,  51 => 12,  48 => 1,);
  263.     }
  264.     public function getSourceContext()
  265.     {
  266.         return new Source("<!doctype html>
  267. {#
  268. This file is part of EC-CUBE
  269. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  270. http://www.ec-cube.co.jp/
  271. For the full copyright and license information, please view the LICENSE
  272. file that was distributed with this source code.
  273. #}
  274. <html lang=\"{{ eccube_config.locale }}\">
  275. <head>
  276.     <meta charset=\"utf-8\">
  277.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  278.     <meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
  279.     <title>{{ block('sub_title') }} {{ block('title') }} - {{ BaseInfo.shop_name }}</title>
  280.     <link rel=\"icon\" href=\"{{ asset('assets/img/favicon.ico', 'admin') }}\">
  281.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/bootstrap.css', 'admin') }}\">
  282.     <link href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\" rel=\"stylesheet\" integrity=\"sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN\" crossorigin=\"anonymous\">
  283.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\">
  284.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/v4-shims.css\">
  285.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/ladda-themeless.min.css', 'admin') }}\"></link>
  286.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/app.css', 'admin') }}\">
  287.     {% block stylesheet %}{% endblock %}
  288.     <script src=\"https://code.jquery.com/jquery-3.3.1.min.js\" integrity=\"sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=\" crossorigin=\"anonymous\"></script>
  289.     <script>
  290.         \$(function() {
  291.             \$.ajaxSetup({
  292.                 'headers': {
  293.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  294.                 }
  295.             });
  296.         });
  297.     </script>
  298.     {# プラグイン用styleseetやmetatagなど #}
  299.     {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', {snippets: plugin_assets}) }}{% endif %}
  300. </head>
  301. <body id=\"page_{{ app.request.get('_route') }}\">
  302. <header class=\"c-headerBar\">
  303.     <div class=\"c-headerBar__container\">
  304.         <div class=\"c-headerBar__logo\">
  305.             <h1><img src=\"{{ asset('assets/img/logo_nakatomi.svg', 'admin') }}\"></h1>
  306.         </div>
  307.         <a class=\"c-headerBar__toggleBtn\"><i class=\"fa fa-bars\" aria-hidden=\"true\"></i></a>
  308.         <a class=\"c-headerBar__shopTitle\" href=\"{{ url('homepage') }}\" target=\"_blank\"><span>{{ BaseInfo.shop_name }}</span><i class=\"fa fa-angle-right\" aria-hidden=\"true\"></i></a>
  309.         <a class=\"c-headerBar__userMenu\"
  310.            data-container=\"body\"
  311.            data-toggle=\"popover\"
  312.            data-placement=\"bottom\"
  313.            title=\"{{ 'admin.header.last_login'|trans }}\"
  314.            data-content=\"&lt;p&gt;{{ app.user.login_date|date_min }}&lt;/p&gt;&lt;a href='{{ url(\"admin_change_password\") }}' class='btn btn-ec-regular btn-block'&gt;{{ 'admin.header.change_password'|trans }}&lt;/a&gt;&lt;a href='{{ url(\"admin_logout\") }}' class='btn btn-ec-sub btn-block'&gt;{{ 'admin.header.logout'|trans }}&lt;/a&gt;\"
  315.            data-html=\"true\"><i class=\"fa fa-user-circle\" aria-hidden=\"true\"></i><span>{{ 'admin.header.user_name'|trans({'%name%':app.user.name}) }}</span><i class=\"fa fa-angle-down\" aria-hidden=\"true\"></i></a>
  316.     </div>
  317. </header>
  318. <div class=\"c-container\">
  319.     <div class=\"c-mainNavArea\">
  320.         {{ include('@admin/nav.twig') }}
  321.     </div>
  322.     <div class=\"c-curtain\"></div>
  323.     <div class=\"c-contentsArea\">
  324.         <div class=\"c-pageTitle\">
  325.             <div class=\"c-pageTitle__titles\">
  326.                 <h2 class=\"c-pageTitle__title\">{{ block('title') }}</h2><span class=\"c-pageTitle__subTitle\">{{ block('sub_title') }}</span>
  327.             </div>
  328.         </div>
  329.         {{ include('@admin/alert.twig') }}
  330.         {% block main %}{% endblock %}
  331.     </div>
  332. </div>
  333. <script src=\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js\" integrity=\"sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1\" crossorigin=\"anonymous\"></script>
  334. <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js\" integrity=\"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM\" crossorigin=\"anonymous\"></script>
  335. <script src=\"{{ asset('assets/js/vendor/spin.min.js', 'admin') }}\"></script>
  336. <script src=\"{{ asset('assets/js/vendor/ladda.min.js', 'admin') }}\"></script>
  337. {% include('@common/lang.twig') %}
  338. <script src=\"{{ asset('assets/js/function.js', 'admin') }}\"></script>
  339. {% block javascript %}{% endblock %}
  340. {# プラグイン用Snippet #}
  341. {% if plugin_snippets is defined %}
  342.     {{ include('@admin/snippet.twig', {snippets: plugin_snippets}) }}
  343. {% endif %}
  344. </body>
  345. </html>
  346. ""@admin/default_frame.twig""/home/nakatomishop/www/NfNudtBdkd/app/template/admin/default_frame.twig");
  347.     }
  348.     
  349.     public function checkSecurity()
  350.     {
  351.         static $tags = array("block" => 25"if" => 37"include" => 78);
  352.         static $filters = array("escape" => 12"trans" => 51"date_min" => 52);
  353.         static $functions = array("csrf_token" => 16"constant" => 16"asset" => 18"include" => 37"url" => 46);
  354.         try {
  355.             $this->sandbox->checkSecurity(
  356.                 ['block''if''include'],
  357.                 ['escape''trans''date_min'],
  358.                 ['csrf_token''constant''asset''include''url']
  359.             );
  360.         } catch (SecurityError $e) {
  361.             $e->setSourceContext($this->source);
  362.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  363.                 $e->setTemplateLine($tags[$e->getTagName()]);
  364.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  365.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  366.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  367.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  368.             }
  369.             throw $e;
  370.         }
  371.     }
  372. }