<?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;
/* @user_data/shopping_guide_mypage.twig */
class __TwigTemplate_e852623d693cca27c4582e6a92b8fe24 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'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@user_data/shopping_guide_mypage.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@user_data/shopping_guide_mypage.twig"));
$this->parent = $this->loadTemplate("default_frame.twig", "@user_data/shopping_guide_mypage.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 4
echo "<div class=\"ec-ContentsRole\">
<section>
<div class=\"breadcrumb\">
<ol itemscope itemtype=\"https://schema.org/BreadcrumbList\">
<li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
<a itemprop=\"item\" href=\"";
// line 9
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">
<span itemprop=\"name\">ミリオンストア・トップページ</span></a>
<meta itemprop=\"position\" content=\"1\" />
</li>
<li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
<a itemprop=\"item\" href=\"";
// line 14
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "shopping-guide/\">
<span itemprop=\"name\">ご利用ガイド</span></a>
<meta itemprop=\"position\" content=\"2\" />
</li>
<li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\" class=\"last\">
<a itemprop=\"item\" href=\"";
// line 19
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "shopping-guide/mypage/\">
<span itemprop=\"name\">マイページ・設定方法</span></a>
<meta itemprop=\"position\" content=\"3\" />
</li>
</ol>
</div>
<h2 class=\"ttl-cmn-02\">マイページ・設定方法</h2>
<nav>
<ul>
<li><a href=\"";
// line 28
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "shopping-guide/mypage\">パスワード変更方法</a></li>
<li><a href=\"";
// line 29
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "shopping-guide/mypage/02\">カード情報変更・登録</a></li>
<li><a href=\"";
// line 30
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "shopping-guide/mypage/03\">定期コース発送日変更</a></li>
<li><a href=\"";
// line 31
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "shopping-guide/mypage/04\">お届け先情報追加</a></li>
<li><a href=\"";
// line 32
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "shopping-guide/mypage/05\">操作方法がわからない時は</a></li>
</ul>
</nav>
<section class=\"password\">
<h3>パスワード変更方法</h3>
<section>
<p>パスワードを忘れた、設定したパスワードがわからない、などの場合にはパスワードを一度リセットしていただき、再度パスワードをご登録してください。<br> 再設定が終わると、以前からのお客様情報が安全に引き継がれます。
</p>
<p class=\"caution\">※メールが届かない場合は、「ご登録メールアドレスが誤っている」「受信制限の設定をしている」 「受信フォルダが容量オーバーになっている」「受信拒否にしている」「迷惑メールに入っている」
など様々な原因が考えられます。 設定を変えてもメールが届かない場合は、お手間をおかけしますが、相談窓口(0120-229-315)までお電話ください。<br>
※一度ご登録いただいているお客様が再度新規登録されますと、アカウント重複でエラーが起こります。一度ご登録いただいたお客様は、必ずパスワードの再設定でログインしてください。</p>
</section>
<section>
<h4>パスワード再発行の手順</h4>
<dl>
<dt>パスワード再発行ページへアクセスし、会員登録しているメールアドレスへパスワード再発行(再登録)ページのURLを送信します。</dt>
<dd><img src=\"";
// line 48
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/shopping-guide/mypage/img_pwd_01.png"), "html", null, true);
echo "\" alt=\"パスワード再発行画面\"></dd>
<dt>メールを確認し、パスワード再発行(再登録)ページへアクセス</dt>
<dd><img src=\"";
// line 50
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/shopping-guide/mypage/img_pwd_02.png"), "html", null, true);
echo "\" alt=\"パスワード再変更メール\"></dd>
<dt>パスワード再発行(再登録)ページでパスワードの登録を行います。</dt>
<dd><img src=\"";
// line 52
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/shopping-guide/mypage/img_pwd_03.png"), "html", null, true);
echo "\" alt=\"パスワード再発行(再登録)画面\"></dd>
<dt>ログイン画面に遷移し、「パスワードを更新しました」と表示されましたらパスワード変更完了です。再登録したパスワードでログインしてください。</dt>
<dd><img src=\"";
// line 54
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/shopping-guide/mypage/img_pwd_04.png"), "html", null, true);
echo "\" alt=\"マイページ画面\"></dd>
</dl>
</section>
<div class=\"button\"><a href=\"";
// line 57
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "forgot\"
onclick=\"eccube.openWindow('/forgot/reminder.php','forget','600','460',{scrollbars:'no',resizable:'no'}); return false;\"
target=\"_blank\"><img src=\"";
// line 59
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/shopping-guide/mypage/btn_pwdcng.png"), "html", null, true);
echo "\"
alt=\"仮パスワード発行ページへ\"></a>
</div>
</section>
</section>
</div>
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 66
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/shopping-guide-mypage.css"), "html", null, true);
echo "\" media=\"all\">
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@user_data/shopping_guide_mypage.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 174 => 66, 164 => 59, 159 => 57, 153 => 54, 148 => 52, 143 => 50, 138 => 48, 119 => 32, 115 => 31, 111 => 30, 107 => 29, 103 => 28, 91 => 19, 83 => 14, 75 => 9, 68 => 4, 58 => 3, 35 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'default_frame.twig' %}
{% block main %}
<div class=\"ec-ContentsRole\">
<section>
<div class=\"breadcrumb\">
<ol itemscope itemtype=\"https://schema.org/BreadcrumbList\">
<li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
<a itemprop=\"item\" href=\"{{ url('homepage') }}\">
<span itemprop=\"name\">ミリオンストア・トップページ</span></a>
<meta itemprop=\"position\" content=\"1\" />
</li>
<li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
<a itemprop=\"item\" href=\"{{ url('homepage') }}shopping-guide/\">
<span itemprop=\"name\">ご利用ガイド</span></a>
<meta itemprop=\"position\" content=\"2\" />
</li>
<li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\" class=\"last\">
<a itemprop=\"item\" href=\"{{ url('homepage') }}shopping-guide/mypage/\">
<span itemprop=\"name\">マイページ・設定方法</span></a>
<meta itemprop=\"position\" content=\"3\" />
</li>
</ol>
</div>
<h2 class=\"ttl-cmn-02\">マイページ・設定方法</h2>
<nav>
<ul>
<li><a href=\"{{ url('homepage') }}shopping-guide/mypage\">パスワード変更方法</a></li>
<li><a href=\"{{ url('homepage') }}shopping-guide/mypage/02\">カード情報変更・登録</a></li>
<li><a href=\"{{ url('homepage') }}shopping-guide/mypage/03\">定期コース発送日変更</a></li>
<li><a href=\"{{ url('homepage') }}shopping-guide/mypage/04\">お届け先情報追加</a></li>
<li><a href=\"{{ url('homepage') }}shopping-guide/mypage/05\">操作方法がわからない時は</a></li>
</ul>
</nav>
<section class=\"password\">
<h3>パスワード変更方法</h3>
<section>
<p>パスワードを忘れた、設定したパスワードがわからない、などの場合にはパスワードを一度リセットしていただき、再度パスワードをご登録してください。<br> 再設定が終わると、以前からのお客様情報が安全に引き継がれます。
</p>
<p class=\"caution\">※メールが届かない場合は、「ご登録メールアドレスが誤っている」「受信制限の設定をしている」 「受信フォルダが容量オーバーになっている」「受信拒否にしている」「迷惑メールに入っている」
など様々な原因が考えられます。 設定を変えてもメールが届かない場合は、お手間をおかけしますが、相談窓口(0120-229-315)までお電話ください。<br>
※一度ご登録いただいているお客様が再度新規登録されますと、アカウント重複でエラーが起こります。一度ご登録いただいたお客様は、必ずパスワードの再設定でログインしてください。</p>
</section>
<section>
<h4>パスワード再発行の手順</h4>
<dl>
<dt>パスワード再発行ページへアクセスし、会員登録しているメールアドレスへパスワード再発行(再登録)ページのURLを送信します。</dt>
<dd><img src=\"{{ asset('assets/img/shopping-guide/mypage/img_pwd_01.png')}}\" alt=\"パスワード再発行画面\"></dd>
<dt>メールを確認し、パスワード再発行(再登録)ページへアクセス</dt>
<dd><img src=\"{{ asset('assets/img/shopping-guide/mypage/img_pwd_02.png')}}\" alt=\"パスワード再変更メール\"></dd>
<dt>パスワード再発行(再登録)ページでパスワードの登録を行います。</dt>
<dd><img src=\"{{ asset('assets/img/shopping-guide/mypage/img_pwd_03.png')}}\" alt=\"パスワード再発行(再登録)画面\"></dd>
<dt>ログイン画面に遷移し、「パスワードを更新しました」と表示されましたらパスワード変更完了です。再登録したパスワードでログインしてください。</dt>
<dd><img src=\"{{ asset('assets/img/shopping-guide/mypage/img_pwd_04.png')}}\" alt=\"マイページ画面\"></dd>
</dl>
</section>
<div class=\"button\"><a href=\"{{ url('homepage') }}forgot\"
onclick=\"eccube.openWindow('/forgot/reminder.php','forget','600','460',{scrollbars:'no',resizable:'no'}); return false;\"
target=\"_blank\"><img src=\"{{ asset('assets/img/shopping-guide/mypage/btn_pwdcng.png')}}\"
alt=\"仮パスワード発行ページへ\"></a>
</div>
</section>
</section>
</div>
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/css/shopping-guide-mypage.css') }}\" media=\"all\">
{% endblock %}
", "@user_data/shopping_guide_mypage.twig", "/home/xs080051/million-store.com/public_html/st.million-store.com/ec/app/template/user_data/shopping_guide_mypage.twig");
}
}