var/cache/dev/twig/85/851cb517b5c5cbe4259fb6a99d4defbd.php line 40

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_da97d42c8f30fd0a5cc2ee397c48a8e0 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.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  26.         $this->checkSecurity();
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 11
  31.         return "default_frame.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Forgot/index.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Forgot/index.twig"));
  40.         // line 13
  41.         $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);
  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_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  47.         
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  49.     }
  50.     // line 15
  51.     public function block_main($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  58.         // line 16
  59.         echo "    <div class=\"ec-productRole\">
  60.         <ol class=\"breadcrumb\" itemscope itemtype=\"https://schema.org/BreadcrumbList\">
  61.             <li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  62.                 <a itemprop=\"item\" href=\"";
  63.         // line 19
  64.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  65.         echo "\">
  66.                     <span itemprop=\"name\">TOP</span>
  67.                 </a>
  68.                 <meta itemprop=\"position\" content=\"1\" />
  69.             </li>
  70.             <li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  71.                 <a itemprop=\"item\" href=\"";
  72.         // line 25
  73.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("forgot");
  74.         echo "\">
  75.                     <span itemprop=\"name\">パスワード再発行</span>
  76.                 </a>
  77.                 <meta itemprop=\"position\" content=\"2\" />
  78.             </li>
  79.         </ol>
  80.     </div>
  81.     <div class=\"ec-role\">
  82.         <div class=\"ec-pageHeader\">
  83.             <h1>";
  84.         // line 34
  85.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("パスワードの再発行"), "html"nulltrue);
  86.         echo "<br><span>password</span></h1>
  87.         </div>
  88.     </div>
  89.     <div class=\"ec-forgotRole\">
  90.         <form name=\"form1\" id=\"form1\" method=\"post\" action=\"";
  91.         // line 38
  92.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("forgot");
  93.         echo "\">
  94.             ";
  95.         // line 39
  96.         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.'39$this->source); })()), "_token", [], "any"falsefalsetrue39), 39$this->source), 'widget');
  97.         echo "
  98.             <div class=\"ec-off1Grid\">
  99.                 <div class=\"ec-off1Grid__cell\">
  100.                     <div class=\"ec-forgotRole__form\">
  101.                         <div class=\"ec-forgotRole__intro\">
  102.                             <p class=\"ec-para-normal\">";
  103.         // line 44
  104.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご登録時のメールアドレスを入力して「次へ」ボタンをクリックしてください。"), "html"nulltrue);
  105.         echo "</p>
  106.                             <p class=\"ec-para-normal\">";
  107.         // line 45
  108.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("※パスワード再発行メールを送信します。メールの内容をご確認の上、新しいパスワードを登録してください。"), "html"nulltrue);
  109.         echo "</p>
  110.                         </div>
  111.                         <div class=\"ec-borderedDefs\">
  112.                             <dl>
  113.                                 <dt>
  114.                                     ";
  115.         // line 50
  116.         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.'50$this->source); })()), "login_email", [], "any"falsefalsetrue50), 50$this->source), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]);
  117.         echo "
  118.                                 </dt>
  119.                                 <dd>
  120.                                     <div class=\"ec-input";
  121.         // line 53
  122.         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.'53$this->source); })()), "login_email", [], "any"falsefalsetrue53), 53$this->source))) ? (" error") : (""));
  123.         echo "\">
  124.                                         ";
  125.         // line 54
  126.         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.'54$this->source); })()), "login_email", [], "any"falsefalsetrue54), 54$this->source), 'widget');
  127.         echo "
  128.                                         ";
  129.         // line 55
  130.         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.'55$this->source); })()), "login_email", [], "any"falsefalsetrue55), 55$this->source), 'errors');
  131.         echo "
  132.                                     </div>
  133.                                 </dd>
  134.                             </dl>
  135.                         </div>
  136.                     </div>
  137.                 </div>
  138.             </div>
  139.             <div class=\"ec-off4Grid\">
  140.                 <div class=\"ec-off4Grid__cell\">
  141.                     <button type=\"submit\" class=\"ec-blockBtn--action\">";
  142.         // line 65
  143.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("次へ"), "html"nulltrue);
  144.         echo "</button>
  145.                 </div>
  146.             </div>
  147.         </form>
  148.     </div>
  149. ";
  150.         
  151.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  152.         
  153.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  154.     }
  155.     public function getTemplateName()
  156.     {
  157.         return "Forgot/index.twig";
  158.     }
  159.     public function isTraitable()
  160.     {
  161.         return false;
  162.     }
  163.     public function getDebugInfo()
  164.     {
  165.         return array (  157 => 65,  144 => 55,  140 => 54,  136 => 53,  130 => 50,  122 => 45,  118 => 44,  110 => 39,  106 => 38,  99 => 34,  87 => 25,  78 => 19,  73 => 16,  63 => 15,  52 => 11,  50 => 13,  37 => 11,);
  166.     }
  167.     public function getSourceContext()
  168.     {
  169.         return new Source("{#
  170. This file is part of EC-CUBE
  171. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  172. http://www.ec-cube.co.jp/
  173. For the full copyright and license information, please view the LICENSE
  174. file that was distributed with this source code.
  175. #}
  176. {% extends 'default_frame.twig' %}
  177. {% form_theme form 'Form/form_div_layout.twig' %}
  178. {% block main %}
  179.     <div class=\"ec-productRole\">
  180.         <ol class=\"breadcrumb\" itemscope itemtype=\"https://schema.org/BreadcrumbList\">
  181.             <li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  182.                 <a itemprop=\"item\" href=\"{{ url('homepage') }}\">
  183.                     <span itemprop=\"name\">TOP</span>
  184.                 </a>
  185.                 <meta itemprop=\"position\" content=\"1\" />
  186.             </li>
  187.             <li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  188.                 <a itemprop=\"item\" href=\"{{ url('forgot') }}\">
  189.                     <span itemprop=\"name\">パスワード再発行</span>
  190.                 </a>
  191.                 <meta itemprop=\"position\" content=\"2\" />
  192.             </li>
  193.         </ol>
  194.     </div>
  195.     <div class=\"ec-role\">
  196.         <div class=\"ec-pageHeader\">
  197.             <h1>{{ 'パスワードの再発行'|trans }}<br><span>password</span></h1>
  198.         </div>
  199.     </div>
  200.     <div class=\"ec-forgotRole\">
  201.         <form name=\"form1\" id=\"form1\" method=\"post\" action=\"{{ url('forgot') }}\">
  202.             {{ form_widget(form._token) }}
  203.             <div class=\"ec-off1Grid\">
  204.                 <div class=\"ec-off1Grid__cell\">
  205.                     <div class=\"ec-forgotRole__form\">
  206.                         <div class=\"ec-forgotRole__intro\">
  207.                             <p class=\"ec-para-normal\">{{ 'ご登録時のメールアドレスを入力して「次へ」ボタンをクリックしてください。'|trans }}</p>
  208.                             <p class=\"ec-para-normal\">{{ '※パスワード再発行メールを送信します。メールの内容をご確認の上、新しいパスワードを登録してください。'|trans }}</p>
  209.                         </div>
  210.                         <div class=\"ec-borderedDefs\">
  211.                             <dl>
  212.                                 <dt>
  213.                                     {{ form_label(form.login_email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}
  214.                                 </dt>
  215.                                 <dd>
  216.                                     <div class=\"ec-input{{ has_errors(form.login_email) ? ' error' }}\">
  217.                                         {{ form_widget(form.login_email) }}
  218.                                         {{ form_errors(form.login_email) }}
  219.                                     </div>
  220.                                 </dd>
  221.                             </dl>
  222.                         </div>
  223.                     </div>
  224.                 </div>
  225.             </div>
  226.             <div class=\"ec-off4Grid\">
  227.                 <div class=\"ec-off4Grid__cell\">
  228.                     <button type=\"submit\" class=\"ec-blockBtn--action\">{{ '次へ'|trans }}</button>
  229.                 </div>
  230.             </div>
  231.         </form>
  232.     </div>
  233. {% endblock %}""Forgot/index.twig""/home/c9635817/public_html/attrait-shop.com/app/template/default/Forgot/index.twig");
  234.     }
  235.     
  236.     public function checkSecurity()
  237.     {
  238.         static $tags = array("form_theme" => 13);
  239.         static $filters = array("escape" => 34"trans" => 34);
  240.         static $functions = array("url" => 19"form_widget" => 39"form_label" => 50"has_errors" => 53"form_errors" => 55);
  241.         try {
  242.             $this->sandbox->checkSecurity(
  243.                 ['form_theme'],
  244.                 ['escape''trans'],
  245.                 ['url''form_widget''form_label''has_errors''form_errors'],
  246.                 $this->source
  247.             );
  248.         } catch (SecurityError $e) {
  249.             $e->setSourceContext($this->source);
  250.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  251.                 $e->setTemplateLine($tags[$e->getTagName()]);
  252.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  253.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  254.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  255.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  256.             }
  257.             throw $e;
  258.         }
  259.     }
  260. }