<?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;
/* Contact/index.twig */
class __TwigTemplate_444c6c70d3cb493218d80b61ea424f9d059be50f009b47f071be21cdb914bdde 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'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Contact/index.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Contact/index.twig"));
// line 3
$this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 3, $this->source); })()), [0 => "Form/form_div_layout.twig"], true);
// line 1
$this->parent = $this->loadTemplate("default_frame.twig", "Contact/index.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 5
public function block_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
// line 6
echo " <style>
img[src=\"\"]{
display: none;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 13
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 14
echo " <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
<script>
\$(document).ready(function() {
// \$('.contact_type').change(function() {
// location.href = \"";
// line 18
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
echo "?type=\" + \$(this).val();
// });
\$(\"#btn-confirm\").click(function(event) {
var has_error = false;
\$(\"span.error-empty\").remove();
\$(\"input[required], textarea[required]\").each(function() {
var input = \$(this);
var input_empty = \$(\"<span>\").addClass(\"error-empty\").text(\"※この項目は必須項目です\");
if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
var radio_name = input.attr('name');
if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
input.before(input_empty);
has_error = true;
}
}
else if (input.val() == \"\"){
input.before(input_empty);
has_error = true;
}
else {
input_empty.remove();
}
input.on(\"change\", function() {
if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
input.closest('td').find('.error-empty').remove();
}
else {
input_empty.remove();
}
});
});
if (has_error) {
var speed = 300;
var position = \$(\".error-empty\").eq(0).offset().top - 250;
\$('body,html').animate({
scrollTop: position
}, speed, 'swing');
return false;
}
});
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 69
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 70
echo " ";
$context["contact_type"] = (isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 70, $this->source); })());
// line 71
echo " ";
if ((twig_get_attribute($this->env, $this->source, 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.', 71, $this->source); })()), "contact_type", [], "any", false, false, false, 71), "vars", [], "any", false, false, false, 71), "data", [], "any", false, false, false, 71) != null)) {
// line 72
echo " ";
$context["contact_type"] = twig_get_attribute($this->env, $this->source, 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.', 72, $this->source); })()), "contact_type", [], "any", false, false, false, 72), "vars", [], "any", false, false, false, 72), "data", [], "any", false, false, false, 72);
// line 73
echo " ";
}
// line 74
echo "
<div class=\"ec-inquiry-page\">
<div class=\"ec-banner\">
<div class=\"ec-banner__inner\">
<div class=\"inner\">
<h2>
お問い合わせ
</h2>
</div>
</div>
<div class=\"ec-breadcrumb\">
<ul class=\"ec-breadcrumb__menu\">
<li class=\"ec-breadcrumb__item\"><a href=\"";
// line 87
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">TOP</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
<li class=\"ec-breadcrumb__item\"><p>お問い合わせ</p></li>
</ul>
</div>
</div>
<div class=\"ec-form-inquiry-main\">
<div class=\"ec-form-inquiry__inner\">
<div class=\"inner\">
<div class=\"ec-form-inquiry__group\">
<div class=\"text\">
<p>
この度は、問い合わせを頂き誠に有難う御座います。担当者から折り返しご連絡させて頂きますが、現場作業が多いため、折り返しに時間を要する場合がございます。<br />
<br />
お急ぎの方は、お電話でご連絡下さい。<br />
TEL:042-849-5413
</p>
</div>
<form method=\"post\" action=\"";
// line 107
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
echo "\" class=\"h-adr\" enctype=\"multipart/form-data\" >
<span class=\"p-country-name\" style=\"display:none;\">Japan</span>
";
// line 109
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 109, $this->source); })()), "_token", [], "any", false, false, false, 109), 'widget');
echo "
<div class=\"table\">
<p class=\"text top\">必須項目 <span>※</span></p>
<table class=\"check-item\">
<tr>
<td><p>お問い合わせ種別 <span>※</span></p></td>
<td>
<div class=\"fill v4\">
";
// line 119
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, 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.', 119, $this->source); })()), "contact_type", [], "any", false, false, false, 119), "vars", [], "any", false, false, false, 119), "choices", [], "any", false, false, false, 119));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 120
echo " <label class=\"form-check\">
<input type=\"radio\"
class=\"contact_type\"
name=\"";
// line 123
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, 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.', 123, $this->source); })()), "contact_type", [], "any", false, false, false, 123), "vars", [], "any", false, false, false, 123), "full_name", [], "any", false, false, false, 123), "html", null, true);
echo "\"
value=\"";
// line 124
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 124), "html", null, true);
echo "\"
";
// line 125
if (((isset($context["contact_type"]) || array_key_exists("contact_type", $context) ? $context["contact_type"] : (function () { throw new RuntimeError('Variable "contact_type" does not exist.', 125, $this->source); })()) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 125))) {
echo "checked";
}
echo "/>
";
// line 126
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 126)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 129
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 129, $this->source); })()), "contact_type", [], "any", false, false, false, 129), 'errors');
echo "
</div>
</td>
</tr>
</table>
<div class=\"list-item\">
<div class=\"item\">
<table>
<tr>
<td><p>お名前</p></td>
<td>
<div class=\"fill\">
<label>
姓
";
// line 144
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 144, $this->source); })()), "name", [], "any", false, false, false, 144), "name01", [], "any", false, false, false, 144), 'widget', ["attr" => ["placeholder" => "姓"]]);
echo "
</label>
</div>
<div class=\"fill\">
<label>
名
";
// line 150
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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); })()), "name", [], "any", false, false, false, 150), "name02", [], "any", false, false, false, 150), 'widget', ["attr" => ["placeholder" => "名"]]);
echo "
</label>
</div>
";
// line 153
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 153, $this->source); })()), "name", [], "any", false, false, false, 153), "name01", [], "any", false, false, false, 153), 'errors');
echo "
";
// line 154
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 154, $this->source); })()), "name", [], "any", false, false, false, 154), "name02", [], "any", false, false, false, 154), 'errors');
echo "
</td>
</tr>
";
// line 175
echo "
<tr>
<td><p>企業名</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 181
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 181, $this->source); })()), "company_name", [], "any", false, false, false, 181), 'widget', ["attr" => ["placeholder" => "合同会社リンテック"]]);
echo "
</label>
</div>
";
// line 184
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 184, $this->source); })()), "company_name", [], "any", false, false, false, 184), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>メールアドレス</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 192
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 192, $this->source); })()), "email", [], "any", false, false, false, 192), 'widget', ["attr" => ["placeholder" => "example@example.com"]]);
echo "
</label>
</div>
";
// line 195
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 195, $this->source); })()), "email", [], "any", false, false, false, 195), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>電話番号</p></td>
<td>
<div class=\"fill v2\">
<label>
";
// line 203
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 203, $this->source); })()), "phone_number", [], "any", false, false, false, 203), 'widget', ["attr" => ["placeholder" => "000-0000-0000"]]);
echo "
</label>
</div>
";
// line 206
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 206, $this->source); })()), "phone_number", [], "any", false, false, false, 206), 'errors');
echo "
</td>
</tr>
<tr>
<td><p>住所</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v2\">
郵便番号
";
// line 215
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 215, $this->source); })()), "postal_code", [], "any", false, false, false, 215), 'widget');
echo "
<a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>";
// line 216
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所検索"), "html", null, true);
echo "</span></a>
</label>
";
// line 218
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 218, $this->source); })()), "postal_code", [], "any", false, false, false, 218), 'errors');
echo "
<label class=\"label v3\">
都道府県
";
// line 222
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 222, $this->source); })()), "address", [], "any", false, false, false, 222), "pref", [], "any", false, false, false, 222), 'widget');
echo "
</label>
";
// line 224
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 224, $this->source); })()), "address", [], "any", false, false, false, 224), "pref", [], "any", false, false, false, 224), 'errors');
echo "
<label class=\"label v4\">
市区町村・番地
";
// line 228
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 228, $this->source); })()), "address", [], "any", false, false, false, 228), "addr01", [], "any", false, false, false, 228), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
echo "
</label>
";
// line 230
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 230, $this->source); })()), "address", [], "any", false, false, false, 230), "addr01", [], "any", false, false, false, 230), 'errors');
echo "
<label class=\"label v4\">
マンション・ビル名
";
// line 234
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 234, $this->source); })()), "address", [], "any", false, false, false, 234), "addr02", [], "any", false, false, false, 234), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
echo "
</label>
";
// line 236
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 236, $this->source); })()), "address", [], "any", false, false, false, 236), "addr02", [], "any", false, false, false, 236), 'errors');
echo "
</div>
</td>
</tr>
";
// line 254
echo " <tr>
<td><p>お問い合わせ内容 <span>※</span></p></td>
<td>
<div class=\"fill\" style=\"width: 100%;\">
";
// line 258
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 258, $this->source); })()), "contents", [], "any", false, false, false, 258), 'widget', ["attr" => ["placeholder" => "お問い合わせ内容をご記入ください", "required" => "required"]]);
echo "
";
// line 259
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 259, $this->source); })()), "contents", [], "any", false, false, false, 259), 'errors');
echo "
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class=\"check\">
<input type=\"checkbox\" name=\"\" id=\"\" required=\"true\">
<label for=\"\"><a href=\"";
// line 270
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("help_privacy");
echo "\">「プライバシーポリシー」</a>に同意する</label>
</div>
<div class=\"list-btn\">
<button type=\"submit\" class=\"btn\" id=\"btn-confirm\" name=\"mode\" value=\"confirm\">
<span>確認する</span>
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Contact/index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 454 => 270, 440 => 259, 436 => 258, 430 => 254, 423 => 236, 418 => 234, 411 => 230, 406 => 228, 399 => 224, 394 => 222, 387 => 218, 382 => 216, 378 => 215, 366 => 206, 360 => 203, 349 => 195, 343 => 192, 332 => 184, 326 => 181, 318 => 175, 312 => 154, 308 => 153, 302 => 150, 293 => 144, 274 => 129, 265 => 126, 259 => 125, 255 => 124, 251 => 123, 246 => 120, 242 => 119, 229 => 109, 224 => 107, 201 => 87, 186 => 74, 183 => 73, 180 => 72, 177 => 71, 174 => 70, 164 => 69, 104 => 18, 98 => 14, 88 => 13, 73 => 6, 63 => 5, 52 => 1, 50 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'default_frame.twig' %}
{% form_theme form 'Form/form_div_layout.twig' %}
{% block stylesheet %}
<style>
img[src=\"\"]{
display: none;
}
</style>
{% endblock stylesheet %}
{% block javascript %}
<script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
<script>
\$(document).ready(function() {
// \$('.contact_type').change(function() {
// location.href = \"{{ url('contact') }}?type=\" + \$(this).val();
// });
\$(\"#btn-confirm\").click(function(event) {
var has_error = false;
\$(\"span.error-empty\").remove();
\$(\"input[required], textarea[required]\").each(function() {
var input = \$(this);
var input_empty = \$(\"<span>\").addClass(\"error-empty\").text(\"※この項目は必須項目です\");
if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
var radio_name = input.attr('name');
if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
input.before(input_empty);
has_error = true;
}
}
else if (input.val() == \"\"){
input.before(input_empty);
has_error = true;
}
else {
input_empty.remove();
}
input.on(\"change\", function() {
if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
input.closest('td').find('.error-empty').remove();
}
else {
input_empty.remove();
}
});
});
if (has_error) {
var speed = 300;
var position = \$(\".error-empty\").eq(0).offset().top - 250;
\$('body,html').animate({
scrollTop: position
}, speed, 'swing');
return false;
}
});
});
</script>
{% endblock javascript %}
{% block main %}
{% set contact_type = type %}
{% if form.contact_type.vars.data != null %}
{% set contact_type = form.contact_type.vars.data %}
{% endif %}
<div class=\"ec-inquiry-page\">
<div class=\"ec-banner\">
<div class=\"ec-banner__inner\">
<div class=\"inner\">
<h2>
お問い合わせ
</h2>
</div>
</div>
<div class=\"ec-breadcrumb\">
<ul class=\"ec-breadcrumb__menu\">
<li class=\"ec-breadcrumb__item\"><a href=\"{{ url('homepage') }}\">TOP</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
<li class=\"ec-breadcrumb__item\"><p>お問い合わせ</p></li>
</ul>
</div>
</div>
<div class=\"ec-form-inquiry-main\">
<div class=\"ec-form-inquiry__inner\">
<div class=\"inner\">
<div class=\"ec-form-inquiry__group\">
<div class=\"text\">
<p>
この度は、問い合わせを頂き誠に有難う御座います。担当者から折り返しご連絡させて頂きますが、現場作業が多いため、折り返しに時間を要する場合がございます。<br />
<br />
お急ぎの方は、お電話でご連絡下さい。<br />
TEL:042-849-5413
</p>
</div>
<form method=\"post\" action=\"{{ url('contact') }}\" class=\"h-adr\" enctype=\"multipart/form-data\" >
<span class=\"p-country-name\" style=\"display:none;\">Japan</span>
{{ form_widget(form._token) }}
<div class=\"table\">
<p class=\"text top\">必須項目 <span>※</span></p>
<table class=\"check-item\">
<tr>
<td><p>お問い合わせ種別 <span>※</span></p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.contact_type.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\"
class=\"contact_type\"
name=\"{{ form.contact_type.vars.full_name }}\"
value=\"{{ val.value }}\"
{% if contact_type == val.value %}checked{% endif %}/>
{{ val.label | trans }}
</label>
{% endfor %}
{{ form_errors(form.contact_type) }}
</div>
</td>
</tr>
</table>
<div class=\"list-item\">
<div class=\"item\">
<table>
<tr>
<td><p>お名前</p></td>
<td>
<div class=\"fill\">
<label>
姓
{{ form_widget(form.name.name01, {'attr': { 'placeholder': '姓' }}) }}
</label>
</div>
<div class=\"fill\">
<label>
名
{{ form_widget(form.name.name02, {'attr': { 'placeholder': '名' }}) }}
</label>
</div>
{{ form_errors(form.name.name01) }}
{{ form_errors(form.name.name02) }}
</td>
</tr>
{# <tr>
<td><p>フリガナ<span>※</span></p></td>
<td>
<div class=\"fill\">
<label>
セイ
{{ form_widget(form.kana.kana01, {'attr': { 'placeholder': 'セイ' }}) }}
</label>
</div>
<div class=\"fill\">
<label>
メイ
{{ form_widget(form.kana.kana02, {'attr': { 'placeholder': 'メイ' }}) }}
</label>
</div>
{{ form_errors(form.kana.kana01) }}
{{ form_errors(form.kana.kana02) }}
</td>
</tr> #}
<tr>
<td><p>企業名</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.company_name, {'attr': { 'placeholder': '合同会社リンテック' }}) }}
</label>
</div>
{{ form_errors(form.company_name) }}
</td>
</tr>
<tr>
<td><p>メールアドレス</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.email, {'attr': { 'placeholder': 'example@example.com' }}) }}
</label>
</div>
{{ form_errors(form.email) }}
</td>
</tr>
<tr>
<td><p>電話番号</p></td>
<td>
<div class=\"fill v2\">
<label>
{{ form_widget(form.phone_number, {'attr': { 'placeholder': '000-0000-0000' }}) }}
</label>
</div>
{{ form_errors(form.phone_number) }}
</td>
</tr>
<tr>
<td><p>住所</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v2\">
郵便番号
{{ form_widget(form.postal_code) }}
<a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '住所検索'|trans }}</span></a>
</label>
{{ form_errors(form.postal_code) }}
<label class=\"label v3\">
都道府県
{{ form_widget(form.address.pref) }}
</label>
{{ form_errors(form.address.pref) }}
<label class=\"label v4\">
市区町村・番地
{{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
</label>
{{ form_errors(form.address.addr01) }}
<label class=\"label v4\">
マンション・ビル名
{{ form_widget(form.address.addr02, { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
</label>
{{ form_errors(form.address.addr02) }}
</div>
</td>
</tr>
{# <tr>
<td><p>エアコン種類</p></td>
<td>
{% for key,val in form.category.vars.choices %}
<div class=\"fill v4\">
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.category.vars.full_name }}\" value=\"{{ val.value }}\" {% if form.category.vars.data == val.value %}checked{% endif %}/>
{{ val.label | trans }}
</label>
</div>
{% endfor %}
{{ form_errors(form.category) }}
</td>
</tr> #}
<tr>
<td><p>お問い合わせ内容 <span>※</span></p></td>
<td>
<div class=\"fill\" style=\"width: 100%;\">
{{ form_widget(form.contents, {'attr': { 'placeholder': 'お問い合わせ内容をご記入ください', 'required': 'required' }}) }}
{{ form_errors(form.contents) }}
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class=\"check\">
<input type=\"checkbox\" name=\"\" id=\"\" required=\"true\">
<label for=\"\"><a href=\"{{ url('help_privacy') }}\">「プライバシーポリシー」</a>に同意する</label>
</div>
<div class=\"list-btn\">
<button type=\"submit\" class=\"btn\" id=\"btn-confirm\" name=\"mode\" value=\"confirm\">
<span>確認する</span>
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
", "Contact/index.twig", "/home/gogo002/gogo002.xbiz.jp/public_html/rintec/app/template/default/Contact/index.twig");
}
}