var/cache/dev/twig/9d/9de8f396d85517390f21f99967953912718187c4c568cbe23d2acc662e81b21c.php line 36

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