var/cache/dev/twig/5e/5e5b9c728bcf3afa7243afd0824c6f28e2de77b8020c0696157c44d80f8b295c.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_88c432913dec7d35d7ed47d2dda28cb7c400ce14f972f51fd2d797ca7d92b651 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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Forgot/index.twig"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_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 15
  41.         $context["body_class"] = "forgot";
  42.         // line 11
  43.         $this->parent $this->loadTemplate("default_frame.twig""Forgot/index.twig"11);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 17
  51.     public function block_main($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  58.         // line 18
  59.         echo "    <div class=\"ec-role\">
  60.         <div class=\"ec-pageHeader\">
  61.             <h1>";
  62.         // line 20
  63.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("パスワードの再発行"), "html"nulltrue);
  64.         echo "</h1>
  65.         </div>
  66.     </div>
  67.     <div class=\"ec-forgotRole\">
  68.         <form name=\"form1\" id=\"form1\" method=\"post\" action=\"";
  69.         // line 24
  70.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("forgot");
  71.         echo "\">
  72.             ";
  73.         // line 25
  74.         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.'25$this->source); })()), "_token", [], "any"falsefalsefalse25), 'widget');
  75.         echo "
  76.             <div class=\"ec-off1Grid\">
  77.                 <div class=\"ec-off1Grid__cell\">
  78.                     <div class=\"ec-forgotRole__form\">
  79.                         <div class=\"ec-forgotRole__intro\">
  80.                             <p class=\"ec-para-normal\">";
  81.         // line 30
  82.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご登録時のメールアドレスを入力して「次へ」ボタンをクリックしてください。"), "html"nulltrue);
  83.         echo "</p>
  84.                             <p class=\"ec-para-normal\">";
  85.         // line 31
  86.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("※パスワード再発行メールを送信します。メールの内容をご確認の上、新しいパスワードを登録してください。"), "html"nulltrue);
  87.         echo "</p>
  88.                         </div>
  89.                         <div class=\"ec-borderedDefs\">
  90.                             <dl>
  91.                                 <dt>
  92.                                     ";
  93.         // line 36
  94.         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.'36$this->source); })()), "login_email", [], "any"falsefalsefalse36), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]);
  95.         echo "
  96.                                 </dt>
  97.                                 <dd>
  98.                                     <div class=\"ec-input";
  99.         // line 39
  100.         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.'39$this->source); })()), "login_email", [], "any"falsefalsefalse39))) ? (" error") : (""));
  101.         echo "\">
  102.                                         ";
  103.         // line 40
  104.         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.'40$this->source); })()), "login_email", [], "any"falsefalsefalse40), 'widget');
  105.         echo "
  106.                                         ";
  107.         // line 41
  108.         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.'41$this->source); })()), "login_email", [], "any"falsefalsefalse41), 'errors');
  109.         echo "
  110.                                     </div>
  111.                                 </dd>
  112.                             </dl>
  113.                         </div>
  114.                     </div>
  115.                 </div>
  116.             </div>
  117.             <div class=\"ec-off4Grid\">
  118.                 <div class=\"ec-off4Grid__cell\">
  119.                     <button type=\"submit\" class=\"ec-blockBtn--action\">";
  120.         // line 51
  121.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("次へ"), "html"nulltrue);
  122.         echo "</button>
  123.                 </div>
  124.             </div>
  125.         </form>
  126.     </div>
  127. ";
  128.         
  129.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  130.         
  131.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  132.     }
  133.     public function getTemplateName()
  134.     {
  135.         return "Forgot/index.twig";
  136.     }
  137.     public function isTraitable()
  138.     {
  139.         return false;
  140.     }
  141.     public function getDebugInfo()
  142.     {
  143.         return array (  135 => 51,  122 => 41,  118 => 40,  114 => 39,  108 => 36,  100 => 31,  96 => 30,  88 => 25,  84 => 24,  77 => 20,  73 => 18,  63 => 17,  52 => 11,  50 => 15,  48 => 13,  35 => 11,);
  144.     }
  145.     public function getSourceContext()
  146.     {
  147.         return new Source("{#
  148. This file is part of EC-CUBE
  149. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  150. http://www.ec-cube.co.jp/
  151. For the full copyright and license information, please view the LICENSE
  152. file that was distributed with this source code.
  153. #}
  154. {% extends 'default_frame.twig' %}
  155. {% form_theme form 'Form/form_div_layout.twig' %}
  156. {% set body_class = 'forgot' %}
  157. {% block main %}
  158.     <div class=\"ec-role\">
  159.         <div class=\"ec-pageHeader\">
  160.             <h1>{{ 'パスワードの再発行'|trans }}</h1>
  161.         </div>
  162.     </div>
  163.     <div class=\"ec-forgotRole\">
  164.         <form name=\"form1\" id=\"form1\" method=\"post\" action=\"{{ url('forgot') }}\">
  165.             {{ form_widget(form._token) }}
  166.             <div class=\"ec-off1Grid\">
  167.                 <div class=\"ec-off1Grid__cell\">
  168.                     <div class=\"ec-forgotRole__form\">
  169.                         <div class=\"ec-forgotRole__intro\">
  170.                             <p class=\"ec-para-normal\">{{ 'ご登録時のメールアドレスを入力して「次へ」ボタンをクリックしてください。'|trans }}</p>
  171.                             <p class=\"ec-para-normal\">{{ '※パスワード再発行メールを送信します。メールの内容をご確認の上、新しいパスワードを登録してください。'|trans }}</p>
  172.                         </div>
  173.                         <div class=\"ec-borderedDefs\">
  174.                             <dl>
  175.                                 <dt>
  176.                                     {{ form_label(form.login_email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}
  177.                                 </dt>
  178.                                 <dd>
  179.                                     <div class=\"ec-input{{ has_errors(form.login_email) ? ' error' }}\">
  180.                                         {{ form_widget(form.login_email) }}
  181.                                         {{ form_errors(form.login_email) }}
  182.                                     </div>
  183.                                 </dd>
  184.                             </dl>
  185.                         </div>
  186.                     </div>
  187.                 </div>
  188.             </div>
  189.             <div class=\"ec-off4Grid\">
  190.                 <div class=\"ec-off4Grid__cell\">
  191.                     <button type=\"submit\" class=\"ec-blockBtn--action\">{{ '次へ'|trans }}</button>
  192.                 </div>
  193.             </div>
  194.         </form>
  195.     </div>
  196. {% endblock %}
  197. ""Forgot/index.twig""/home/noie373zam/public_html/noiezam-ec/app/template/bynoiezam/Forgot/index.twig");
  198.     }
  199. }