var/cache/dev/twig/89/89c28ba15c4c6185f3302e8270c93e10.php line 41

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_5186c5a39770a519d11e64ebdd8e2364 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.             'stylesheet' => [$this'block_stylesheet'],
  25.         ];
  26.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  27.         $this->checkSecurity();
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "default_frame.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Forgot/index.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Forgot/index.twig"));
  41.         // line 3
  42.         $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); })()), [=> "Form/form_div_layout.twig"], true);
  43.         // line 1
  44.         $this->parent $this->loadTemplate("default_frame.twig""Forgot/index.twig"1);
  45.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  48.         
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  50.     }
  51.     // line 5
  52.     public function block_main($context, array $blocks = [])
  53.     {
  54.         $macros $this->macros;
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  58.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  59.         // line 6
  60.         echo "    <div class=\"contents\">
  61.         <div class=\"box_green\">
  62.             <div class=\"page-title\">
  63.                 <h3>パスワードを忘れた方</h3>
  64.                 <p>パスワードを送信いたします。</p>
  65.             </div>
  66.             <div class=\"box_wide\">
  67.                 <form name=\"form1\" id=\"form1\" method=\"post\" action=\"";
  68.         // line 13
  69.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("forgot");
  70.         echo "\">
  71.                     ";
  72.         // line 14
  73.         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.'14$this->source); })()), "_token", [], "any"falsefalsetrue14), 14$this->source), 'widget');
  74.         echo "
  75.                     <table>
  76.                         <tr>
  77.                             <td class=\"cel1\">
  78.                                 <p style=\"font-size: 14px;\">会員登録時のメールアドレスを入力してください。パスワード再設定用のリンクを送信いたします。</p>
  79.                                 <p style=\"font-size: 14px;\">※リンクの有効期限は1時間です。</p>
  80.                             </td>
  81.                             <td class=\"cel2\">
  82.                                 <div class=\"pwsend_box\">
  83.                                     <p class=\"err_com\"></p>
  84.                                     ";
  85.         // line 24
  86.         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.'24$this->source); })()), "login_email", [], "any"falsefalsetrue24), 24$this->source), 'widget', ["attr" => ["class" => "login_email"]]);
  87.         echo "
  88.                                     ";
  89.         // line 25
  90.         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.'25$this->source); })()), "login_email", [], "any"falsefalsetrue25), 25$this->source), 'errors');
  91.         echo "
  92.                                     【半角】<br />
  93.                                 </div>
  94.                             </td>
  95.                         </tr>
  96.                         <tr>
  97.                             <td colspan=\"2\" style=\"text-align: center;\">
  98.                                 <button type=\"submit\" class=\"borderless\">
  99.                                     <img src=\"https://img0.land-mark.biz/ut_img/public_images/login/btn_send.gif\" width=\"195\" height=\"30\" alt=\"送信する\" />
  100.                                 </button>
  101.                             </td>
  102.                         </tr>
  103.                     </table>
  104.                 </form>
  105.             </div>
  106.         </div>
  107.     </div>
  108. ";
  109.         
  110.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  111.         
  112.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  113.     }
  114.     // line 43
  115.     public function block_stylesheet($context, array $blocks = [])
  116.     {
  117.         $macros $this->macros;
  118.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  119.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  120.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  121.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  122.         // line 44
  123.         echo "    <link rel=\"stylesheet\" href=\"/stylesheets/mypage_login.css?20211226\">
  124.     <link rel=\"stylesheet\" href=\"/stylesheets/forgot_password.css?20230317\">
  125.     <link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheets/first_view.css?20180302_01\" />
  126. ";
  127.         
  128.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  129.         
  130.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  131.     }
  132.     public function getTemplateName()
  133.     {
  134.         return "Forgot/index.twig";
  135.     }
  136.     public function isTraitable()
  137.     {
  138.         return false;
  139.     }
  140.     public function getDebugInfo()
  141.     {
  142.         return array (  142 => 44,  132 => 43,  104 => 25,  100 => 24,  87 => 14,  83 => 13,  74 => 6,  64 => 5,  53 => 1,  51 => 3,  38 => 1,);
  143.     }
  144.     public function getSourceContext()
  145.     {
  146.         return new Source("{% extends 'default_frame.twig' %}
  147. {% form_theme form 'Form/form_div_layout.twig' %}
  148. {% block main %}
  149.     <div class=\"contents\">
  150.         <div class=\"box_green\">
  151.             <div class=\"page-title\">
  152.                 <h3>パスワードを忘れた方</h3>
  153.                 <p>パスワードを送信いたします。</p>
  154.             </div>
  155.             <div class=\"box_wide\">
  156.                 <form name=\"form1\" id=\"form1\" method=\"post\" action=\"{{ url('forgot') }}\">
  157.                     {{ form_widget(form._token) }}
  158.                     <table>
  159.                         <tr>
  160.                             <td class=\"cel1\">
  161.                                 <p style=\"font-size: 14px;\">会員登録時のメールアドレスを入力してください。パスワード再設定用のリンクを送信いたします。</p>
  162.                                 <p style=\"font-size: 14px;\">※リンクの有効期限は1時間です。</p>
  163.                             </td>
  164.                             <td class=\"cel2\">
  165.                                 <div class=\"pwsend_box\">
  166.                                     <p class=\"err_com\"></p>
  167.                                     {{ form_widget(form.login_email, {'attr': {'class': 'login_email'}}) }}
  168.                                     {{ form_errors(form.login_email) }}
  169.                                     【半角】<br />
  170.                                 </div>
  171.                             </td>
  172.                         </tr>
  173.                         <tr>
  174.                             <td colspan=\"2\" style=\"text-align: center;\">
  175.                                 <button type=\"submit\" class=\"borderless\">
  176.                                     <img src=\"https://img0.land-mark.biz/ut_img/public_images/login/btn_send.gif\" width=\"195\" height=\"30\" alt=\"送信する\" />
  177.                                 </button>
  178.                             </td>
  179.                         </tr>
  180.                     </table>
  181.                 </form>
  182.             </div>
  183.         </div>
  184.     </div>
  185. {% endblock %}
  186. {% block stylesheet %}
  187.     <link rel=\"stylesheet\" href=\"/stylesheets/mypage_login.css?20211226\">
  188.     <link rel=\"stylesheet\" href=\"/stylesheets/forgot_password.css?20230317\">
  189.     <link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheets/first_view.css?20180302_01\" />
  190. {% endblock %}
  191. ""Forgot/index.twig""/var/www/html/app/template/default/Forgot/index.twig");
  192.     }
  193.     
  194.     public function checkSecurity()
  195.     {
  196.         static $tags = array("form_theme" => 3);
  197.         static $filters = array();
  198.         static $functions = array("url" => 13"form_widget" => 14"form_errors" => 25);
  199.         try {
  200.             $this->sandbox->checkSecurity(
  201.                 ['form_theme'],
  202.                 [],
  203.                 ['url''form_widget''form_errors']
  204.             );
  205.         } catch (SecurityError $e) {
  206.             $e->setSourceContext($this->source);
  207.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  208.                 $e->setTemplateLine($tags[$e->getTagName()]);
  209.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  210.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  211.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  212.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  213.             }
  214.             throw $e;
  215.         }
  216.     }
  217. }