var/cache/dev/twig/65/65c90250b0e25c3a09ee32364a04ee85dac7257aebacbbf5839a7ad79be7e33f.php line 288

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. /* default_frame.twig */
  14. class __TwigTemplate_e6f3181a827b35105be229e1afdd8b87ea705100acc7b657118fdbdc4e62bd78 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""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""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 prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#\">
  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.     <link rel=\"icon\" href=\"";
  51.         // line 18
  52.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.ico""user_data"), "html"nulltrue);
  53.         echo "\">
  54.     <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css\" integrity=\"sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu\" crossorigin=\"anonymous\">
  55.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  56.     <link rel=\"stylesheet\" href=\"//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css\">
  57.     <link rel=\"stylesheet\" href=\"";
  58.         // line 22
  59.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html"nulltrue);
  60.         echo "\">
  61.     ";
  62.         // line 23
  63.         $this->displayBlock('stylesheet'$context$blocks);
  64.         // line 24
  65.         echo "    <script src=\"https://code.jquery.com/jquery-3.3.1.min.js\" integrity=\"sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=\" crossorigin=\"anonymous\"></script>
  66.     <script>
  67.         \$(function() {
  68.             \$.ajaxSetup({
  69.                 'headers': {
  70.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  71.                 }
  72.             });
  73.         });
  74.     </script>
  75.     ";
  76.         // line 35
  77.         echo "    ";
  78.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'35$this->source); })()), "Head", [], "any"falsefalsefalse35)) {
  79.             // line 36
  80.             echo "        ";
  81.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'36$this->source); })()), "Head", [], "any"falsefalsefalse36)]);
  82.             echo "
  83.     ";
  84.         }
  85.         // line 38
  86.         echo "    ";
  87.         // line 39
  88.         echo "    ";
  89.         if (array_key_exists("plugin_assets"$context)) {
  90.             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.'39$this->source); })())]);
  91.         }
  92.         // line 40
  93.         echo "    <link rel=\"stylesheet\" href=\"";
  94.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/customize.css""user_data"), "html"nulltrue);
  95.         echo "\">
  96. </head>
  97. <body id=\"page_";
  98.         // line 42
  99.         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.'42$this->source); })()), "request", [], "any"falsefalsefalse42), "get", [=> "_route"], "method"falsefalsefalse42), "html"nulltrue);
  100.         echo "\" class=\"";
  101.         echo twig_escape_filter($this->env, ((array_key_exists("body_class"$context)) ? (_twig_default_filter((isset($context["body_class"]) || array_key_exists("body_class"$context) ? $context["body_class"] : (function () { throw new RuntimeError('Variable "body_class" does not exist.'42$this->source); })()), "other_page")) : ("other_page")), "html"nulltrue);
  102.         echo "\">
  103. ";
  104.         // line 44
  105.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'44$this->source); })()), "BodyAfter", [], "any"falsefalsefalse44)) {
  106.             // line 45
  107.             echo "    ";
  108.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'45$this->source); })()), "BodyAfter", [], "any"falsefalsefalse45)]);
  109.             echo "
  110. ";
  111.         }
  112.         // line 47
  113.         echo "
  114. <div class=\"ec-layoutRole\">
  115.     ";
  116.         // line 50
  117.         echo "    ";
  118.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'50$this->source); })()), "Header", [], "any"falsefalsefalse50)) {
  119.             // line 51
  120.             echo "        <div class=\"ec-layoutRole__header\">
  121.             ";
  122.             // line 52
  123.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'52$this->source); })()), "Header", [], "any"falsefalsefalse52)]);
  124.             echo "
  125.         </div>
  126.     ";
  127.         }
  128.         // line 55
  129.         echo "
  130.     ";
  131.         // line 57
  132.         echo "    ";
  133.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'57$this->source); })()), "ContentsTop", [], "any"falsefalsefalse57)) {
  134.             // line 58
  135.             echo "        <div class=\"ec-layoutRole__contentTop\">
  136.             ";
  137.             // line 59
  138.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'59$this->source); })()), "ContentsTop", [], "any"falsefalsefalse59)]);
  139.             echo "
  140.         </div>
  141.     ";
  142.         }
  143.         // line 62
  144.         echo "
  145.     <div class=\"ec-layoutRole__contents\">
  146.         ";
  147.         // line 65
  148.         echo "        ";
  149.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'65$this->source); })()), "SideLeft", [], "any"falsefalsefalse65)) {
  150.             // line 66
  151.             echo "            <div class=\"ec-layoutRole__left\">
  152.                 ";
  153.             // line 67
  154.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'67$this->source); })()), "SideLeft", [], "any"falsefalsefalse67)]);
  155.             echo "
  156.             </div>
  157.         ";
  158.         }
  159.         // line 70
  160.         echo "
  161.         ";
  162.         // line 71
  163.         $context["layoutRoleMain"] = "ec-layoutRole__main";
  164.         // line 72
  165.         echo "        ";
  166.         if ((twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'72$this->source); })()), "ColumnNum", [], "any"falsefalsefalse72) == 2)) {
  167.             // line 73
  168.             echo "            ";
  169.             $context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
  170.             // line 74
  171.             echo "        ";
  172.         } elseif ((twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'74$this->source); })()), "ColumnNum", [], "any"falsefalsefalse74) == 3)) {
  173.             // line 75
  174.             echo "            ";
  175.             $context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
  176.             // line 76
  177.             echo "        ";
  178.         }
  179.         // line 77
  180.         echo "
  181.         <div class=\"";
  182.         // line 78
  183.         echo twig_escape_filter($this->env, (isset($context["layoutRoleMain"]) || array_key_exists("layoutRoleMain"$context) ? $context["layoutRoleMain"] : (function () { throw new RuntimeError('Variable "layoutRoleMain" does not exist.'78$this->source); })()), "html"nulltrue);
  184.         echo "\">
  185.             ";
  186.         // line 80
  187.         echo "            ";
  188.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'80$this->source); })()), "MainTop", [], "any"falsefalsefalse80)) {
  189.             // line 81
  190.             echo "                <div class=\"ec-layoutRole__mainTop\">
  191.                     ";
  192.             // line 82
  193.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'82$this->source); })()), "MainTop", [], "any"falsefalsefalse82)]);
  194.             echo "
  195.                 </div>
  196.             ";
  197.         }
  198.         // line 85
  199.         echo "
  200.             ";
  201.         // line 87
  202.         echo "            ";
  203.         $this->displayBlock('main'$context$blocks);
  204.         // line 88
  205.         echo "
  206.             ";
  207.         // line 90
  208.         echo "            ";
  209.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'90$this->source); })()), "MainBottom", [], "any"falsefalsefalse90)) {
  210.             // line 91
  211.             echo "                <div class=\"ec-layoutRole__mainBottom\">
  212.                     ";
  213.             // line 92
  214.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'92$this->source); })()), "MainBottom", [], "any"falsefalsefalse92)]);
  215.             echo "
  216.                 </div>
  217.             ";
  218.         }
  219.         // line 95
  220.         echo "        </div>
  221.         ";
  222.         // line 98
  223.         echo "        ";
  224.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'98$this->source); })()), "SideRight", [], "any"falsefalsefalse98)) {
  225.             // line 99
  226.             echo "            <div class=\"ec-layoutRole__right\">
  227.                 ";
  228.             // line 100
  229.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'100$this->source); })()), "SideRight", [], "any"falsefalsefalse100)]);
  230.             echo "
  231.             </div>
  232.         ";
  233.         }
  234.         // line 103
  235.         echo "    </div>
  236.     ";
  237.         // line 106
  238.         echo "    ";
  239.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'106$this->source); })()), "ContentsBottom", [], "any"falsefalsefalse106)) {
  240.             // line 107
  241.             echo "        <div class=\"ec-layoutRole__contentBottom\">
  242.             ";
  243.             // line 108
  244.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'108$this->source); })()), "ContentsBottom", [], "any"falsefalsefalse108)]);
  245.             echo "
  246.         </div>
  247.     ";
  248.         }
  249.         // line 111
  250.         echo "
  251.     ";
  252.         // line 113
  253.         echo "    ";
  254.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'113$this->source); })()), "Footer", [], "any"falsefalsefalse113)) {
  255.             // line 114
  256.             echo "        <div class=\"ec-layoutRole__footer\">
  257.             ";
  258.             // line 115
  259.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'115$this->source); })()), "Footer", [], "any"falsefalsefalse115)]);
  260.             echo "
  261.         </div>
  262.     ";
  263.         }
  264.         // line 118
  265.         echo "</div><!-- ec-layoutRole -->
  266. <div class=\"ec-overlayRole\"></div>
  267. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  268. <div class=\"ec-drawerRole\">
  269.     ";
  270.         // line 124
  271.         echo "    ";
  272.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'124$this->source); })()), "Drawer", [], "any"falsefalsefalse124)) {
  273.             // line 125
  274.             echo "        ";
  275.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'125$this->source); })()), "Drawer", [], "any"falsefalsefalse125)]);
  276.             echo "
  277.     ";
  278.         }
  279.         // line 127
  280.         echo "</div>
  281. <div class=\"ec-blockTopBtn pagetop\">
  282.     <i class=\"fas fa-angle-up\"></i>
  283.     ";
  284.         // line 130
  285.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(""), "html"nulltrue);
  286.         echo "
  287. </div>
  288. <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js\" integrity=\"sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd\" crossorigin=\"anonymous\"></script>
  289. <script src=\"https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js\"></script>
  290. ";
  291.         // line 134
  292.         $this->loadTemplate("@common/lang.twig""default_frame.twig"134)->display($context);
  293.         // line 135
  294.         echo "<script src=\"";
  295.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html"nulltrue);
  296.         echo "\"></script>
  297. <script src=\"";
  298.         // line 136
  299.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html"nulltrue);
  300.         echo "\"></script>
  301. ";
  302.         // line 137
  303.         $this->displayBlock('javascript'$context$blocks);
  304.         // line 139
  305.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'139$this->source); })()), "CloseBodyBefore", [], "any"falsefalsefalse139)) {
  306.             // line 140
  307.             echo "    ";
  308.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'140$this->source); })()), "CloseBodyBefore", [], "any"falsefalsefalse140)]);
  309.             echo "
  310. ";
  311.         }
  312.         // line 143
  313.         if (array_key_exists("plugin_snippets"$context)) {
  314.             // line 144
  315.             echo "    ";
  316.             echo twig_include($this->env$context"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.'144$this->source); })())]);
  317.             echo "
  318. ";
  319.         }
  320.         // line 146
  321.         echo "    <script src=\"";
  322.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js""user_data"), "html"nulltrue);
  323.         echo "\"></script>
  324. </body>
  325. </html>
  326. ";
  327.         
  328.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  329.         
  330.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  331.     }
  332.     // line 23
  333.     public function block_stylesheet($context, array $blocks = [])
  334.     {
  335.         $macros $this->macros;
  336.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  337.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  338.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  339.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  340.         
  341.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  342.         
  343.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  344.     }
  345.     // line 87
  346.     public function block_main($context, array $blocks = [])
  347.     {
  348.         $macros $this->macros;
  349.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  350.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  351.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  352.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  353.         
  354.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  355.         
  356.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  357.     }
  358.     // line 137
  359.     public function block_javascript($context, array $blocks = [])
  360.     {
  361.         $macros $this->macros;
  362.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  363.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  364.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  365.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  366.         
  367.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  368.         
  369.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  370.     }
  371.     public function getTemplateName()
  372.     {
  373.         return "default_frame.twig";
  374.     }
  375.     public function isTraitable()
  376.     {
  377.         return false;
  378.     }
  379.     public function getDebugInfo()
  380.     {
  381.         return array (  385 => 137,  367 => 87,  349 => 23,  334 => 146,  328 => 144,  326 => 143,  320 => 140,  318 => 139,  316 => 137,  312 => 136,  307 => 135,  305 => 134,  298 => 130,  293 => 127,  287 => 125,  284 => 124,  277 => 118,  271 => 115,  268 => 114,  265 => 113,  262 => 111,  256 => 108,  253 => 107,  250 => 106,  246 => 103,  240 => 100,  237 => 99,  234 => 98,  230 => 95,  224 => 92,  221 => 91,  218 => 90,  215 => 88,  212 => 87,  209 => 85,  203 => 82,  200 => 81,  197 => 80,  193 => 78,  190 => 77,  187 => 76,  184 => 75,  181 => 74,  178 => 73,  175 => 72,  173 => 71,  170 => 70,  164 => 67,  161 => 66,  158 => 65,  154 => 62,  148 => 59,  145 => 58,  142 => 57,  139 => 55,  133 => 52,  130 => 51,  127 => 50,  123 => 47,  117 => 45,  115 => 44,  109 => 42,  103 => 40,  98 => 39,  96 => 38,  90 => 36,  87 => 35,  75 => 24,  73 => 23,  69 => 22,  62 => 18,  57 => 16,  49 => 12,  46 => 1,);
  382.     }
  383.     public function getSourceContext()
  384.     {
  385.         return new Source("<!doctype html>
  386. {#
  387. This file is part of EC-CUBE
  388. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  389. http://www.ec-cube.co.jp/
  390. For the full copyright and license information, please view the LICENSE
  391. file that was distributed with this source code.
  392. #}
  393. <html lang=\"{{ eccube_config.locale }}\">
  394. <head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#\">
  395.     <meta charset=\"utf-8\">
  396.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  397.     <meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
  398.     <link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\">
  399.     <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css\" integrity=\"sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu\" crossorigin=\"anonymous\">
  400.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  401.     <link rel=\"stylesheet\" href=\"//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css\">
  402.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\">
  403.     {% block stylesheet %}{% endblock %}
  404.     <script src=\"https://code.jquery.com/jquery-3.3.1.min.js\" integrity=\"sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=\" crossorigin=\"anonymous\"></script>
  405.     <script>
  406.         \$(function() {
  407.             \$.ajaxSetup({
  408.                 'headers': {
  409.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  410.                 }
  411.             });
  412.         });
  413.     </script>
  414.     {# Layout: HEAD #}
  415.     {% if Layout.Head %}
  416.         {{ include('block.twig', {'Blocks': Layout.Head}) }}
  417.     {% endif %}
  418.     {# プラグイン用styleseetやmetatagなど #}
  419.     {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
  420.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/customize.css', 'user_data') }}\">
  421. </head>
  422. <body id=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }}\">
  423. {# Layout: BODY_AFTER #}
  424. {% if Layout.BodyAfter %}
  425.     {{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
  426. {% endif %}
  427. <div class=\"ec-layoutRole\">
  428.     {# Layout: HEADER #}
  429.     {% if Layout.Header %}
  430.         <div class=\"ec-layoutRole__header\">
  431.             {{ include('block.twig', {'Blocks': Layout.Header}) }}
  432.         </div>
  433.     {% endif %}
  434.     {# Layout: CONTENTS_TOP #}
  435.     {% if Layout.ContentsTop %}
  436.         <div class=\"ec-layoutRole__contentTop\">
  437.             {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
  438.         </div>
  439.     {% endif %}
  440.     <div class=\"ec-layoutRole__contents\">
  441.         {# Layout: SIDE_LEFT #}
  442.         {% if Layout.SideLeft %}
  443.             <div class=\"ec-layoutRole__left\">
  444.                 {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
  445.             </div>
  446.         {% endif %}
  447.         {% set layoutRoleMain = 'ec-layoutRole__main' %}
  448.         {% if Layout.ColumnNum == 2 %}
  449.             {% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
  450.         {% elseif Layout.ColumnNum == 3 %}
  451.             {% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
  452.         {% endif %}
  453.         <div class=\"{{ layoutRoleMain }}\">
  454.             {# Layout: MAIN_TOP #}
  455.             {% if Layout.MainTop %}
  456.                 <div class=\"ec-layoutRole__mainTop\">
  457.                     {{ include('block.twig', {'Blocks': Layout.MainTop}) }}
  458.                 </div>
  459.             {% endif %}
  460.             {# MAIN AREA #}
  461.             {% block main %}{% endblock %}
  462.             {# Layout: MAIN_Bottom #}
  463.             {% if Layout.MainBottom %}
  464.                 <div class=\"ec-layoutRole__mainBottom\">
  465.                     {{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
  466.                 </div>
  467.             {% endif %}
  468.         </div>
  469.         {# Layout: SIDE_RIGHT #}
  470.         {% if Layout.SideRight %}
  471.             <div class=\"ec-layoutRole__right\">
  472.                 {{ include('block.twig', {'Blocks': Layout.SideRight}) }}
  473.             </div>
  474.         {% endif %}
  475.     </div>
  476.     {# Layout: CONTENTS_BOTTOM #}
  477.     {% if Layout.ContentsBottom %}
  478.         <div class=\"ec-layoutRole__contentBottom\">
  479.             {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
  480.         </div>
  481.     {% endif %}
  482.     {# Layout: CONTENTS_FOOTER #}
  483.     {% if Layout.Footer %}
  484.         <div class=\"ec-layoutRole__footer\">
  485.             {{ include('block.twig', {'Blocks': Layout.Footer}) }}
  486.         </div>
  487.     {% endif %}
  488. </div><!-- ec-layoutRole -->
  489. <div class=\"ec-overlayRole\"></div>
  490. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  491. <div class=\"ec-drawerRole\">
  492.     {# Layout: DRAWER #}
  493.     {% if Layout.Drawer %}
  494.         {{ include('block.twig', {'Blocks': Layout.Drawer}) }}
  495.     {% endif %}
  496. </div>
  497. <div class=\"ec-blockTopBtn pagetop\">
  498.     <i class=\"fas fa-angle-up\"></i>
  499.     {{''|trans}}
  500. </div>
  501. <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js\" integrity=\"sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd\" crossorigin=\"anonymous\"></script>
  502. <script src=\"https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js\"></script>
  503. {% include('@common/lang.twig') %}
  504. <script src=\"{{ asset('assets/js/function.js') }}\"></script>
  505. <script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
  506. {% block javascript %}{% endblock %}
  507. {# Layout: CLOSE_BODY_BEFORE #}
  508. {% if Layout.CloseBodyBefore %}
  509.     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
  510. {% endif %}
  511. {# プラグイン用Snippet #}
  512. {% if plugin_snippets is defined %}
  513.     {{ include('snippet.twig', { snippets: plugin_snippets }) }}
  514. {% endif %}
  515.     <script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script>
  516. </body>
  517. </html>
  518. ""default_frame.twig""/home/gswubshm/public_html/eccube41to42test.rmx.cfbx.jp/prd/app/template/originalTemplate/default_frame.twig");
  519.     }
  520. }