<?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_41f1f9816a9c4777be5fcf2bec0372c6 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'],
'lm_after_contents_top' => [$this, 'block_lm_after_contents_top'],
'main' => [$this, 'block_main'],
'lm_before_contents_bottom' => [$this, 'block_lm_before_contents_bottom'],
'lm_estimate_footer' => [$this, 'block_lm_estimate_footer'],
'javascript' => [$this, 'block_javascript'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
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
$context["current_path"] = 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.', 12, $this->source); })()), "request", [], "any", false, false, true, 12), "get", [0 => "_route"], "method", false, false, true, 12);
// line 14
if ( !array_key_exists("BreadCrumbs", $context)) {
// line 15
echo " ";
$context["BreadCrumbs"] = [0 => "none"];
}
// line 17
echo "<html lang=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["eccube_config"]) || array_key_exists("eccube_config", $context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.', 17, $this->source); })()), "locale", [], "any", false, false, true, 17), 17, $this->source), "html", null, true);
echo "\">
<head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#\">
<meta charset=\"utf-8\">
";
// line 21
if ($this->extensions['Customize\Twig\Extension\ServiceExtension']->wannaSeePc()) {
// line 22
echo " <meta name=\"viewport\" content=\"width=990, initial-scale=1, shrink-to-fit=no\">
";
} else {
// line 24
echo " <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
";
}
// line 26
echo " <meta name=\"eccube-csrf-token\" content=\"";
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 "\">
";
// line 27
$this->loadTemplate("Common/canonical.twig", "default_frame.twig", 27)->display($context);
// line 28
echo " ";
if ( !array_key_exists("MetaTags", $context)) {
// line 29
echo " ";
$context["MetaTags"] = [];
// line 30
echo " ";
}
// line 31
echo " ";
echo $this->extensions['Customize\Twig\Extension\ServiceExtension']->SetMetaTags($this->sandbox->ensureToStringAllowed((isset($context["MetaTags"]) || array_key_exists("MetaTags", $context) ? $context["MetaTags"] : (function () { throw new RuntimeError('Variable "MetaTags" does not exist.', 31, $this->source); })()), 31, $this->source));
echo "
<meta name=\"sentry-trace\" content=\"";
// line 33
echo twig_escape_filter($this->env, $this->env->getFunction('getToTraceParent')->getCallable()(), "html", null, true);
echo "\" />
<meta name=\"baggage\" content=\"sentry-trace_id=";
// line 34
echo twig_escape_filter($this->env, $this->env->getFunction('getTrackId')->getCallable()(), "html", null, true);
echo "\" />
";
// line 44
echo "
";
// line 46
echo "
<link rel=\"shortcut icon\" href=\"/images/favicon.ico\">
<link rel=\"apple-touch-icon\" href=\"/images/apple-touch-icon.png\">
<link rel=\"icon\" type=\"image/png\" href=\"/images/android-chrome-256x256.png\">
<link rel=\"stylesheet\" rel=\"dns-prefetch\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css\" integrity=\"sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu\" crossorigin=\"anonymous\">
<link rel=\"stylesheet\" rel=\"dns-prefetch\" href=\"https://use.fontawesome.com/releases/v5.6.1/css/all.css\">
<link rel=\"stylesheet\" href=\"";
// line 52
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.min.css"), "html", null, true);
echo "?v=20240313\">
";
// line 53
echo $this->extensions['Customize\Twig\Extension\ServiceExtension']->GetLmCssList();
echo "
";
// line 54
$this->loadTemplate("init/stylesheet.twig", "default_frame.twig", 54)->display($context);
// line 55
echo " ";
$this->displayBlock('stylesheet', $context, $blocks);
// line 56
echo " <script src=\"https://code.jquery.com/jquery-3.5.1.min.js\" integrity=\"sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=\" crossorigin=\"anonymous\"></script>
<script>
\$(function() {
\$.ajaxSetup({
'headers': {
'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
}
});
});
</script>
";
// 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); })()), "Head", [], "any", false, false, true, 67)) {
// line 68
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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); })()), "Head", [], "any", false, false, true, 68)]);
echo "
";
}
// line 70
echo " ";
// line 71
echo " ";
if (array_key_exists("plugin_assets", $context)) {
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "@admin/snippet.twig", ["snippets" => (isset($context["plugin_assets"]) || array_key_exists("plugin_assets", $context) ? $context["plugin_assets"] : (function () { throw new RuntimeError('Variable "plugin_assets" does not exist.', 71, $this->source); })())]);
}
// line 72
echo " ";
// line 73
echo "
";
// line 74
$this->loadTemplate("Common/dataLayer.twig", "default_frame.twig", 74)->display($context);
// line 75
echo "
";
// line 76
if (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPhpFunctions("env", "APP_ENV") == "prod")) {
// line 77
echo " <!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5259DT');</script>
<!-- End Google Tag Manager -->
";
} else {
// line 85
echo " <!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TJ2GNKW');</script>
<!-- End Google Tag Manager -->
";
}
// line 93
echo "
</head>
<body id=\"page_";
// line 95
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(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.', 95, $this->source); })()), "request", [], "any", false, false, true, 95), "get", [0 => "_route"], "method", false, false, true, 95), 95, $this->source), "html", null, true);
echo "\" class=\"";
echo twig_escape_filter($this->env, ((array_key_exists("body_class", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed((isset($context["body_class"]) || array_key_exists("body_class", $context) ? $context["body_class"] : (function () { throw new RuntimeError('Variable "body_class" does not exist.', 95, $this->source); })()), 95, $this->source), "other_page")) : ("other_page")), "html", null, true);
echo "\">
";
// line 96
ob_start();
// line 97
if (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPhpFunctions("env", "APP_ENV") == "prod")) {
// line 98
echo "<!-- Google Tag Manager -->
<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-5259DT\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<!-- End Google Tag Manager -->
";
} else {
// line 103
echo "<!-- Google Tag Manager (noscript) -->
<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-TJ2GNKW\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
";
}
// line 108
echo "
";
// line 109
if ($this->extensions['Customize\Twig\Extension\ServiceExtension']->wannaSeePc()) {
// line 110
echo "<div>
<a id=\"to-sp-page\" href=\"/?device_view=mobile\">
<img alt=\"スマートフォンサイトを表示\" src=\"/images/sp/to_sp.jpg\">
</a>
</div>
";
}
// line 116
echo "
";
// line 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.', 118, $this->source); })()), "BodyAfter", [], "any", false, false, true, 118)) {
// line 119
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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.', 119, $this->source); })()), "BodyAfter", [], "any", false, false, true, 119)]);
echo "
";
}
// line 121
echo "
<div class=\"ec-layoutRole\">
<div id=\"header\">
";
// line 125
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.', 125, $this->source); })()), "Header", [], "any", false, false, true, 125)) {
// line 126
echo " <div class=\"ec-layoutRole__header\">
";
// line 127
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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); })()), "Header", [], "any", false, false, true, 127)]);
echo "
</div>
";
}
// line 130
echo "
";
// line 132
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.', 132, $this->source); })()), "ContentsTop", [], "any", false, false, true, 132)) {
// line 133
echo " <div class=\"ec-layoutRole__contentTop\" id=\"header-4\">
";
// line 134
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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.', 134, $this->source); })()), "ContentsTop", [], "any", false, false, true, 134)]);
echo "
</div>
";
}
// line 137
echo "
";
// line 139
echo " ";
$this->displayBlock('lm_after_contents_top', $context, $blocks);
// line 140
echo "
</div>
<div id=\"contents_wrapper\">
<div class=\"ec-layoutRole__contents\">
";
// line 147
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.', 147, $this->source); })()), "SideLeft", [], "any", false, false, true, 147)) {
// line 148
echo " <div class=\"ec-layoutRole__left\" id=\"lmenu\" data-layout=\"calendar_layout\">
";
// line 149
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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.', 149, $this->source); })()), "SideLeft", [], "any", false, false, true, 149)]);
echo "
</div>
";
}
// line 152
echo "
";
// line 153
$context["layoutRoleMain"] = "ec-layoutRole__main";
// line 154
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.', 154, $this->source); })()), "ColumnNum", [], "any", false, false, true, 154) == 2)) {
// line 155
echo " ";
$context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
// line 156
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.', 156, $this->source); })()), "ColumnNum", [], "any", false, false, true, 156) == 3)) {
// line 157
echo " ";
$context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
// line 158
echo " ";
}
// line 159
echo "
<div class=\"";
// line 160
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["layoutRoleMain"]) || array_key_exists("layoutRoleMain", $context) ? $context["layoutRoleMain"] : (function () { throw new RuntimeError('Variable "layoutRoleMain" does not exist.', 160, $this->source); })()), 160, $this->source), "html", null, true);
echo "\" id=\"contents\">
";
// line 162
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.', 162, $this->source); })()), "MainTop", [], "any", false, false, true, 162)) {
// line 163
echo " <div class=\"ec-layoutRole__mainTop\">
";
// line 164
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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.', 164, $this->source); })()), "MainTop", [], "any", false, false, true, 164)]);
echo "
</div>
";
}
// line 167
echo "
";
// line 169
echo " ";
$context["current_path"] = 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.', 169, $this->source); })()), "request", [], "any", false, false, true, 169), "get", [0 => "_route"], "method", false, false, true, 169);
// line 170
echo "\t ";
$context["paths_use_custom_breadcrumb"] = [0 => "estimate", 1 => "estimate_with_id", 2 => "cart", 3 => "shopping_login"];
// line 171
echo "\t ";
if ((((((isset($context["current_path"]) || array_key_exists("current_path", $context) ? $context["current_path"] : (function () { throw new RuntimeError('Variable "current_path" does not exist.', 171, $this->source); })()) == "item/detail") && array_key_exists("isMobile", $context)) && (isset($context["isMobile"]) || array_key_exists("isMobile", $context) ? $context["isMobile"] : (function () { throw new RuntimeError('Variable "isMobile" does not exist.', 171, $this->source); })())) || twig_in_filter((isset($context["current_path"]) || array_key_exists("current_path", $context) ? $context["current_path"] : (function () { throw new RuntimeError('Variable "current_path" does not exist.', 171, $this->source); })()), (isset($context["paths_use_custom_breadcrumb"]) || array_key_exists("paths_use_custom_breadcrumb", $context) ? $context["paths_use_custom_breadcrumb"] : (function () { throw new RuntimeError('Variable "paths_use_custom_breadcrumb" does not exist.', 171, $this->source); })())))) {
// line 172
echo " ";
} else {
// line 173
echo " ";
echo $this->extensions['Customize\Twig\Extension\ServiceExtension']->SetBreadCrumb($this->sandbox->ensureToStringAllowed((isset($context["BreadCrumbs"]) || array_key_exists("BreadCrumbs", $context) ? $context["BreadCrumbs"] : (function () { throw new RuntimeError('Variable "BreadCrumbs" does not exist.', 173, $this->source); })()), 173, $this->source));
echo "
";
}
// line 175
echo " ";
$this->displayBlock('main', $context, $blocks);
// line 176
echo "
";
// 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); })()), "MainBottom", [], "any", false, false, true, 178)) {
// line 179
echo " <div class=\"ec-layoutRole__mainBottom\">
";
// line 180
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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.', 180, $this->source); })()), "MainBottom", [], "any", false, false, true, 180)]);
echo "
</div>
";
}
// line 183
echo " </div>
";
// line 186
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.', 186, $this->source); })()), "SideRight", [], "any", false, false, true, 186)) {
// line 187
echo " <div class=\"ec-layoutRole__right\">
";
// line 188
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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.', 188, $this->source); })()), "SideRight", [], "any", false, false, true, 188)]);
echo "
</div>
";
}
// line 191
echo " </div>
<div class=\"ec-layoutRole__contentBottom\">
";
// line 196
echo " ";
$this->displayBlock('lm_before_contents_bottom', $context, $blocks);
// line 197
echo "
";
// line 199
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.', 199, $this->source); })()), "ContentsBottom", [], "any", false, false, true, 199)) {
// line 200
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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.', 200, $this->source); })()), "ContentsBottom", [], "any", false, false, true, 200)]);
echo "
";
}
// line 202
echo "
</div>
</div>
";
// line 207
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.', 207, $this->source); })()), "Footer", [], "any", false, false, true, 207) && ( !array_key_exists("isHiddenOnEstimateMobile", $context) || ((isset($context["isHiddenOnEstimateMobile"]) || array_key_exists("isHiddenOnEstimateMobile", $context) ? $context["isHiddenOnEstimateMobile"] : (function () { throw new RuntimeError('Variable "isHiddenOnEstimateMobile" does not exist.', 207, $this->source); })()) == false)))) {
// line 208
echo " <div class=\"ec-layoutRole__footer\" id=\"footer\">
";
// line 209
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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.', 209, $this->source); })()), "Footer", [], "any", false, false, true, 209)]);
echo "
</div>
";
}
// line 212
echo " ";
$this->displayBlock('lm_estimate_footer', $context, $blocks);
// line 213
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 219
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.', 219, $this->source); })()), "Drawer", [], "any", false, false, true, 219)) {
// line 220
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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.', 220, $this->source); })()), "Drawer", [], "any", false, false, true, 220)]);
echo "
";
}
// line 222
echo "</div>
";
// line 224
echo "<script async defer type=\"text/javascript\" src=\"/javascripts/item.js?20230228_01\"></script>
<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js\" integrity=\"sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd\" crossorigin=\"anonymous\"></script>
<script src=\"https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js\"></script>
";
// line 227
$this->loadTemplate("@common/lang.twig", "default_frame.twig", 227)->display($context);
// line 228
echo "<script async 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 async src=\"";
// line 229
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html", null, true);
echo "\"></script>
";
// line 230
$this->loadTemplate("init/javascript.twig", "default_frame.twig", 230)->display($context);
// line 231
$this->displayBlock('javascript', $context, $blocks);
// line 233
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.', 233, $this->source); })()), "CloseBodyBefore", [], "any", false, false, true, 233)) {
// line 234
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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.', 234, $this->source); })()), "CloseBodyBefore", [], "any", false, false, true, 234)]);
echo "
";
}
// line 237
if (array_key_exists("plugin_snippets", $context)) {
// line 238
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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.', 238, $this->source); })())]);
echo "
";
}
// line 240
echo " ";
// line 241
echo "<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function() {
navigator.serviceWorker.register('/javascripts/workers/service-worker.js?20240129').then(function(registration) {
console.log('ServiceWorker registration successful with scope: ', registration.scope);
}, function(err) {
console.log('ServiceWorker registration failed: ', err);
});
});
}
\$('a[href^=\"tel:\"]').on('click', function (e) {
var fromUrl = window.location.href;
\$.ajax({
type: \"POST\",
url: \"";
// line 256
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("ajax_karte_tel_inquiry");
echo "\",
data: {
fromUrl: fromUrl
},
dataType: 'json'
}).done(function(response) {
if (response && response.data && response.data.script) {
var script = JSON.parse(response.data.script);
script = script.replace(/\\\\\\//g, \"/\");
\$('body').append(script);
}
});
});
</script>
";
echo trim(preg_replace('/>\s+</', '><', ob_get_clean()));
// line 271
echo "</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 55
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"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 139
public function block_lm_after_contents_top($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", "lm_after_contents_top"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "lm_after_contents_top"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 175
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"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 196
public function block_lm_before_contents_bottom($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", "lm_before_contents_bottom"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "lm_before_contents_bottom"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 212
public function block_lm_estimate_footer($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", "lm_estimate_footer"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "lm_estimate_footer"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 231
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"));
$__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 ( 635 => 231, 617 => 212, 599 => 196, 581 => 175, 563 => 139, 545 => 55, 533 => 271, 515 => 256, 498 => 241, 496 => 240, 490 => 238, 488 => 237, 482 => 234, 480 => 233, 478 => 231, 476 => 230, 472 => 229, 467 => 228, 465 => 227, 460 => 224, 457 => 222, 451 => 220, 448 => 219, 441 => 213, 438 => 212, 432 => 209, 429 => 208, 426 => 207, 420 => 202, 414 => 200, 411 => 199, 408 => 197, 405 => 196, 399 => 191, 393 => 188, 390 => 187, 387 => 186, 383 => 183, 377 => 180, 374 => 179, 371 => 178, 368 => 176, 365 => 175, 359 => 173, 356 => 172, 353 => 171, 350 => 170, 347 => 169, 344 => 167, 338 => 164, 335 => 163, 332 => 162, 328 => 160, 325 => 159, 322 => 158, 319 => 157, 316 => 156, 313 => 155, 310 => 154, 308 => 153, 305 => 152, 299 => 149, 296 => 148, 293 => 147, 285 => 140, 282 => 139, 279 => 137, 273 => 134, 270 => 133, 267 => 132, 264 => 130, 258 => 127, 255 => 126, 252 => 125, 247 => 121, 241 => 119, 239 => 118, 236 => 116, 228 => 110, 226 => 109, 223 => 108, 216 => 103, 209 => 98, 207 => 97, 205 => 96, 199 => 95, 195 => 93, 185 => 85, 175 => 77, 173 => 76, 170 => 75, 168 => 74, 165 => 73, 163 => 72, 158 => 71, 156 => 70, 150 => 68, 147 => 67, 135 => 56, 132 => 55, 130 => 54, 126 => 53, 122 => 52, 114 => 46, 111 => 44, 106 => 34, 102 => 33, 96 => 31, 93 => 30, 90 => 29, 87 => 28, 85 => 27, 80 => 26, 76 => 24, 72 => 22, 70 => 21, 62 => 17, 58 => 15, 56 => 14, 54 => 12, 51 => 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.
#}
{% set current_path = app.request.get('_route') %}
{# パンクズの一括管理 #}
{% if BreadCrumbs is not defined %}
{% set BreadCrumbs = ['none'] %}
{% endif %}
<html lang=\"{{ eccube_config.locale }}\">
<head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#\">
<meta charset=\"utf-8\">
{% if wannaSeePc() %}
<meta name=\"viewport\" content=\"width=990, initial-scale=1, shrink-to-fit=no\">
{% else %}
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
{% endif %}
<meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
{% include 'Common/canonical.twig' %}
{% if MetaTags is not defined %}
{% set MetaTags = [] %}
{% endif %}
{{ SetMetaTags(MetaTags)|raw}}
<meta name=\"sentry-trace\" content=\"{{ getToTraceParent() }}\" />
<meta name=\"baggage\" content=\"sentry-trace_id={{ getTrackId() }}\" />
{#% if Page.meta_tags is not empty %}
{{ include(template_from_string(Page.meta_tags)) }}
{% if Page.description is not empty %}
<meta name=\"description\" content=\"{{ Page.description }}\">
{% endif %}
{% else %}
{{ include('meta.twig') }}
{% endif %#}
{# 全ページ共通メタタグ #}
<link rel=\"shortcut icon\" href=\"/images/favicon.ico\">
<link rel=\"apple-touch-icon\" href=\"/images/apple-touch-icon.png\">
<link rel=\"icon\" type=\"image/png\" href=\"/images/android-chrome-256x256.png\">
<link rel=\"stylesheet\" rel=\"dns-prefetch\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css\" integrity=\"sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu\" crossorigin=\"anonymous\">
<link rel=\"stylesheet\" rel=\"dns-prefetch\" href=\"https://use.fontawesome.com/releases/v5.6.1/css/all.css\">
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.min.css') }}?v=20240313\">
{{ LmCssList()|raw }}
{% include 'init/stylesheet.twig' %}
{% block stylesheet %}{% endblock %}
<script src=\"https://code.jquery.com/jquery-3.5.1.min.js\" integrity=\"sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=\" crossorigin=\"anonymous\"></script>
<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') }}\"> #}
{% include 'Common/dataLayer.twig' %}
{% if php_env('APP_ENV') == 'prod' %}
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5259DT');</script>
<!-- End Google Tag Manager -->
{% else %}
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TJ2GNKW');</script>
<!-- End Google Tag Manager -->
{% endif %}
</head>
<body id=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }}\">
{% spaceless %}
{% if php_env('APP_ENV') == 'prod' %}
<!-- Google Tag Manager -->
<noscript><iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-5259DT\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<!-- End Google Tag Manager -->
{% else %}
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-TJ2GNKW\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{% endif %}
{% if wannaSeePc() %}
<div>
<a id=\"to-sp-page\" href=\"/?device_view=mobile\">
<img alt=\"スマートフォンサイトを表示\" src=\"/images/sp/to_sp.jpg\">
</a>
</div>
{% endif %}
{# Layout: BODY_AFTER #}
{% if Layout.BodyAfter %}
{{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
{% endif %}
<div class=\"ec-layoutRole\">
<div id=\"header\">
{# Layout: HEADER #}
{% if Layout.Header %}
<div class=\"ec-layoutRole__header\">
{{ include('block.twig', {'Blocks': Layout.Header}) }}
</div>
{% endif %}
{# Layout: CONTENTS_TOP #}
{% if Layout.ContentsTop %}
<div class=\"ec-layoutRole__contentTop\" id=\"header-4\">
{{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
</div>
{% endif %}
{# LM: After contents_top. #}
{% block lm_after_contents_top %}{% endblock %}
</div>
<div id=\"contents_wrapper\">
<div class=\"ec-layoutRole__contents\">
{# Layout: SIDE_LEFT #}
{% if Layout.SideLeft %}
<div class=\"ec-layoutRole__left\" id=\"lmenu\" data-layout=\"calendar_layout\">
{{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
</div>
{% 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 %}
<div class=\"{{ layoutRoleMain }}\" id=\"contents\">
{# Layout: MAIN_TOP #}
{% if Layout.MainTop %}
<div class=\"ec-layoutRole__mainTop\">
{{ include('block.twig', {'Blocks': Layout.MainTop}) }}
</div>
{% endif %}
{# MAIN AREA #}
{% set current_path = app.request.get('_route') %}
\t {% set paths_use_custom_breadcrumb = ['estimate', 'estimate_with_id', 'cart', 'shopping_login'] %}
\t {% if (current_path == 'item/detail' and isMobile is defined and isMobile) or current_path in paths_use_custom_breadcrumb %}
{% else %}
{{ SetBreadCrumb(BreadCrumbs)|raw}}
{% endif %}
{% block main %}{% endblock %}
{# Layout: MAIN_Bottom #}
{% if Layout.MainBottom %}
<div class=\"ec-layoutRole__mainBottom\">
{{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
</div>
{% endif %}
</div>
{# Layout: SIDE_RIGHT #}
{% if Layout.SideRight %}
<div class=\"ec-layoutRole__right\">
{{ include('block.twig', {'Blocks': Layout.SideRight}) }}
</div>
{% endif %}
</div>
<div class=\"ec-layoutRole__contentBottom\">
{# LM: Before contents_bottom. #}
{% block lm_before_contents_bottom %}{% endblock %}
{# Layout: CONTENTS_BOTTOM #}
{% if Layout.ContentsBottom %}
{{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
{% endif %}
</div>
</div>
{# Layout: CONTENTS_FOOTER #}
{% if Layout.Footer and (isHiddenOnEstimateMobile is not defined or isHiddenOnEstimateMobile == false) %}
<div class=\"ec-layoutRole__footer\" id=\"footer\">
{{ include('block.twig', {'Blocks': Layout.Footer}) }}
</div>
{% endif %}
{% block lm_estimate_footer %}{% endblock %}
</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=\"ec-blockTopBtn pagetop\">{{'common.pagetop'|trans}}</div>#}
<script async defer type=\"text/javascript\" src=\"/javascripts/item.js?20230228_01\"></script>
<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js\" integrity=\"sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd\" crossorigin=\"anonymous\"></script>
<script src=\"https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js\"></script>
{% include('@common/lang.twig') %}
<script async src=\"{{ asset('assets/js/function.js') }}\"></script>
<script async src=\"{{ asset('assets/js/eccube.js') }}\"></script>
{% include 'init/javascript.twig' %}
{% 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=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script> #}
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function() {
navigator.serviceWorker.register('/javascripts/workers/service-worker.js?20240129').then(function(registration) {
console.log('ServiceWorker registration successful with scope: ', registration.scope);
}, function(err) {
console.log('ServiceWorker registration failed: ', err);
});
});
}
\$('a[href^=\"tel:\"]').on('click', function (e) {
var fromUrl = window.location.href;
\$.ajax({
type: \"POST\",
url: \"{{ url('ajax_karte_tel_inquiry') }}\",
data: {
fromUrl: fromUrl
},
dataType: 'json'
}).done(function(response) {
if (response && response.data && response.data.script) {
var script = JSON.parse(response.data.script);
script = script.replace(/\\\\\\//g, \"/\");
\$('body').append(script);
}
});
});
</script>
{% endspaceless %}
</body>
</html>
", "default_frame.twig", "/var/www/html/app/template/default/default_frame.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 12, "if" => 14, "include" => 27, "block" => 55, "spaceless" => 96);
static $filters = array("escape" => 17, "raw" => 31, "default" => 95);
static $functions = array("wannaSeePc" => 21, "csrf_token" => 26, "constant" => 26, "SetMetaTags" => 31, "getToTraceParent" => 33, "getTrackId" => 34, "asset" => 52, "LmCssList" => 53, "include" => 68, "php_env" => 76, "SetBreadCrumb" => 173, "url" => 256);
try {
$this->sandbox->checkSecurity(
['set', 'if', 'include', 'block', 'spaceless'],
['escape', 'raw', 'default'],
['wannaSeePc', 'csrf_token', 'constant', 'SetMetaTags', 'getToTraceParent', 'getTrackId', 'asset', 'LmCssList', 'include', 'php_env', 'SetBreadCrumb', 'url']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}