<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Forgot/complete.twig */
class __TwigTemplate_407d77eb94d5cbffe2c142b2ee983b0048fbd9857fddbf6b0765f1e19b0064b4 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'main' => [$this, 'block_main'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 22
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Forgot/complete.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Forgot/complete.twig"));
$this->parent = $this->loadTemplate("default_frame.twig", "Forgot/complete.twig", 22);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 24
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 25
echo "<div class=\"login_box login\">
<h2><span>パスワード発行</span><span>メールの送信 完了</span></h2>
<div class=\"container-fluid inner no-padding\">
<div id=\"main\">
<div id=\"complete_wrap\" class=\"container-fluid\">
<div id=\"complete_box\" class=\"row\">
<div id=\"complete_box__body\" class=\"col-md-10 col-md-offset-1\">
<div id=\"complete_box__message\" class=\"complete_message\">
<h3><span>パスワード再発行</span><span>メールの送信が</span><span>完了しました。</span></h3>
<p><span>ご登録メールアドレスに</span><span>パスワードを再発行</span><span>するためのメールを</span><span>送信いたしました。</span><br/>
<span>メールの内容を</span><span>ご確認いただきますよう、</span><span>お願いいたします。</span></p>
<p><span>※メールが届かない場合は</span><span>メールアドレスをご確認の上、</span><span>再度お試しください。</span></p>
<p><span style=\"color: red;\">※受信フォルダと併せて、迷惑フォルダもご確認いただけますようお願い申し上げます。</span></p>
</div>
</div><!-- /.col -->
</div><!-- /.row -->
</div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Forgot/complete.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 70 => 25, 60 => 24, 37 => 22,);
}
public function getSourceContext()
{
return new Source("{#
This file is part of EC-CUBE
Copyright(c) 2000-2015 LOCKON CO.,LTD. All Rights Reserved.
http://www.lockon.co.jp/
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#}
{% extends 'default_frame.twig' %}
{% block main %}
<div class=\"login_box login\">
<h2><span>パスワード発行</span><span>メールの送信 完了</span></h2>
<div class=\"container-fluid inner no-padding\">
<div id=\"main\">
<div id=\"complete_wrap\" class=\"container-fluid\">
<div id=\"complete_box\" class=\"row\">
<div id=\"complete_box__body\" class=\"col-md-10 col-md-offset-1\">
<div id=\"complete_box__message\" class=\"complete_message\">
<h3><span>パスワード再発行</span><span>メールの送信が</span><span>完了しました。</span></h3>
<p><span>ご登録メールアドレスに</span><span>パスワードを再発行</span><span>するためのメールを</span><span>送信いたしました。</span><br/>
<span>メールの内容を</span><span>ご確認いただきますよう、</span><span>お願いいたします。</span></p>
<p><span>※メールが届かない場合は</span><span>メールアドレスをご確認の上、</span><span>再度お試しください。</span></p>
<p><span style=\"color: red;\">※受信フォルダと併せて、迷惑フォルダもご確認いただけますようお願い申し上げます。</span></p>
</div>
</div><!-- /.col -->
</div><!-- /.row -->
</div>
</div>
</div>
</div>
{% endblock %}", "Forgot/complete.twig", "/home/nmtokyolad01/tokyoladies-onlinestore.com/public_html/app/template/unishop/Forgot/complete.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array();
static $functions = array();
try {
$this->sandbox->checkSecurity(
[],
[],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}