var/cache/dev/twig/2e/2e5fd087a182e068749fc5e59977a34e8a1f32158924b1901044eec5b08c948b.php line 50

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_407d77eb94d5cbffe2c142b2ee983b0048fbd9857fddbf6b0765f1e19b0064b4 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 22
  31.         return "default_frame.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Forgot/complete.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Forgot/complete.twig"));
  40.         $this->parent $this->loadTemplate("default_frame.twig""Forgot/complete.twig"22);
  41.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  44.         
  45.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  46.     }
  47.     // line 24
  48.     public function block_main($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  55.         // line 25
  56.         echo "<div class=\"login_box login\">
  57.     <h2><span>パスワード発行</span><span>メールの送信 完了</span></h2>
  58.         <div class=\"container-fluid inner no-padding\">
  59.             <div id=\"main\">
  60.                 <div id=\"complete_wrap\" class=\"container-fluid\">
  61.                     <div id=\"complete_box\" class=\"row\">
  62.                         <div id=\"complete_box__body\" class=\"col-md-10 col-md-offset-1\">
  63.                             <div id=\"complete_box__message\" class=\"complete_message\">
  64.                                 <h3><span>パスワード再発行</span><span>メールの送信が</span><span>完了しました。</span></h3>
  65.                                 <p><span>ご登録メールアドレスに</span><span>パスワードを再発行</span><span>するためのメールを</span><span>送信いたしました。</span><br/>
  66.                             <span>メールの内容を</span><span>ご確認いただきますよう、</span><span>お願いいたします。</span></p>
  67.                                 <p><span>※メールが届かない場合は</span><span>メールアドレスをご確認の上、</span><span>再度お試しください。</span></p>
  68.                                 <p><span style=\"color: red;\">※受信フォルダと併せて、迷惑フォルダもご確認いただけますようお願い申し上げます。</span></p>
  69.                             </div>
  70.                         </div><!-- /.col -->
  71.                     </div><!-- /.row -->
  72.                 </div>
  73.             </div>
  74.         </div>
  75.     </div>
  76. ";
  77.         
  78.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  79.         
  80.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  81.     }
  82.     public function getTemplateName()
  83.     {
  84.         return "Forgot/complete.twig";
  85.     }
  86.     public function isTraitable()
  87.     {
  88.         return false;
  89.     }
  90.     public function getDebugInfo()
  91.     {
  92.         return array (  70 => 25,  60 => 24,  37 => 22,);
  93.     }
  94.     public function getSourceContext()
  95.     {
  96.         return new Source("{#
  97. This file is part of EC-CUBE
  98. Copyright(c) 2000-2015 LOCKON CO.,LTD. All Rights Reserved.
  99. http://www.lockon.co.jp/
  100. This program is free software; you can redistribute it and/or
  101. modify it under the terms of the GNU General Public License
  102. as published by the Free Software Foundation; either version 2
  103. of the License, or (at your option) any later version.
  104. This program is distributed in the hope that it will be useful,
  105. but WITHOUT ANY WARRANTY; without even the implied warranty of
  106. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  107. GNU General Public License for more details.
  108. You should have received a copy of the GNU General Public License
  109. along with this program; if not, write to the Free Software
  110. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  111. #}
  112. {% extends 'default_frame.twig' %}
  113. {% block main %}
  114. <div class=\"login_box login\">
  115.     <h2><span>パスワード発行</span><span>メールの送信 完了</span></h2>
  116.         <div class=\"container-fluid inner no-padding\">
  117.             <div id=\"main\">
  118.                 <div id=\"complete_wrap\" class=\"container-fluid\">
  119.                     <div id=\"complete_box\" class=\"row\">
  120.                         <div id=\"complete_box__body\" class=\"col-md-10 col-md-offset-1\">
  121.                             <div id=\"complete_box__message\" class=\"complete_message\">
  122.                                 <h3><span>パスワード再発行</span><span>メールの送信が</span><span>完了しました。</span></h3>
  123.                                 <p><span>ご登録メールアドレスに</span><span>パスワードを再発行</span><span>するためのメールを</span><span>送信いたしました。</span><br/>
  124.                             <span>メールの内容を</span><span>ご確認いただきますよう、</span><span>お願いいたします。</span></p>
  125.                                 <p><span>※メールが届かない場合は</span><span>メールアドレスをご確認の上、</span><span>再度お試しください。</span></p>
  126.                                 <p><span style=\"color: red;\">※受信フォルダと併せて、迷惑フォルダもご確認いただけますようお願い申し上げます。</span></p>
  127.                             </div>
  128.                         </div><!-- /.col -->
  129.                     </div><!-- /.row -->
  130.                 </div>
  131.             </div>
  132.         </div>
  133.     </div>
  134. {% endblock %}""Forgot/complete.twig""/home/nmtokyolad01/tokyoladies-onlinestore.com/public_html/app/template/unishop/Forgot/complete.twig");
  135.     }
  136.     
  137.     public function checkSecurity()
  138.     {
  139.         static $tags = array();
  140.         static $filters = array();
  141.         static $functions = array();
  142.         try {
  143.             $this->sandbox->checkSecurity(
  144.                 [],
  145.                 [],
  146.                 []
  147.             );
  148.         } catch (SecurityError $e) {
  149.             $e->setSourceContext($this->source);
  150.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  151.                 $e->setTemplateLine($tags[$e->getTagName()]);
  152.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  153.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  154.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  155.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  156.             }
  157.             throw $e;
  158.         }
  159.     }
  160. }