var/cache/dev/twig/4e/4ed63e1578a16e5e4a7f7105146d814b.php line 38

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* Forgot/index.twig */
  14. class __TwigTemplate_cd033aeb6f7461b768409535e3202756 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'main' => [$this'block_main'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 11
  29.         return "default_frame.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Forgot/index.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Forgot/index.twig"));
  38.         // line 13
  39.         $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.'13$this->source); })()), [=> "Form/form_div_layout.twig"], true);
  40.         // line 11
  41.         $this->parent $this->loadTemplate("default_frame.twig""Forgot/index.twig"11);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  45.         
  46.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  47.     }
  48.     // line 15
  49.     public function block_main($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  56.         // line 16
  57.         echo "    <section class=\"p-forgot\">
  58.     
  59.         <div class=\"p-forgot__heading\">
  60.             <h1 class=\"c-page-title\">
  61.                 <span class=\"c-page-title__text\">";
  62.         // line 20
  63.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("パスワードの再発行"), "html"nulltrue);
  64.         echo "</span>
  65.             </h1>
  66.         </div>
  67.         
  68.         <div class=\"p-forgot__contents\">
  69.             <p class=\"p-forgot__description\">";
  70.         // line 25
  71.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご登録時のメールアドレスを入力して「次へ」ボタンをクリックしてください。<br>パスワード再発行メールを送信しますので、メールの内容をご確認の上、新しいパスワードを登録してください。");
  72.         echo "</p>
  73.             <form name=\"form1\" id=\"form1\" method=\"post\" action=\"";
  74.         // line 26
  75.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("forgot");
  76.         echo "\">
  77.                 ";
  78.         // line 27
  79.         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.'27$this->source); })()), "_token", [], "any"falsefalsefalse27), 'widget');
  80.         echo "
  81.                 <div class=\"c-form is-input has-border\">
  82.                     <dl class=\"c-form__parts u-dl-sanitize\">
  83.                         <dt class=\"c-form__parts-label\">
  84.                             ";
  85.         // line 31
  86.         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.'31$this->source); })()), "login_email", [], "any"falsefalsefalse31), 'label', ["label_attr" => ["class" => "c-form__parts-label-text"], "label" => "メールアドレス"]);
  87.         echo "
  88.                         </dt>
  89.                         <dd class=\"c-form__parts-detail\">
  90.                             <div class=\"c-form__box\">
  91.                                 <div class=\"c-form__box-item\">
  92.                                     <div class=\"c-text-field mdc-text-field mdc-text-field--outlined";
  93.         // line 36
  94.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(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.'36$this->source); })()), "login_email", [], "any"falsefalsefalse36))) ? (" mdc-text-field--invalid") : (""));
  95.         echo "\">
  96.                                         ";
  97.         // line 37
  98.         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.'37$this->source); })()), "login_email", [], "any"falsefalsefalse37), 'widget', ["attr" => ["class" => "c-text-field__input mdc-text-field__input"]]);
  99.         echo "
  100.                                         <div class=\"mdc-notched-outline\">
  101.                                             <div class=\"mdc-notched-outline__leading\"></div>
  102.                                             <div class=\"mdc-notched-outline__notch\">
  103.                                                 <label class=\"c-floating-label mdc-floating-label\" for=\"contact_email\">example@example.com</label>
  104.                                             </div>
  105.                                             <div class=\"mdc-notched-outline__trailing\"></div>
  106.                                         </div>
  107.                                     </div>
  108.                                     ";
  109.         // line 46
  110.         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.'46$this->source); })()), "login_email", [], "any"falsefalsefalse46), 'errors', ["label_attr" => ["class" => "mdc-text-field-helper-text mdc-text-field-helper-text--validation-msg"]]);
  111.         echo "
  112.                                 </div>
  113.                             </div>
  114.                         </dd>
  115.                     </dl>
  116.                     <div class=\"c-form__actions\">
  117.                         <div class=\"c-form__actions-item\">
  118.                             <button class=\"c-form__button c-button is-secondary c-button--unelevated mdc-button mdc-button--unelevated\" type=\"submit\">
  119.                                 <span class=\"c-button__label mdc-button__label\">";
  120.         // line 54
  121.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("次へ"), "html"nulltrue);
  122.         echo "</span>
  123.                             </button>
  124.                         </div>
  125.                     </div>
  126.                 </div>
  127.             </form>
  128.             
  129.         </div>
  130.         
  131.     </section>
  132. ";
  133.         
  134.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  135.         
  136.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  137.     }
  138.     public function getTemplateName()
  139.     {
  140.         return "Forgot/index.twig";
  141.     }
  142.     public function isTraitable()
  143.     {
  144.         return false;
  145.     }
  146.     public function getDebugInfo()
  147.     {
  148.         return array (  135 => 54,  124 => 46,  112 => 37,  108 => 36,  100 => 31,  93 => 27,  89 => 26,  85 => 25,  77 => 20,  71 => 16,  61 => 15,  50 => 11,  48 => 13,  35 => 11,);
  149.     }
  150.     public function getSourceContext()
  151.     {
  152.         return new Source("{#
  153. This file is part of EC-CUBE
  154. Copyright(c) LOCKON CO.,LTD. All Rights Reserved.
  155. http://www.lockon.co.jp/
  156. For the full copyright and license information, please view the LICENSE
  157. file that was distributed with this source code.
  158. #}
  159. {% extends 'default_frame.twig' %}
  160. {% form_theme form 'Form/form_div_layout.twig' %}
  161. {% block main %}
  162.     <section class=\"p-forgot\">
  163.     
  164.         <div class=\"p-forgot__heading\">
  165.             <h1 class=\"c-page-title\">
  166.                 <span class=\"c-page-title__text\">{{ 'パスワードの再発行'|trans }}</span>
  167.             </h1>
  168.         </div>
  169.         
  170.         <div class=\"p-forgot__contents\">
  171.             <p class=\"p-forgot__description\">{{ 'ご登録時のメールアドレスを入力して「次へ」ボタンをクリックしてください。<br>パスワード再発行メールを送信しますので、メールの内容をご確認の上、新しいパスワードを登録してください。'|trans|raw }}</p>
  172.             <form name=\"form1\" id=\"form1\" method=\"post\" action=\"{{ url('forgot') }}\">
  173.                 {{ form_widget(form._token) }}
  174.                 <div class=\"c-form is-input has-border\">
  175.                     <dl class=\"c-form__parts u-dl-sanitize\">
  176.                         <dt class=\"c-form__parts-label\">
  177.                             {{ form_label(form.login_email, 'メールアドレス', { 'label_attr': { 'class': 'c-form__parts-label-text' }}) }}
  178.                         </dt>
  179.                         <dd class=\"c-form__parts-detail\">
  180.                             <div class=\"c-form__box\">
  181.                                 <div class=\"c-form__box-item\">
  182.                                     <div class=\"c-text-field mdc-text-field mdc-text-field--outlined{{ has_errors(form.login_email) ? ' mdc-text-field--invalid' }}\">
  183.                                         {{ form_widget(form.login_email, {'attr': { 'class': 'c-text-field__input mdc-text-field__input' }}) }}
  184.                                         <div class=\"mdc-notched-outline\">
  185.                                             <div class=\"mdc-notched-outline__leading\"></div>
  186.                                             <div class=\"mdc-notched-outline__notch\">
  187.                                                 <label class=\"c-floating-label mdc-floating-label\" for=\"contact_email\">example@example.com</label>
  188.                                             </div>
  189.                                             <div class=\"mdc-notched-outline__trailing\"></div>
  190.                                         </div>
  191.                                     </div>
  192.                                     {{ form_errors(form.login_email, {'label_attr': {'class': 'mdc-text-field-helper-text mdc-text-field-helper-text--validation-msg'}}) }}
  193.                                 </div>
  194.                             </div>
  195.                         </dd>
  196.                     </dl>
  197.                     <div class=\"c-form__actions\">
  198.                         <div class=\"c-form__actions-item\">
  199.                             <button class=\"c-form__button c-button is-secondary c-button--unelevated mdc-button mdc-button--unelevated\" type=\"submit\">
  200.                                 <span class=\"c-button__label mdc-button__label\">{{ '次へ'|trans }}</span>
  201.                             </button>
  202.                         </div>
  203.                     </div>
  204.                 </div>
  205.             </form>
  206.             
  207.         </div>
  208.         
  209.     </section>
  210. {% endblock %}
  211. ""Forgot/index.twig""/home/rocroc/tsmt-store.com/public_html/app/template/ss4002/Forgot/index.twig");
  212.     }
  213. }