var/cache/dev/twig/c5/c57983444f9f7f282d4c1803aa171ce0.php line 52

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_ff8a23ad15156aefd9d7f41ca30ba16c 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.             'stylesheet' => [$this'block_stylesheet'],
  24.             'main' => [$this'block_main'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 11
  30.         return "default_frame.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Forgot/index.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Forgot/index.twig"));
  39.         // line 13
  40.         $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);
  41.         // line 11
  42.         $this->parent $this->loadTemplate("default_frame.twig""Forgot/index.twig"11);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  46.         
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  48.     }
  49.     // line 15
  50.     public function block_stylesheet($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  57.         // line 16
  58.         echo "<link rel=\"stylesheet\" href=\"";
  59.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/forgot.css"), "html"nulltrue);
  60.         echo "\" type=\"text/css\" media=\"all\" />
  61. ";
  62.         
  63.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  64.         
  65.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  66.     }
  67.     // line 19
  68.     public function block_main($context, array $blocks = [])
  69.     {
  70.         $macros $this->macros;
  71.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  72.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  73.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  74.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  75.         // line 20
  76.         echo "    <section id=\"main-visual\">
  77.         <div class=\"mainvisual\" style=\"background-image: url('";
  78.         // line 21
  79.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/mv_img_01.jpg"), "html"nulltrue);
  80.         echo "'); ?>)\"></div>
  81.     </section>
  82.     <section id=\"main-title\">
  83.         <h2 class=\"page-title\">REISSUE PASSWORD</h2>
  84.         <div class=\"scroll\">
  85.             <a href=\"#topic-path\">
  86.                 <p>scroll</p>
  87.                 <img src=\"https://mx-build.jp/wp-content/themes/%E3%82%BF%E3%82%A4%E3%82%A8%E3%82%A4%E5%8C%97%E6%B5%B7%E9%81%93%E3%82%A8%E3%83%B3%E3%82%B7%E3%82%99%E3%83%8B%E3%82%A2%E3%82%A2%E3%83%AA%E3%83%B3%E3%82%AF%E3%82%99/img/scroll.png\" alt=\"scroll-arrow\">
  88.             </a>
  89.         </div>
  90.     </section>
  91.     <div class=\"ec-role\">
  92.         <div class=\"ec-pageHeader\">
  93.             <h1>";
  94.         // line 34
  95.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("パスワードの再発行"), "html"nulltrue);
  96.         echo "</h1>
  97.         </div>
  98.     </div>
  99.     <div class=\"ec-forgotRole\">
  100.         <form name=\"form1\" id=\"form1\" method=\"post\" action=\"";
  101.         // line 38
  102.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("forgot");
  103.         echo "\">
  104.             ";
  105.         // line 39
  106.         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.'39$this->source); })()), "_token", [], "any"falsefalsefalse39), 'widget');
  107.         echo "
  108.             <div class=\"ec-off1Grid\">
  109.                 <div class=\"ec-off1Grid__cell\">
  110.                     <div class=\"ec-forgotRole__form\">
  111.                         <div class=\"ec-forgotRole__intro\">
  112.                             <p class=\"ec-para-normal\">";
  113.         // line 44
  114.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご登録時のメールアドレスを入力して「次へ」ボタンをクリックしてください。"), "html"nulltrue);
  115.         echo "</p>
  116.                             <p class=\"ec-para-normal\">";
  117.         // line 45
  118.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("※パスワード再発行メールを送信します。メールの内容をご確認の上、新しいパスワードを登録してください。"), "html"nulltrue);
  119.         echo "</p>
  120.                         </div>
  121.                         <div class=\"ec-borderedDefs\">
  122.                             <dl>
  123.                                 <dt>
  124.                                     ";
  125.         // line 50
  126.         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.'50$this->source); })()), "login_email", [], "any"falsefalsefalse50), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]);
  127.         echo "
  128.                                 </dt>
  129.                                 <dd>
  130.                                     <div class=\"ec-input";
  131.         // line 53
  132.         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.'53$this->source); })()), "login_email", [], "any"falsefalsefalse53))) ? (" error") : (""));
  133.         echo "\">
  134.                                         ";
  135.         // line 54
  136.         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.'54$this->source); })()), "login_email", [], "any"falsefalsefalse54), 'widget');
  137.         echo "
  138.                                         ";
  139.         // line 55
  140.         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.'55$this->source); })()), "login_email", [], "any"falsefalsefalse55), 'errors');
  141.         echo "
  142.                                     </div>
  143.                                 </dd>
  144.                             </dl>
  145.                         </div>
  146.                     </div>
  147.                 </div>
  148.             </div>
  149.             <div class=\"ec-off4Grid\">
  150.                 <div class=\"ec-off4Grid__cell\">
  151.                     <button type=\"submit\" class=\"ec-blockBtn--action\">";
  152.         // line 65
  153.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("次へ"), "html"nulltrue);
  154.         echo "</button>
  155.                 </div>
  156.             </div>
  157.         </form>
  158.     </div>
  159. ";
  160.         
  161.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  162.         
  163.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  164.     }
  165.     public function getTemplateName()
  166.     {
  167.         return "Forgot/index.twig";
  168.     }
  169.     public function isTraitable()
  170.     {
  171.         return false;
  172.     }
  173.     public function getDebugInfo()
  174.     {
  175.         return array (  172 => 65,  159 => 55,  155 => 54,  151 => 53,  145 => 50,  137 => 45,  133 => 44,  125 => 39,  121 => 38,  114 => 34,  98 => 21,  95 => 20,  85 => 19,  72 => 16,  62 => 15,  51 => 11,  49 => 13,  36 => 11,);
  176.     }
  177.     public function getSourceContext()
  178.     {
  179.         return new Source("{#
  180. This file is part of EC-CUBE
  181. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  182. http://www.ec-cube.co.jp/
  183. For the full copyright and license information, please view the LICENSE
  184. file that was distributed with this source code.
  185. #}
  186. {% extends 'default_frame.twig' %}
  187. {% form_theme form 'Form/form_div_layout.twig' %}
  188. {% block stylesheet %}
  189. <link rel=\"stylesheet\" href=\"{{ asset('assets/css/forgot.css') }}\" type=\"text/css\" media=\"all\" />
  190. {% endblock %}
  191. {% block main %}
  192.     <section id=\"main-visual\">
  193.         <div class=\"mainvisual\" style=\"background-image: url('{{ asset('assets/img/common/mv_img_01.jpg') }}'); ?>)\"></div>
  194.     </section>
  195.     <section id=\"main-title\">
  196.         <h2 class=\"page-title\">REISSUE PASSWORD</h2>
  197.         <div class=\"scroll\">
  198.             <a href=\"#topic-path\">
  199.                 <p>scroll</p>
  200.                 <img src=\"https://mx-build.jp/wp-content/themes/%E3%82%BF%E3%82%A4%E3%82%A8%E3%82%A4%E5%8C%97%E6%B5%B7%E9%81%93%E3%82%A8%E3%83%B3%E3%82%B7%E3%82%99%E3%83%8B%E3%82%A2%E3%82%A2%E3%83%AA%E3%83%B3%E3%82%AF%E3%82%99/img/scroll.png\" alt=\"scroll-arrow\">
  201.             </a>
  202.         </div>
  203.     </section>
  204.     <div class=\"ec-role\">
  205.         <div class=\"ec-pageHeader\">
  206.             <h1>{{ 'パスワードの再発行'|trans }}</h1>
  207.         </div>
  208.     </div>
  209.     <div class=\"ec-forgotRole\">
  210.         <form name=\"form1\" id=\"form1\" method=\"post\" action=\"{{ url('forgot') }}\">
  211.             {{ form_widget(form._token) }}
  212.             <div class=\"ec-off1Grid\">
  213.                 <div class=\"ec-off1Grid__cell\">
  214.                     <div class=\"ec-forgotRole__form\">
  215.                         <div class=\"ec-forgotRole__intro\">
  216.                             <p class=\"ec-para-normal\">{{ 'ご登録時のメールアドレスを入力して「次へ」ボタンをクリックしてください。'|trans }}</p>
  217.                             <p class=\"ec-para-normal\">{{ '※パスワード再発行メールを送信します。メールの内容をご確認の上、新しいパスワードを登録してください。'|trans }}</p>
  218.                         </div>
  219.                         <div class=\"ec-borderedDefs\">
  220.                             <dl>
  221.                                 <dt>
  222.                                     {{ form_label(form.login_email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}
  223.                                 </dt>
  224.                                 <dd>
  225.                                     <div class=\"ec-input{{ has_errors(form.login_email) ? ' error' }}\">
  226.                                         {{ form_widget(form.login_email) }}
  227.                                         {{ form_errors(form.login_email) }}
  228.                                     </div>
  229.                                 </dd>
  230.                             </dl>
  231.                         </div>
  232.                     </div>
  233.                 </div>
  234.             </div>
  235.             <div class=\"ec-off4Grid\">
  236.                 <div class=\"ec-off4Grid__cell\">
  237.                     <button type=\"submit\" class=\"ec-blockBtn--action\">{{ '次へ'|trans }}</button>
  238.                 </div>
  239.             </div>
  240.         </form>
  241.     </div>
  242. {% endblock %}""Forgot/index.twig""/home/fneccube02/mx-build.jp/public_html/shop/app/template/myTemplate/Forgot/index.twig");
  243.     }
  244. }