<?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;
/* Mail/question.twig */
class __TwigTemplate_299e9a34d265f9c9cb1871ec3ff4e81b extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheet' => [$this, 'block_stylesheet'],
'javascript' => [$this, 'block_javascript'],
'main' => [$this, 'block_main'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 11
return "default_frame.twig";
}
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", "Mail/question.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Mail/question.twig"));
// line 13
$context["body_class"] = "question_page";
// line 11
$this->parent = $this->loadTemplate("default_frame.twig", "Mail/question.twig", 11);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 15
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 16
echo " <link rel=\"stylesheet\" href=\"/stylesheets/jquery.efo.css\">
<link rel=\"stylesheet\" href=\"/stylesheets/mail.css?20230217\">
<link rel=\"stylesheet\" href=\"/stylesheets/mypage.css?20211226\">
<link rel=\"stylesheet\" href=\"/stylesheets/topcss.min.css\">
<link rel=\"stylesheet\" href=\"/stylesheets/base_stylesheet2.css\">
<link rel=\"stylesheet\" href=\"/stylesheets/sp_common.css\">
<link rel=\"stylesheet\" href=\"/stylesheets/first_view.css?20180302_01\">
<link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.6.1/css/all.css\">
<link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\">
<link rel=\"stylesheet\" href=\"/stylesheets/jquery.fbnr.css?20170629_01\">
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 28
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 29
echo " <script src=\"/javascripts/jquery-ui.min.js\" type=\"text/javascript\"></script>
<script src=\"/javascripts/jquery.efo.js\" type=\"text/javascript\"></script>
<script>
\$(function () {
var efo_elm = \$(\"[class^=efo]\").efo({
confirmation: { enabled: false, form: document.forms.fm },
notification: { enabled: true },
validation: { bind: 'efo_change' },
tooltipping: { enabled: true },
observation: { enabled: true }
}).on('efo_afterValidate', function (event, data) {
if (data.remaining > 0) {
\$('#btn_kakunin_off').show();
\$('#btn_kakunin').hide();
} else {
\$('#btn_kakunin_off').hide();
\$('#btn_kakunin').show();
}
});
var efo = \$.data(efo_elm, 'plugin_efo');
\$('#btn_kakunin_off').on('click', function (event, ui) {
if (efo.remaining > 0) {
alert('未入力、もしくは入力間違いの項目が' + efo.remaining + '個あります。');
return false;
}
});
\$('#btn_kakunin').click(function () {
if (!document.getElementById('privacy1').checked) {
document.getElementById('privacy1').focus();
alert('利用目的に同意していただく必要があります。');
return false;
}
\$('#mail_question').submit();
});
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 68
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 69
echo " <div id=\"pankuzu\" class=\"ec-layoutRole__contents\">
<ul itemscope=\"\" itemtype=\"https://schema.org/BreadcrumbList\">
<li itemprop=\"itemListElement\" itemscope=\"\" itemtype=\"http://schema.org/ListItem\">
<meta itemprop=\"position\" content=\"1\">
<a href=\"/\" itemprop=\"item\"><span itemprop=\"name\">ユニフォーム通販TOP</span></a>
>
</li>
<li itemprop=\"itemListElement\" itemscope=\"\" itemtype=\"http://schema.org/ListItem\">
<meta itemprop=\"position\" content=\"2\">
<a href=\"/item/";
// line 78
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["goods"]) || array_key_exists("goods", $context) ? $context["goods"] : (function () { throw new RuntimeError('Variable "goods" does not exist.', 78, $this->source); })()), "goods_id", [], "any", false, false, true, 78), 78, $this->source), "html", null, true);
echo ".html\" itemprop=\"item\">
<span itemprop=\"name\">";
// line 79
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["goods"]) || array_key_exists("goods", $context) ? $context["goods"] : (function () { throw new RuntimeError('Variable "goods" does not exist.', 79, $this->source); })()), "goods_name", [], "any", false, false, true, 79), 79, $this->source), "html", null, true);
echo "</span>
</a>
>
</li>
<li>
<span class=\"nowpage\">商品について質問する</span>
</li>
</ul>
</div>
<div id=\"mail_content\" class=\"pc mail-question\">
<table class=\"product-table\">
<tr>
<td class=\"product-name\">";
// line 91
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["goods"]) || array_key_exists("goods", $context) ? $context["goods"] : (function () { throw new RuntimeError('Variable "goods" does not exist.', 91, $this->source); })()), "goods_name", [], "any", false, false, true, 91), 91, $this->source), "html", null, true);
echo "</td>
<td class=\"product-code\">";
// line 92
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["goods"]) || array_key_exists("goods", $context) ? $context["goods"] : (function () { throw new RuntimeError('Variable "goods" does not exist.', 92, $this->source); })()), "gp_katabans", [], "any", false, false, true, 92), 92, $this->source), "html", null, true);
echo "</td>
<td class=\"product-price\">";
// line 93
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["goods"]) || array_key_exists("goods", $context) ? $context["goods"] : (function () { throw new RuntimeError('Variable "goods" does not exist.', 93, $this->source); })()), "prices", [], "any", false, false, true, 93), 93, $this->source), "html", null, true);
echo "</td>
</tr>
</table>
<div class=\"page-title\">
<h3>商品についての問合せ</h3>
</div>
<p style=\"margin: 5px;\">
<span>
下記の項目をご入力ください。<br>
入力が完了しましたら、画面下の「次へ」ボタンを押してください。確認画面に移動します。<br>
</span>
<span class=\"red\">
※の項目は必須入力です。<br>
必ずお名前とメールアドレスを入力してください。折り返しご連絡させて頂きます。
</span>
</p>
<form name=\"mail_question\" id=\"mail_question\" method=\"post\"
action=\"";
// line 113
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mail_question", ["goods_id" => twig_get_attribute($this->env, $this->source, (isset($context["goods"]) || array_key_exists("goods", $context) ? $context["goods"] : (function () { throw new RuntimeError('Variable "goods" does not exist.', 113, $this->source); })()), "goods_id", [], "any", false, false, true, 113)]), "html", null, true);
echo "\">
";
// line 114
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 114, $this->source); })()), "_token", [], "any", false, false, true, 114), 114, $this->source), 'widget');
echo "
<div class=\"page-title\">
<h3>商品についてのお問い合せ内容の入力</h3>
</div>
<table class=\"new_input left\" style=\"margin:0px;\">
<tbody>
<tr>
<th class=\"h\">お名前</th>
<td class=\"c1\" style=\"padding-left: 8px;\">
<div class=\"ec-halfInput ec-input";
// line 123
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 123, $this->source); })()), "user_name", [], "any", false, false, true, 123), 123, $this->source))) ? (" error") : (""));
echo "\">
";
// line 124
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 124, $this->source); })()), "user_name", [], "any", false, false, true, 124), 124, $this->source), 'widget', ["attr" => ["id" => "user_name", "class" => "efo-required", "data-efo-validate-required" => "お名前をご入力ください", "placeholder" => "(例)山田 太郎"]]);
// line 131
echo "
";
// line 132
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 132, $this->source); })()), "user_name", [], "any", false, false, true, 132), 132, $this->source), 'errors');
echo "
</div>
</td>
</tr>
<tr>
<th class=\"h\">メールアドレス</th>
<td class=\"c1\">
<div class=\"ec-input";
// line 139
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 139, $this->source); })()), "mail", [], "any", false, false, true, 139), "first", [], "any", false, false, true, 139), 139, $this->source))) ? (" error") : (""));
echo "\">
";
// line 140
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 140, $this->source); })()), "mail", [], "any", false, false, true, 140), "first", [], "any", false, false, true, 140), 140, $this->source), 'widget', ["attr" => ["id" => "question_mail_first", "class" => "efo-required-mail w350", "data-efo-validate-required" => "メールアドレスをご入力ください", "placeholder" => "(例)info@l-m.co.jp"]]);
// line 147
echo "
";
// line 148
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 148, $this->source); })()), "mail", [], "any", false, false, true, 148), "first", [], "any", false, false, true, 148), 148, $this->source), 'errors');
echo "
</div>
<div class=\"ec-input";
// line 150
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 150, $this->source); })()), "mail", [], "any", false, false, true, 150), "second", [], "any", false, false, true, 150), 150, $this->source))) ? (" error") : (""));
echo "\">
<label for=\"question_mail_second\" style=\"margin-top:1em;\">確認のためもう一度入力してください</label>
";
// line 152
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 152, $this->source); })()), "mail", [], "any", false, false, true, 152), "second", [], "any", false, false, true, 152), 152, $this->source), 'widget', ["attr" => ["id" => "question_mail_second", "class" => "efo-required-mail w350", "data-efo-validate-required" => "メールアドレスをご入力ください", "placeholder" => "確認のためもう一度入力してください"]]);
// line 159
echo "
";
// line 160
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 160, $this->source); })()), "mail", [], "any", false, false, true, 160), "second", [], "any", false, false, true, 160), 160, $this->source), 'errors');
echo "
</div>
</td>
</tr>
<tr>
<th class=\"h\">お問合せ内容</th>
<td class=\"c1\">
<div class=\"ec-input";
// line 167
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 167, $this->source); })()), "question", [], "any", false, false, true, 167), 167, $this->source))) ? (" error") : (""));
echo "\">
";
// line 168
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 168, $this->source); })()), "question", [], "any", false, false, true, 168), 168, $this->source), 'widget', ["attr" => ["id" => "question", "class" => "efo-required", "style" => "width: 80%; height: 160px; padding: 6px; box-sizing: border-box;", "data-efo-validate-required" => "お問い合わせ内容をご入力ください"]]);
// line 175
echo "
";
// line 176
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 176, $this->source); })()), "question", [], "any", false, false, true, 176), 176, $this->source), 'errors');
echo "
</div>
</td>
</tr>
</tbody>
</table>
<div class=\"page-title\">
<h3>個人情報の取扱いについての同意</h3>
</div>
<table class=\"new_input left\">
<tbody>
<tr>
<td colspan=\"2\" style=\"padding:10px;border-left:none;\">
<div id=\"privacy_box\">
";
// line 190
echo $this->extensions['Customize\Twig\Extension\ServiceExtension']->GetPrivacy3();
echo "
</div>
</td>
</tr>
<tr>
<th class=\"h last-th\">個人情報の<br>取扱いについて</th>
<td class=\"c3\" style=\"border:none;\">
<label class=\"lb-agree\">
<input type=\"radio\" name=\"privacy\" id=\"privacy1\" value=\"1\"> 同意する
</label>
<label class=\"lb-agree\">
<input type=\"radio\" name=\"privacy\" id=\"privacy2\" value=\"2\" checked=\"checked\"> 同意しない
</label>
<br>ユニフォームタウンをご利用いただくには、上記「個人情報の取扱いについての同意」にご同意いただく必要がございます。<br>
<div align=\"right\" style=\"padding-bottom:4px\">
<a href=\"/company/privacy/\" target=\"_blank\">→個人情報保護方針</a>
</div>
</td>
</tr>
</tbody>
</table>
<br class=\"clear\">
<div class=\"submit-btns\">
<input
type=\"image\"
src=\"/images/regi/btn_kakunin_off.gif\"
width=\"205\"
height=\"45\"
alt=\"未入力、もしくは入力間違いの必須項目があります。\"
id=\"btn_kakunin_off\"
>
<input
type=\"image\"
name=\"mode\"
value=\"confirm\"
src=\"/images/contact/btn_kakunin.gif\"
width=\"298\"
height=\"38\"
alt=\"確認画面へ進む\"
id=\"btn_kakunin\"
style=\"display:none;\"
>
</div>
</form>
<table style=\"margin-top: 10px;\">
<tbody>
<tr>
<td>
<div id=\"DigiCertClickID_2phMqn4D\"><div id=\"DigiCertClickID_2phMqn4DSeal\" style=\"text-decoration: none; text-align: center; display: block; vertical-align: baseline; font-size: 100%; font-style: normal; text-indent: 0px; line-height: 1; width: auto; margin: 0px auto; padding: 0px; border: 0px; background: transparent; position: relative; inset: 0px; clear: both; float: none; cursor: default;\"><img src=\"//seal.digicert.com/seals/cascade/?tag=2phMqn4D&referer=";
// line 238
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.', 238, $this->source); })()), "UT_URL", [], "any", false, false, true, 238), 238, $this->source), "html", null, true);
echo "&format=png&seal_number=15&seal_size=s&an=min\" alt=\"DigiCert Seal\" tabindex=\"0\" style=\"text-decoration: none; text-align: center; display: block; vertical-align: baseline; font-size: 100%; font-style: normal; text-indent: 0px; line-height: 1; width: auto; margin: 0px auto; padding: 0px; border: 0px; background: transparent; position: relative; inset: 0px; clear: both; float: none; cursor: pointer;\"></div></div>
<script type=\"text/javascript\">
var __dcid = __dcid || [];__dcid.push([\"DigiCertClickID_2phMqn4D\", \"15\", \"s\", \"black\", \"2phMqn4D\"]);(function(){var cid=document.createElement(\"script\");cid.async=true;cid.src=\"//seal.digicert.com/seals/cascade/seal.min.js\";var s = document.getElementsByTagName(\"script\");var ls = s[(s.length - 1)];ls.parentNode.insertBefore(cid, ls.nextSibling);}());
</script>
<script async=\"\" src=\"//seal.digicert.com/seals/cascade/seal.min.js\"></script>
</td>
<td style=\"padding: 10px 0px 0px 10px; font-size: 12px; line-height: 120%;\">
当サイトはデジサート・ジャパン合同会社により「サイトの運営主体の実在証明」及び「SSL暗号化通信による情報の保護」の認証証明を受けており、お客様よりご登録いただく個人情報やクレジットカード番号等の情報は
SSL(Secure Socket Layer)という信用性・安全性の高い暗号通信技術で暗号化され、第三者の盗聴、改ざん、成りすましなどから保護されます。安心してご利用ください。<br>
</td>
</tr>
</tbody>
</table>
<br class=\"clear\">
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "Mail/question.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 369 => 238, 318 => 190, 301 => 176, 298 => 175, 296 => 168, 292 => 167, 282 => 160, 279 => 159, 277 => 152, 272 => 150, 267 => 148, 264 => 147, 262 => 140, 258 => 139, 248 => 132, 245 => 131, 243 => 124, 239 => 123, 227 => 114, 223 => 113, 200 => 93, 196 => 92, 192 => 91, 177 => 79, 173 => 78, 162 => 69, 152 => 68, 105 => 29, 95 => 28, 75 => 16, 65 => 15, 54 => 11, 52 => 13, 39 => 11,);
}
public function getSourceContext()
{
return new Source("{#
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.
#}
{% extends 'default_frame.twig' %}
{% set body_class = 'question_page' %}
{% block stylesheet %}
<link rel=\"stylesheet\" href=\"/stylesheets/jquery.efo.css\">
<link rel=\"stylesheet\" href=\"/stylesheets/mail.css?20230217\">
<link rel=\"stylesheet\" href=\"/stylesheets/mypage.css?20211226\">
<link rel=\"stylesheet\" href=\"/stylesheets/topcss.min.css\">
<link rel=\"stylesheet\" href=\"/stylesheets/base_stylesheet2.css\">
<link rel=\"stylesheet\" href=\"/stylesheets/sp_common.css\">
<link rel=\"stylesheet\" href=\"/stylesheets/first_view.css?20180302_01\">
<link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.6.1/css/all.css\">
<link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\">
<link rel=\"stylesheet\" href=\"/stylesheets/jquery.fbnr.css?20170629_01\">
{% endblock %}
{% block javascript %}
<script src=\"/javascripts/jquery-ui.min.js\" type=\"text/javascript\"></script>
<script src=\"/javascripts/jquery.efo.js\" type=\"text/javascript\"></script>
<script>
\$(function () {
var efo_elm = \$(\"[class^=efo]\").efo({
confirmation: { enabled: false, form: document.forms.fm },
notification: { enabled: true },
validation: { bind: 'efo_change' },
tooltipping: { enabled: true },
observation: { enabled: true }
}).on('efo_afterValidate', function (event, data) {
if (data.remaining > 0) {
\$('#btn_kakunin_off').show();
\$('#btn_kakunin').hide();
} else {
\$('#btn_kakunin_off').hide();
\$('#btn_kakunin').show();
}
});
var efo = \$.data(efo_elm, 'plugin_efo');
\$('#btn_kakunin_off').on('click', function (event, ui) {
if (efo.remaining > 0) {
alert('未入力、もしくは入力間違いの項目が' + efo.remaining + '個あります。');
return false;
}
});
\$('#btn_kakunin').click(function () {
if (!document.getElementById('privacy1').checked) {
document.getElementById('privacy1').focus();
alert('利用目的に同意していただく必要があります。');
return false;
}
\$('#mail_question').submit();
});
});
</script>
{% endblock %}
{% block main %}
<div id=\"pankuzu\" class=\"ec-layoutRole__contents\">
<ul itemscope=\"\" itemtype=\"https://schema.org/BreadcrumbList\">
<li itemprop=\"itemListElement\" itemscope=\"\" itemtype=\"http://schema.org/ListItem\">
<meta itemprop=\"position\" content=\"1\">
<a href=\"/\" itemprop=\"item\"><span itemprop=\"name\">ユニフォーム通販TOP</span></a>
>
</li>
<li itemprop=\"itemListElement\" itemscope=\"\" itemtype=\"http://schema.org/ListItem\">
<meta itemprop=\"position\" content=\"2\">
<a href=\"/item/{{ goods.goods_id }}.html\" itemprop=\"item\">
<span itemprop=\"name\">{{ goods.goods_name }}</span>
</a>
>
</li>
<li>
<span class=\"nowpage\">商品について質問する</span>
</li>
</ul>
</div>
<div id=\"mail_content\" class=\"pc mail-question\">
<table class=\"product-table\">
<tr>
<td class=\"product-name\">{{ goods.goods_name }}</td>
<td class=\"product-code\">{{ goods.gp_katabans }}</td>
<td class=\"product-price\">{{ goods.prices }}</td>
</tr>
</table>
<div class=\"page-title\">
<h3>商品についての問合せ</h3>
</div>
<p style=\"margin: 5px;\">
<span>
下記の項目をご入力ください。<br>
入力が完了しましたら、画面下の「次へ」ボタンを押してください。確認画面に移動します。<br>
</span>
<span class=\"red\">
※の項目は必須入力です。<br>
必ずお名前とメールアドレスを入力してください。折り返しご連絡させて頂きます。
</span>
</p>
<form name=\"mail_question\" id=\"mail_question\" method=\"post\"
action=\"{{ url('mail_question', {goods_id: goods.goods_id}) }}\">
{{ form_widget(form._token) }}
<div class=\"page-title\">
<h3>商品についてのお問い合せ内容の入力</h3>
</div>
<table class=\"new_input left\" style=\"margin:0px;\">
<tbody>
<tr>
<th class=\"h\">お名前</th>
<td class=\"c1\" style=\"padding-left: 8px;\">
<div class=\"ec-halfInput ec-input{{ has_errors(form.user_name) ? ' error' }}\">
{{ form_widget(form.user_name, {
attr: {
'id': 'user_name',
'class': 'efo-required',
'data-efo-validate-required': 'お名前をご入力ください',
'placeholder': '(例)山田 太郎'
}
}) }}
{{ form_errors(form.user_name) }}
</div>
</td>
</tr>
<tr>
<th class=\"h\">メールアドレス</th>
<td class=\"c1\">
<div class=\"ec-input{{ has_errors(form.mail.first) ? ' error' }}\">
{{ form_widget(form.mail.first, {
attr: {
'id': 'question_mail_first',
'class': 'efo-required-mail w350',
'data-efo-validate-required': 'メールアドレスをご入力ください',
'placeholder': '(例)info@l-m.co.jp'
}
}) }}
{{ form_errors(form.mail.first) }}
</div>
<div class=\"ec-input{{ has_errors(form.mail.second) ? ' error' }}\">
<label for=\"question_mail_second\" style=\"margin-top:1em;\">確認のためもう一度入力してください</label>
{{ form_widget(form.mail.second, {
attr: {
'id': 'question_mail_second',
'class': 'efo-required-mail w350',
'data-efo-validate-required': 'メールアドレスをご入力ください',
'placeholder': '確認のためもう一度入力してください'
}
}) }}
{{ form_errors(form.mail.second) }}
</div>
</td>
</tr>
<tr>
<th class=\"h\">お問合せ内容</th>
<td class=\"c1\">
<div class=\"ec-input{{ has_errors(form.question) ? ' error' }}\">
{{ form_widget(form.question, {
attr: {
'id': 'question',
'class': 'efo-required',
'style': 'width: 80%; height: 160px; padding: 6px; box-sizing: border-box;',
'data-efo-validate-required': 'お問い合わせ内容をご入力ください',
}
}) }}
{{ form_errors(form.question) }}
</div>
</td>
</tr>
</tbody>
</table>
<div class=\"page-title\">
<h3>個人情報の取扱いについての同意</h3>
</div>
<table class=\"new_input left\">
<tbody>
<tr>
<td colspan=\"2\" style=\"padding:10px;border-left:none;\">
<div id=\"privacy_box\">
{{ GetPrivacy3()|raw }}
</div>
</td>
</tr>
<tr>
<th class=\"h last-th\">個人情報の<br>取扱いについて</th>
<td class=\"c3\" style=\"border:none;\">
<label class=\"lb-agree\">
<input type=\"radio\" name=\"privacy\" id=\"privacy1\" value=\"1\"> 同意する
</label>
<label class=\"lb-agree\">
<input type=\"radio\" name=\"privacy\" id=\"privacy2\" value=\"2\" checked=\"checked\"> 同意しない
</label>
<br>ユニフォームタウンをご利用いただくには、上記「個人情報の取扱いについての同意」にご同意いただく必要がございます。<br>
<div align=\"right\" style=\"padding-bottom:4px\">
<a href=\"/company/privacy/\" target=\"_blank\">→個人情報保護方針</a>
</div>
</td>
</tr>
</tbody>
</table>
<br class=\"clear\">
<div class=\"submit-btns\">
<input
type=\"image\"
src=\"/images/regi/btn_kakunin_off.gif\"
width=\"205\"
height=\"45\"
alt=\"未入力、もしくは入力間違いの必須項目があります。\"
id=\"btn_kakunin_off\"
>
<input
type=\"image\"
name=\"mode\"
value=\"confirm\"
src=\"/images/contact/btn_kakunin.gif\"
width=\"298\"
height=\"38\"
alt=\"確認画面へ進む\"
id=\"btn_kakunin\"
style=\"display:none;\"
>
</div>
</form>
<table style=\"margin-top: 10px;\">
<tbody>
<tr>
<td>
<div id=\"DigiCertClickID_2phMqn4D\"><div id=\"DigiCertClickID_2phMqn4DSeal\" style=\"text-decoration: none; text-align: center; display: block; vertical-align: baseline; font-size: 100%; font-style: normal; text-indent: 0px; line-height: 1; width: auto; margin: 0px auto; padding: 0px; border: 0px; background: transparent; position: relative; inset: 0px; clear: both; float: none; cursor: default;\"><img src=\"//seal.digicert.com/seals/cascade/?tag=2phMqn4D&referer={{ eccube_config.UT_URL }}&format=png&seal_number=15&seal_size=s&an=min\" alt=\"DigiCert Seal\" tabindex=\"0\" style=\"text-decoration: none; text-align: center; display: block; vertical-align: baseline; font-size: 100%; font-style: normal; text-indent: 0px; line-height: 1; width: auto; margin: 0px auto; padding: 0px; border: 0px; background: transparent; position: relative; inset: 0px; clear: both; float: none; cursor: pointer;\"></div></div>
<script type=\"text/javascript\">
var __dcid = __dcid || [];__dcid.push([\"DigiCertClickID_2phMqn4D\", \"15\", \"s\", \"black\", \"2phMqn4D\"]);(function(){var cid=document.createElement(\"script\");cid.async=true;cid.src=\"//seal.digicert.com/seals/cascade/seal.min.js\";var s = document.getElementsByTagName(\"script\");var ls = s[(s.length - 1)];ls.parentNode.insertBefore(cid, ls.nextSibling);}());
</script>
<script async=\"\" src=\"//seal.digicert.com/seals/cascade/seal.min.js\"></script>
</td>
<td style=\"padding: 10px 0px 0px 10px; font-size: 12px; line-height: 120%;\">
当サイトはデジサート・ジャパン合同会社により「サイトの運営主体の実在証明」及び「SSL暗号化通信による情報の保護」の認証証明を受けており、お客様よりご登録いただく個人情報やクレジットカード番号等の情報は
SSL(Secure Socket Layer)という信用性・安全性の高い暗号通信技術で暗号化され、第三者の盗聴、改ざん、成りすましなどから保護されます。安心してご利用ください。<br>
</td>
</tr>
</tbody>
</table>
<br class=\"clear\">
</div>
{% endblock %}
", "Mail/question.twig", "/var/www/html/app/template/default/Mail/question.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 13);
static $filters = array("escape" => 78, "raw" => 190);
static $functions = array("url" => 113, "form_widget" => 114, "has_errors" => 123, "form_errors" => 132, "GetPrivacy3" => 190);
try {
$this->sandbox->checkSecurity(
['set'],
['escape', 'raw'],
['url', 'form_widget', 'has_errors', 'form_errors', 'GetPrivacy3']
);
} 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;
}
}
}