var/cache/dev/twig/54/5445ba503ade19249faf337844751b95.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/complete.twig */
  14. class __TwigTemplate_9b7a08376c39dfcb25f82b8aaccc4fbb 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/complete.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/complete.twig"));
  40.         $this->parent $this->loadTemplate("default_frame.twig""Forgot/complete.twig"11);
  41.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  44.         
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  46.     }
  47.     // line 13
  48.     public function block_main($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  55.         // line 14
  56.         echo "<section class=\"p-lower-mv\">
  57.   <div class=\"inner\">
  58.     <h2 class=\"p-lower-mv-title\"><span>パスワードの再発行</span></h2>
  59.     <div class=\"under bread_wrap\">
  60.       <ol itemscope itemtype=\"https://schema.org/BreadcrumbList\">
  61.         <li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  62.           <a itemprop=\"item\" href=\"";
  63.         // line 20
  64.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  65.         echo "\">
  66.             <span class=\"freight-neo-pro\" 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 26
  73.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("forgot");
  74.         echo "\">
  75.             <span class=\"freight-neo-pro\" itemprop=\"name\">パスワードの再発行</span>
  76.           </a>
  77.           <meta itemprop=\"position\" content=\"2\" />
  78.         </li>
  79.       </ol>
  80.     </div>
  81.     <!-- /.bread_wrap -->
  82.   </div>
  83. </section>
  84. <section class=\"forgot\">
  85.   <div class=\"inner\">
  86.     <p class=\"forgot-message\">
  87.       パスワード再発行メールの送信が<span class=\"ib\">完了しました。</span><br>
  88.       ご登録メールアドレスにパスワードを再発行するためのメールを送信いたしました。<br>
  89.       メールの内容をご確認いただきますよう、<span class=\"ib\">お願いいたします。</span><br>
  90.       ※メールが届かない場合はメールアドレスをご確認の上、再度お試しください。
  91.     </p>
  92.   </div>
  93. </section>
  94. ";
  95.         
  96.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  97.         
  98.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  99.     }
  100.     public function getTemplateName()
  101.     {
  102.         return "Forgot/complete.twig";
  103.     }
  104.     public function isTraitable()
  105.     {
  106.         return false;
  107.     }
  108.     public function getDebugInfo()
  109.     {
  110.         return array (  87 => 26,  78 => 20,  70 => 14,  60 => 13,  37 => 11,);
  111.     }
  112.     public function getSourceContext()
  113.     {
  114.         return new Source("{#
  115. This file is part of EC-CUBE
  116. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  117. http://www.ec-cube.co.jp/
  118. For the full copyright and license information, please view the LICENSE
  119. file that was distributed with this source code.
  120. #}
  121. {% extends 'default_frame.twig' %}
  122. {% block main %}
  123. <section class=\"p-lower-mv\">
  124.   <div class=\"inner\">
  125.     <h2 class=\"p-lower-mv-title\"><span>パスワードの再発行</span></h2>
  126.     <div class=\"under bread_wrap\">
  127.       <ol itemscope itemtype=\"https://schema.org/BreadcrumbList\">
  128.         <li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  129.           <a itemprop=\"item\" href=\"{{ url('homepage') }}\">
  130.             <span class=\"freight-neo-pro\" itemprop=\"name\">TOP</span>
  131.           </a>
  132.           <meta itemprop=\"position\" content=\"1\" />
  133.         </li>
  134.         <li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  135.           <a itemprop=\"item\" href=\"{{ url('forgot') }}\">
  136.             <span class=\"freight-neo-pro\" itemprop=\"name\">パスワードの再発行</span>
  137.           </a>
  138.           <meta itemprop=\"position\" content=\"2\" />
  139.         </li>
  140.       </ol>
  141.     </div>
  142.     <!-- /.bread_wrap -->
  143.   </div>
  144. </section>
  145. <section class=\"forgot\">
  146.   <div class=\"inner\">
  147.     <p class=\"forgot-message\">
  148.       パスワード再発行メールの送信が<span class=\"ib\">完了しました。</span><br>
  149.       ご登録メールアドレスにパスワードを再発行するためのメールを送信いたしました。<br>
  150.       メールの内容をご確認いただきますよう、<span class=\"ib\">お願いいたします。</span><br>
  151.       ※メールが届かない場合はメールアドレスをご確認の上、再度お試しください。
  152.     </p>
  153.   </div>
  154. </section>
  155. {% endblock %}""Forgot/complete.twig""/home/hirota-s.com/public_html/app/template/default/Forgot/complete.twig");
  156.     }
  157.     
  158.     public function checkSecurity()
  159.     {
  160.         static $tags = array();
  161.         static $filters = array();
  162.         static $functions = array("url" => 20);
  163.         try {
  164.             $this->sandbox->checkSecurity(
  165.                 [],
  166.                 [],
  167.                 ['url']
  168.             );
  169.         } catch (SecurityError $e) {
  170.             $e->setSourceContext($this->source);
  171.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  172.                 $e->setTemplateLine($tags[$e->getTagName()]);
  173.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  174.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  175.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  176.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  177.             }
  178.             throw $e;
  179.         }
  180.     }
  181. }