<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* default_frame.twig */
class __TwigTemplate_91fc00addc794c821a8e1b9a47080758 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'stylesheet' => [$this, 'block_stylesheet'],
'main' => [$this, 'block_main'],
'javascript' => [$this, 'block_javascript'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default_frame.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default_frame.twig"));
// line 1
echo "<!DOCTYPE html>
";
// line 12
echo "<html lang=\"";
echo twig_escape_filter($this->env, 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", false, false, false, 12), "html", null, true);
echo "\">
<head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
<meta charset=\"utf-8\" />
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\" />
<meta name=\"eccube-csrf-token\" content=\"";
// line 16
echo twig_escape_filter($this->env, $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken(twig_constant("Eccube\\Common\\Constant::TOKEN_NAME")), "html", null, true);
echo "\" />
<title>
";
// line 18
echo twig_escape_filter($this->env, 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.', 18, $this->source); })()), "shop_name", [], "any", false, false, false, 18), "html", null, true);
if ((array_key_exists("subtitle", $context) && !twig_test_empty((isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 18, $this->source); })())))) {
// line 19
echo " / ";
echo twig_escape_filter($this->env, (isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 19, $this->source); })()), "html", null, true);
echo "
";
} elseif (( // line 20
array_key_exists("title", $context) && !twig_test_empty((isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 20, $this->source); })())))) {
// line 21
echo " / ";
echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 21, $this->source); })()), "html", null, true);
echo "
";
}
// line 23
echo " </title>
";
// line 24
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 24, $this->source); })()), "meta_tags", [], "any", false, false, false, 24))) {
// line 25
echo " ";
echo twig_include($this->env, $context, twig_template_from_string($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 25, $this->source); })()), "meta_tags", [], "any", false, false, false, 25)), array(), true, false, true);
echo "
";
// line 26
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 26, $this->source); })()), "description", [], "any", false, false, false, 26))) {
// line 27
echo " <meta name=\"description\" content=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 27, $this->source); })()), "description", [], "any", false, false, false, 27), "html", null, true);
echo "\" />
";
}
// line 29
echo " ";
} else {
// line 30
echo " ";
echo twig_include($this->env, $context, "meta.twig");
echo "
";
}
// line 32
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 32, $this->source); })()), "author", [], "any", false, false, false, 32))) {
// line 33
echo " <meta name=\"author\" content=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 33, $this->source); })()), "author", [], "any", false, false, false, 33), "html", null, true);
echo "\" />
";
}
// line 35
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 35, $this->source); })()), "keyword", [], "any", false, false, false, 35))) {
// line 36
echo " <meta name=\"keywords\" content=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 36, $this->source); })()), "keyword", [], "any", false, false, false, 36), "html", null, true);
echo "\" />
";
}
// line 38
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 38, $this->source); })()), "meta_robots", [], "any", false, false, false, 38))) {
// line 39
echo " <meta name=\"robots\" content=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 39, $this->source); })()), "meta_robots", [], "any", false, false, false, 39), "html", null, true);
echo "\" />
";
}
// line 41
echo " <link rel=\"icon\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.ico", "user_data"), "html", null, true);
echo "\" />
<link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v6.5.2/css/all.css\" integrity=\"sha384-PPIZEGYM1v8zp5Py7UjFb79S58UeqCL9pYVnVPURKEqvioPROaVAJKKLzvH2rDnI\" crossorigin=\"anonymous\" />
<link rel=\"stylesheet\" href=\"";
// line 43
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html", null, true);
echo "\" />
<script src=\"";
// line 44
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front.bundle.js", "bundle"), "html", null, true);
echo "\"></script>
";
// line 45
$this->displayBlock('stylesheet', $context, $blocks);
// line 48
echo " <script>
\$(function () {
\$.ajaxSetup({
headers: {
'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
}
})
})
</script>
";
// line 58
echo " ";
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.', 58, $this->source); })()), "Head", [], "any", false, false, false, 58)) {
// line 59
echo " ";
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); })()), "Head", [], "any", false, false, false, 59)]);
echo "
";
}
// line 61
echo " ";
// line 62
echo " ";
if (array_key_exists("plugin_assets", $context)) {
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.', 62, $this->source); })())]);
}
// line 63
echo " <link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/customize.css", "user_data"), "html", null, true);
echo "\" />
</head>
<body id=\"page_";
// line 65
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_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); })()), "request", [], "any", false, false, false, 65), "get", [0 => "_route"], "method", false, false, false, 65), "html", null, true);
echo "\" class=\"";
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.', 65, $this->source); })()), "other_page")) : ("other_page")), "html", null, true);
echo "\">
";
// line 67
echo " ";
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.', 67, $this->source); })()), "BodyAfter", [], "any", false, false, false, 67)) {
// line 68
echo " ";
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.', 68, $this->source); })()), "BodyAfter", [], "any", false, false, false, 68)]);
echo "
";
}
// line 70
echo "
";
// line 71
if ((((array_key_exists("isMaintenance", $context) && (isset($context["isMaintenance"]) || array_key_exists("isMaintenance", $context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.', 71, $this->source); })())) && array_key_exists("isDebugMode", $context)) && (isset($context["isDebugMode"]) || array_key_exists("isDebugMode", $context) ? $context["isDebugMode"] : (function () { throw new RuntimeError('Variable "isDebugMode" does not exist.', 71, $this->source); })()))) {
// line 72
echo " <dev class=\"ec-twoModeAlert\">
<div class=\"ec-maintenanceAlert\">
<div>
<div class=\"ec-maintenanceAlert__icon\">
<img src=\"";
// line 76
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html", null, true);
echo "\" />
</div>
";
// line 78
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.under_maintenance"), "html", null, true);
echo "
</div>
</div>
<div class=\"ec-debugModeAlert bg-danger\">
<div>
<div class=\"ec-debugModeAlert__icon\">
<img src=\"";
// line 84
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html", null, true);
echo "\" />
</div>
";
// line 86
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.under_debug_mode"), "html", null, true);
echo "
</div>
</div>
</dev>
";
} else {
// line 91
echo " ";
if ((array_key_exists("isMaintenance", $context) && (isset($context["isMaintenance"]) || array_key_exists("isMaintenance", $context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.', 91, $this->source); })()))) {
// line 92
echo " <div class=\"ec-maintenanceAlert\">
<div>
<div class=\"ec-maintenanceAlert__icon\">
<img src=\"";
// line 95
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html", null, true);
echo "\" />
</div>
";
// line 97
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.under_maintenance"), "html", null, true);
echo "
</div>
</div>
";
}
// line 101
echo " ";
if ((array_key_exists("isDebugMode", $context) && (isset($context["isDebugMode"]) || array_key_exists("isDebugMode", $context) ? $context["isDebugMode"] : (function () { throw new RuntimeError('Variable "isDebugMode" does not exist.', 101, $this->source); })()))) {
// line 102
echo " <div class=\"ec-debugModeAlert bg-danger\">
<div>
<div class=\"ec-debugModeAlert__icon\">
<img src=\"";
// line 105
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html", null, true);
echo "\" />
</div>
";
// line 107
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.under_debug_mode"), "html", null, true);
echo "
</div>
</div>
";
}
// line 111
echo " ";
}
// line 112
echo "
<div class=\"ec-layoutRole\">
";
// line 115
echo " ";
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.', 115, $this->source); })()), "Header", [], "any", false, false, false, 115)) {
// line 116
echo " <header class=\"ec-layoutRole__header\">";
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.', 116, $this->source); })()), "Header", [], "any", false, false, false, 116)]);
echo "</header>
";
}
// line 118
echo "
";
// line 120
echo " ";
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.', 120, $this->source); })()), "ContentsTop", [], "any", false, false, false, 120)) {
// line 121
echo " <div class=\"ec-layoutRole__contentTop\">";
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.', 121, $this->source); })()), "ContentsTop", [], "any", false, false, false, 121)]);
echo "</div>
";
}
// line 123
echo "
<div class=\"ec-layoutRole__contents\">
";
// line 126
echo " ";
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.', 126, $this->source); })()), "SideLeft", [], "any", false, false, false, 126)) {
// line 127
echo " <aside class=\"ec-layoutRole__left\">";
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.', 127, $this->source); })()), "SideLeft", [], "any", false, false, false, 127)]);
echo "</aside>
";
}
// line 129
echo "
";
// line 130
$context["layoutRoleMain"] = "ec-layoutRole__main";
// line 131
echo " ";
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.', 131, $this->source); })()), "ColumnNum", [], "any", false, false, false, 131) == 2)) {
// line 132
echo " ";
$context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
// line 133
echo " ";
} 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.', 133, $this->source); })()), "ColumnNum", [], "any", false, false, false, 133) == 3)) {
// line 134
echo " ";
$context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
// line 135
echo " ";
}
// line 136
echo "
<main class=\"";
// line 137
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.', 137, $this->source); })()), "html", null, true);
echo "\">
";
// line 139
echo " ";
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); })()), "MainTop", [], "any", false, false, false, 139)) {
// line 140
echo " <div class=\"ec-layoutRole__mainTop\">";
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); })()), "MainTop", [], "any", false, false, false, 140)]);
echo "</div>
";
}
// line 142
echo "
";
// line 144
echo " ";
$this->displayBlock('main', $context, $blocks);
// line 147
echo "
";
// line 149
echo " ";
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.', 149, $this->source); })()), "MainBottom", [], "any", false, false, false, 149)) {
// line 150
echo " <div class=\"ec-layoutRole__mainBottom\">";
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.', 150, $this->source); })()), "MainBottom", [], "any", false, false, false, 150)]);
echo "</div>
";
}
// line 152
echo " </main>
";
// line 155
echo " ";
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.', 155, $this->source); })()), "SideRight", [], "any", false, false, false, 155)) {
// line 156
echo " <aside class=\"ec-layoutRole__right\">";
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.', 156, $this->source); })()), "SideRight", [], "any", false, false, false, 156)]);
echo "</aside>
";
}
// line 158
echo " </div>
";
// line 161
echo " ";
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.', 161, $this->source); })()), "ContentsBottom", [], "any", false, false, false, 161)) {
// line 162
echo " <div class=\"ec-layoutRole__contentBottom\">";
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.', 162, $this->source); })()), "ContentsBottom", [], "any", false, false, false, 162)]);
echo "</div>
";
}
// line 164
echo "
";
// line 166
echo " ";
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.', 166, $this->source); })()), "Footer", [], "any", false, false, false, 166)) {
// line 167
echo " <footer class=\"ec-layoutRole__footer\">";
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.', 167, $this->source); })()), "Footer", [], "any", false, false, false, 167)]);
echo "</footer>
";
}
// line 169
echo " </div>
<!-- ec-layoutRole -->
<div class=\"ec-overlayRole\"></div>
<div class=\"ec-drawerRoleClose\">
<i class=\"fas fa-times\"></i>
</div>
<div class=\"ec-drawerRole\">
";
// line 178
echo " ";
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.', 178, $this->source); })()), "Drawer", [], "any", false, false, false, 178)) {
// line 179
echo " ";
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.', 179, $this->source); })()), "Drawer", [], "any", false, false, false, 179)]);
echo "
";
}
// line 181
echo " </div>
<div class=\"js-topBtn c-topBtn pagetop\">
<img src=\"/html/user_data/assets/img/common/top-btn.png\" alt=\"\" />
</div>
";
// line 185
$this->loadTemplate("@common/lang.twig", "default_frame.twig", 185)->display($context);
// line 186
echo " <script src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 187
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html", null, true);
echo "\"></script>
";
// line 188
$this->displayBlock('javascript', $context, $blocks);
// line 191
echo " ";
// line 192
echo " ";
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.', 192, $this->source); })()), "CloseBodyBefore", [], "any", false, false, false, 192)) {
// line 193
echo " ";
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.', 193, $this->source); })()), "CloseBodyBefore", [], "any", false, false, false, 193)]);
echo "
";
}
// line 195
echo " ";
// line 196
echo " ";
if (array_key_exists("plugin_snippets", $context)) {
// line 197
echo " ";
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.', 197, $this->source); })())]);
echo "
";
}
// line 199
echo " ";
// line 200
echo " <script src=\"https://cdn.jsdelivr.net/npm/fullcalendar@6.1.6/index.global.min.js\"></script>
<script src=\"https://cdn.jsdelivr.net/npm/@fullcalendar/google-calendar@6.1.6/index.global.min.js\"></script>
<script src=\"";
// line 202
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js", "user_data"), "html", null, true);
echo "\"></script>
</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 45
public function block_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
// line 46
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 144
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 145
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 188
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 189
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "default_frame.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 539 => 189, 529 => 188, 518 => 145, 508 => 144, 497 => 46, 487 => 45, 473 => 202, 469 => 200, 467 => 199, 461 => 197, 458 => 196, 456 => 195, 450 => 193, 447 => 192, 445 => 191, 443 => 188, 439 => 187, 434 => 186, 432 => 185, 426 => 181, 420 => 179, 417 => 178, 407 => 169, 401 => 167, 398 => 166, 395 => 164, 389 => 162, 386 => 161, 382 => 158, 376 => 156, 373 => 155, 369 => 152, 363 => 150, 360 => 149, 357 => 147, 354 => 144, 351 => 142, 345 => 140, 342 => 139, 338 => 137, 335 => 136, 332 => 135, 329 => 134, 326 => 133, 323 => 132, 320 => 131, 318 => 130, 315 => 129, 309 => 127, 306 => 126, 302 => 123, 296 => 121, 293 => 120, 290 => 118, 284 => 116, 281 => 115, 277 => 112, 274 => 111, 267 => 107, 262 => 105, 257 => 102, 254 => 101, 247 => 97, 242 => 95, 237 => 92, 234 => 91, 226 => 86, 221 => 84, 212 => 78, 207 => 76, 201 => 72, 199 => 71, 196 => 70, 190 => 68, 187 => 67, 181 => 65, 175 => 63, 170 => 62, 168 => 61, 162 => 59, 159 => 58, 148 => 48, 146 => 45, 142 => 44, 138 => 43, 132 => 41, 126 => 39, 123 => 38, 117 => 36, 114 => 35, 108 => 33, 105 => 32, 99 => 30, 96 => 29, 90 => 27, 88 => 26, 83 => 25, 81 => 24, 78 => 23, 72 => 21, 70 => 20, 65 => 19, 62 => 18, 57 => 16, 49 => 12, 46 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
<html lang=\"{{ eccube_config.locale }}\">
<head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
<meta charset=\"utf-8\" />
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\" />
<meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\" />
<title>
{{ BaseInfo.shop_name }}{% if subtitle is defined and subtitle is not empty %}
/ {{ subtitle }}
{% elseif title is defined and title is not empty %}
/ {{ title }}
{% endif %}
</title>
{% if Page.meta_tags is not empty %}
{{ include(template_from_string(Page.meta_tags), sandboxed=true) }}
{% if Page.description is not empty %}
<meta name=\"description\" content=\"{{ Page.description }}\" />
{% endif %}
{% else %}
{{ include('meta.twig') }}
{% endif %}
{% if Page.author is not empty %}
<meta name=\"author\" content=\"{{ Page.author }}\" />
{% endif %}
{% if Page.keyword is not empty %}
<meta name=\"keywords\" content=\"{{ Page.keyword }}\" />
{% endif %}
{% if Page.meta_robots is not empty %}
<meta name=\"robots\" content=\"{{ Page.meta_robots }}\" />
{% endif %}
<link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\" />
<link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v6.5.2/css/all.css\" integrity=\"sha384-PPIZEGYM1v8zp5Py7UjFb79S58UeqCL9pYVnVPURKEqvioPROaVAJKKLzvH2rDnI\" crossorigin=\"anonymous\" />
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\" />
<script src=\"{{ asset('front.bundle.js', 'bundle') }}\"></script>
{% block stylesheet %}
{% endblock %}
<script>
\$(function () {
\$.ajaxSetup({
headers: {
'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
}
})
})
</script>
{# Layout: HEAD #}
{% if Layout.Head %}
{{ include('block.twig', { Blocks: Layout.Head }) }}
{% endif %}
{# プラグイン用styleseetやmetatagなど #}
{% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/customize.css', 'user_data') }}\" />
</head>
<body id=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }}\">
{# Layout: BODY_AFTER #}
{% if Layout.BodyAfter %}
{{ include('block.twig', { Blocks: Layout.BodyAfter }) }}
{% endif %}
{% if isMaintenance is defined and isMaintenance and isDebugMode is defined and isDebugMode %}
<dev class=\"ec-twoModeAlert\">
<div class=\"ec-maintenanceAlert\">
<div>
<div class=\"ec-maintenanceAlert__icon\">
<img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\" />
</div>
{{ 'front.under_maintenance'|trans }}
</div>
</div>
<div class=\"ec-debugModeAlert bg-danger\">
<div>
<div class=\"ec-debugModeAlert__icon\">
<img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\" />
</div>
{{ 'front.under_debug_mode'|trans }}
</div>
</div>
</dev>
{% else %}
{% if isMaintenance is defined and isMaintenance %}
<div class=\"ec-maintenanceAlert\">
<div>
<div class=\"ec-maintenanceAlert__icon\">
<img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\" />
</div>
{{ 'front.under_maintenance'|trans }}
</div>
</div>
{% endif %}
{% if isDebugMode is defined and isDebugMode %}
<div class=\"ec-debugModeAlert bg-danger\">
<div>
<div class=\"ec-debugModeAlert__icon\">
<img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\" />
</div>
{{ 'front.under_debug_mode'|trans }}
</div>
</div>
{% endif %}
{% endif %}
<div class=\"ec-layoutRole\">
{# Layout: HEADER #}
{% if Layout.Header %}
<header class=\"ec-layoutRole__header\">{{ include('block.twig', { Blocks: Layout.Header }) }}</header>
{% endif %}
{# Layout: CONTENTS_TOP #}
{% if Layout.ContentsTop %}
<div class=\"ec-layoutRole__contentTop\">{{ include('block.twig', { Blocks: Layout.ContentsTop }) }}</div>
{% endif %}
<div class=\"ec-layoutRole__contents\">
{# Layout: SIDE_LEFT #}
{% if Layout.SideLeft %}
<aside class=\"ec-layoutRole__left\">{{ include('block.twig', { Blocks: Layout.SideLeft }) }}</aside>
{% endif %}
{% set layoutRoleMain = 'ec-layoutRole__main' %}
{% if Layout.ColumnNum == 2 %}
{% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
{% elseif Layout.ColumnNum == 3 %}
{% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
{% endif %}
<main class=\"{{ layoutRoleMain }}\">
{# Layout: MAIN_TOP #}
{% if Layout.MainTop %}
<div class=\"ec-layoutRole__mainTop\">{{ include('block.twig', { Blocks: Layout.MainTop }) }}</div>
{% endif %}
{# MAIN AREA #}
{% block main %}
{% endblock %}
{# Layout: MAIN_Bottom #}
{% if Layout.MainBottom %}
<div class=\"ec-layoutRole__mainBottom\">{{ include('block.twig', { Blocks: Layout.MainBottom }) }}</div>
{% endif %}
</main>
{# Layout: SIDE_RIGHT #}
{% if Layout.SideRight %}
<aside class=\"ec-layoutRole__right\">{{ include('block.twig', { Blocks: Layout.SideRight }) }}</aside>
{% endif %}
</div>
{# Layout: CONTENTS_BOTTOM #}
{% if Layout.ContentsBottom %}
<div class=\"ec-layoutRole__contentBottom\">{{ include('block.twig', { Blocks: Layout.ContentsBottom }) }}</div>
{% endif %}
{# Layout: CONTENTS_FOOTER #}
{% if Layout.Footer %}
<footer class=\"ec-layoutRole__footer\">{{ include('block.twig', { Blocks: Layout.Footer }) }}</footer>
{% endif %}
</div>
<!-- ec-layoutRole -->
<div class=\"ec-overlayRole\"></div>
<div class=\"ec-drawerRoleClose\">
<i class=\"fas fa-times\"></i>
</div>
<div class=\"ec-drawerRole\">
{# Layout: DRAWER #}
{% if Layout.Drawer %}
{{ include('block.twig', { Blocks: Layout.Drawer }) }}
{% endif %}
</div>
<div class=\"js-topBtn c-topBtn pagetop\">
<img src=\"/html/user_data/assets/img/common/top-btn.png\" alt=\"\" />
</div>
{% include '@common/lang.twig' %}
<script src=\"{{ asset('assets/js/function.js') }}\"></script>
<script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
{% block javascript %}
{% endblock %}
{# Layout: CLOSE_BODY_BEFORE #}
{% if Layout.CloseBodyBefore %}
{{ include('block.twig', { Blocks: Layout.CloseBodyBefore }) }}
{% endif %}
{# プラグイン用Snippet #}
{% if plugin_snippets is defined %}
{{ include('snippet.twig', { snippets: plugin_snippets }) }}
{% endif %}
{# カスタマイズ #}
<script src=\"https://cdn.jsdelivr.net/npm/fullcalendar@6.1.6/index.global.min.js\"></script>
<script src=\"https://cdn.jsdelivr.net/npm/@fullcalendar/google-calendar@6.1.6/index.global.min.js\"></script>
<script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script>
</body>
</html>
", "default_frame.twig", "/home/xs0607itami/xs0607itami.xsrv.jp/public_html/app/template/default/default_frame.twig");
}
}