<?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;
/* Mypage/login.twig */
class __TwigTemplate_22fd0d67b00f46bcad27a5f9deca6e5e 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'],
'stylesheet' => [$this, 'block_stylesheet'],
'javascript' => [$this, 'block_javascript'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 11
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", "Mypage/login.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Mypage/login.twig"));
// line 13
$context["body_class"] = "mypage";
// line 11
$this->parent = $this->loadTemplate("default_frame.twig", "Mypage/login.twig", 11);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 15
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 16
echo "<div id=\"mypage_content\" class=\"contents\">
<div id=\"box_green\">
<div class=\"page-title\">
<h3>マイページトップ</h3>
<p>マイページにて様々なサービスがご利用いただけます。</p>
</div>
<table id=\"login_box\">
<tr>
<td >
<img src=\"https://img0.land-mark.biz/ut_img/public_images/login/ttl_login.gif\" width=\"350\" height=\"55\" alt=\"ランドマーク会員の方\" class=\"img-direct\">
<div class=\"waku_maru\">
<form name=\"login_mypage\" id=\"login_mypage\" method=\"post\" action=\"";
// line 27
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_login");
echo "\">
<input type=\"hidden\" name=\"_csrf_token\" value=\"";
// line 28
echo twig_escape_filter($this->env, $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html", null, true);
echo "\">
<input type=\"hidden\" id=\"login_chk\" name=\"login_chk\" value=\"1\">
";
// line 31
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 31, $this->source); })()), "session", [], "any", false, false, true, 31), "flashBag", [], "any", false, false, true, 31), "has", [0 => "eccube.login.target.path"], "method", false, false, true, 31)) {
// line 32
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 32, $this->source); })()), "session", [], "any", false, false, true, 32), "flashBag", [], "any", false, false, true, 32), "peek", [0 => "eccube.login.target.path"], "method", false, false, true, 32));
foreach ($context['_seq'] as $context["_key"] => $context["targetPath"]) {
// line 33
echo " <input type=\"hidden\" name=\"_target_path\" value=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed($context["targetPath"], 33, $this->source), "html", null, true);
echo "\" />
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['targetPath'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 35
echo " ";
}
// line 36
echo "
";
// line 37
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, true, true, 37), "query", [], "any", false, true, true, 37), "get", [0 => "redirect"], "method", true, true, true, 37) && twig_length_filter($this->env, twig_trim_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 37, $this->source); })()), "request", [], "any", false, false, true, 37), "query", [], "any", false, false, true, 37), "get", [0 => "redirect"], "method", false, false, true, 37))))) {
// line 38
echo " <input type=\"hidden\" name=\"_target_path\" value=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 38, $this->source); })()), "request", [], "any", false, false, true, 38), "query", [], "any", false, false, true, 38), "get", [0 => "redirect"], "method", false, false, true, 38), 38, $this->source));
echo "\" />
";
}
// line 40
echo "
<div id=\"login_form\">
";
// line 42
if ((array_key_exists("error", $context) && !(null === (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 42, $this->source); })())))) {
// line 43
echo " <p id=\"err_com\">
";
// line 44
echo ((twig_in_filter("Too many failed login attempts", twig_get_attribute($this->env, $this->source, (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 44, $this->source); })()), "messageKey", [], "any", false, false, true, 44))) ? (twig_nl2br(twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, // line 45
(isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 45, $this->source); })()), "messageKey", [], "any", false, false, true, 45), 45, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 45, $this->source); })()), "messageData", [], "any", false, false, true, 45), 45, $this->source), "validators"), "html", null, true))) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("exception.error_credentials")));
// line 46
echo "
</p>
";
}
// line 49
echo " <table>
<tbody><tr>
<th>
<img src=\"https://img0.land-mark.biz/ut_img/public_images/login/ttl_id.gif\" width=\"102\" height=\"25\" alt=\"ID\">
</th>
<td>
";
// line 55
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.', 55, $this->source); })()), "login_email", [], "any", false, false, true, 55), 55, $this->source), 'widget', ["attr" => ["style" => "ime-mode: inactive;margin-bottom:3px;", "style" => "ime-mode: disabled;", "placeholder" => "common.mail_address02", "autofocus" => true]]);
echo "<br>メールアドレス【半角】
</td>
</tr>
<tr>
<th>
<img src=\"https://img0.land-mark.biz/ut_img/public_images/login/ttl_pw.gif\" width=\"102\" height=\"25\" alt=\"パスワード\">
</th>
<td>
";
// line 63
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.', 63, $this->source); })()), "login_pass", [], "any", false, false, true, 63), 63, $this->source), 'widget', ["style" => "ime-mode: inactive;margin-bottom:3px;", "attr" => ["placeholder" => "common.password"]]);
echo "<br>【半角英数字】
</td>
</tr>
<tr>
<td colspan=\"2\" style=\"padding:10px 0px 0px 20px;\">
<input type=\"checkbox\" id=\"login_backup\" name=\"login_backup\" value=\"1\">
<img src=\"https://img0.land-mark.biz/ut_img/public_images/login/login_save.gif\" width=\"163\" height=\"21\" alt=\"ログイン情報を保存する\" style=\"float:left;\">
</td>
</tr>
</tbody></table>
</div>
<p><input type=\"image\" src=\"https://img0.land-mark.biz/ut_img/public_images/login/btn_login.gif\" width=\"195\" height=\"30\" alt=\"ログイン\"></div>
";
// line 75
if ((2 == $this->extensions['Customize\Twig\Extension\ServiceExtension']->GetFirstLogin())) {
echo "<div class=\"forgot_message\">";
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("common.ResetPassward_messeg03");
echo "</div>";
}
// line 76
echo " </form>
</div>
<p style=\"float: left;margin-left:25px;\"><img src=\"https://img0.land-mark.biz/ut_img/public_images/login/arrow.gif\" width=\"17\" height=\"19\" alt=\"矢印\"> <a href=\"";
// line 78
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("forgot");
echo "\">パスワードを忘れた方</a></p>
</td>
<td >
<img src=\"https://img0.land-mark.biz/ut_img/public_images/login/ttl_new.gif\" width=\"350\" height=\"55\" alt=\"はじめての方\" class=\"img-direct\">
<div class=\"waku_maru\">
<img src=\"https://img0.land-mark.biz/ut_img/public_images/login/txt_new.gif\" width=\"340\" height=\"145\" alt=\"はじめてご来店のお客様は、こちらから新規会員登録(無料)を行ってください。\" id=\"txt_new\">
<p><a href=\"";
// line 85
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("entry");
echo "\"><img src=\"https://img0.land-mark.biz/ut_img/public_images/login/btn_new.gif\" width=\"195\" height=\"30\" alt=\"新規会員登録(無料)\"></a></p>
</div>
</td>
</tr>
</table>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 156
public function block_stylesheet($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", "stylesheet"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
// line 157
echo " <link rel=\"stylesheet\" href=\"/stylesheets/mypage_login.css?20211226\">
<style>
#err_com {
margin-bottom: 15px;
}
table#icon {
counter-reset: menu-num 0;
}
table#icon > tbody > tr > td > a {
position: relative;
display: inline-block;
}
table#icon > tbody > tr > td > a::before {
counter-increment: menu-num 1;
content: counter(menu-num);
position: absolute;
top: 10px;
left: 11px;
line-height: 36px;
font-size: 25px;
font-weight: bold;
color: #444;
width: 36px;
height: 36px;
background: white;
border-radius: 18px;
}
</style>
<style>
body {
color: #000;
}
hr {
border-color: #666;
}
</style>
<link href=\"/stylesheets/topcss.min.css\" rel=\"stylesheet\" type=\"text/css\" />
<link href=\"/stylesheets/base_stylesheet2.css\" rel=\"stylesheet\" type=\"text/css\" />
<link href=\"/stylesheets/sp_common.css\" rel=\"stylesheet\" type=\"text/css\" />
<link href=\"/stylesheets/menu.min.css\" rel=\"stylesheet\" type=\"text/css\" />
<link href=\"/stylesheets/brandpage.min.css?20200617_01\" rel=\"stylesheet\" type=\"text/css\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheets/first_view.css?20180302_01\" />
<link href=\"https://use.fontawesome.com/releases/v5.6.1/css/all.css\" rel=\"stylesheet\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheets/jquery.fbnr.css?20170629_01\">
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 205
public function block_javascript($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", "javascript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 206
echo " <script type=\"text/javascript\" src=\"/javascripts/jquery.fbt.js?20200715_01\"></script>
<script type=\"text/javascript\">
\$(function() {
\$(window).on('scroll', function(e) {
var \$this = \$('.fbnr,.fbnr2');
var scrollTop = \$(window).scrollTop();
if (scrollTop >= 200) {
\$this.addClass('fixed');
} else {
\$this.removeClass('fixed');
}
});
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "Mypage/login.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 294 => 206, 284 => 205, 228 => 157, 218 => 156, 199 => 85, 189 => 78, 185 => 76, 179 => 75, 164 => 63, 153 => 55, 145 => 49, 140 => 46, 138 => 45, 137 => 44, 134 => 43, 132 => 42, 128 => 40, 122 => 38, 120 => 37, 117 => 36, 114 => 35, 105 => 33, 100 => 32, 98 => 31, 92 => 28, 88 => 27, 75 => 16, 65 => 15, 54 => 11, 52 => 13, 39 => 11,);
}
public function getSourceContext()
{
return new Source("{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends 'default_frame.twig' %}
{% set body_class = 'mypage' %}
{% block main %}
<div id=\"mypage_content\" class=\"contents\">
<div id=\"box_green\">
<div class=\"page-title\">
<h3>マイページトップ</h3>
<p>マイページにて様々なサービスがご利用いただけます。</p>
</div>
<table id=\"login_box\">
<tr>
<td >
<img src=\"https://img0.land-mark.biz/ut_img/public_images/login/ttl_login.gif\" width=\"350\" height=\"55\" alt=\"ランドマーク会員の方\" class=\"img-direct\">
<div class=\"waku_maru\">
<form name=\"login_mypage\" id=\"login_mypage\" method=\"post\" action=\"{{ url('mypage_login') }}\">
<input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\">
<input type=\"hidden\" id=\"login_chk\" name=\"login_chk\" value=\"1\">
{% if app.session.flashBag.has('eccube.login.target.path') %}
{% for targetPath in app.session.flashBag.peek('eccube.login.target.path') %}
<input type=\"hidden\" name=\"_target_path\" value=\"{{ targetPath }}\" />
{% endfor %}
{% endif %}
{% if app.request.query.get('redirect') is defined and app.request.query.get('redirect')|trim|length %}
<input type=\"hidden\" name=\"_target_path\" value=\"{{ url(app.request.query.get('redirect')) }}\" />
{% endif %}
<div id=\"login_form\">
{% if error is defined and error is not null %}
<p id=\"err_com\">
{{ 'Too many failed login attempts' in error.messageKey
? error.messageKey|trans(error.messageData, 'validators')|nl2br
: 'exception.error_credentials'|trans|raw }}
</p>
{% endif %}
<table>
<tbody><tr>
<th>
<img src=\"https://img0.land-mark.biz/ut_img/public_images/login/ttl_id.gif\" width=\"102\" height=\"25\" alt=\"ID\">
</th>
<td>
{{ form_widget(form.login_email, {'attr': {style:\"ime-mode: inactive;margin-bottom:3px;\", 'style' : 'ime-mode: disabled;', 'placeholder' : 'common.mail_address02', 'autofocus': true}}) }}<br>メールアドレス【半角】
</td>
</tr>
<tr>
<th>
<img src=\"https://img0.land-mark.biz/ut_img/public_images/login/ttl_pw.gif\" width=\"102\" height=\"25\" alt=\"パスワード\">
</th>
<td>
{{ form_widget(form.login_pass, {style:\"ime-mode: inactive;margin-bottom:3px;\", 'attr': {'placeholder' : 'common.password' }}) }}<br>【半角英数字】
</td>
</tr>
<tr>
<td colspan=\"2\" style=\"padding:10px 0px 0px 20px;\">
<input type=\"checkbox\" id=\"login_backup\" name=\"login_backup\" value=\"1\">
<img src=\"https://img0.land-mark.biz/ut_img/public_images/login/login_save.gif\" width=\"163\" height=\"21\" alt=\"ログイン情報を保存する\" style=\"float:left;\">
</td>
</tr>
</tbody></table>
</div>
<p><input type=\"image\" src=\"https://img0.land-mark.biz/ut_img/public_images/login/btn_login.gif\" width=\"195\" height=\"30\" alt=\"ログイン\"></div>
{% if 2 == FristLogin() %}<div class=\"forgot_message\">{{ 'common.ResetPassward_messeg03'|trans|raw }}</div>{% endif %}
</form>
</div>
<p style=\"float: left;margin-left:25px;\"><img src=\"https://img0.land-mark.biz/ut_img/public_images/login/arrow.gif\" width=\"17\" height=\"19\" alt=\"矢印\"> <a href=\"{{ url('forgot') }}\">パスワードを忘れた方</a></p>
</td>
<td >
<img src=\"https://img0.land-mark.biz/ut_img/public_images/login/ttl_new.gif\" width=\"350\" height=\"55\" alt=\"はじめての方\" class=\"img-direct\">
<div class=\"waku_maru\">
<img src=\"https://img0.land-mark.biz/ut_img/public_images/login/txt_new.gif\" width=\"340\" height=\"145\" alt=\"はじめてご来店のお客様は、こちらから新規会員登録(無料)を行ってください。\" id=\"txt_new\">
<p><a href=\"{{ url('entry') }}\"><img src=\"https://img0.land-mark.biz/ut_img/public_images/login/btn_new.gif\" width=\"195\" height=\"30\" alt=\"新規会員登録(無料)\"></a></p>
</div>
</td>
</tr>
</table>
</div>
</div>
{#<div class=\"ec-role\">
<div class=\"ec-pageHeader\">
<h1>{{ 'common.login'|trans }}</h1>
</div>
<div class=\"ec-off2Grid\">
<div class=\"ec-off2Grid__cell\">
<form name=\"login_mypage\" id=\"login_mypage\" method=\"post\" action=\"{{ url('mypage_login') }}\">
<input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\">
{% if app.session.flashBag.has('eccube.login.target.path') %}
{% for targetPath in app.session.flashBag.peek('eccube.login.target.path') %}
<input type=\"hidden\" name=\"_target_path\" value=\"{{ targetPath }}\" />
{% endfor %}
{% endif %}
<div class=\"ec-login\">
<div class=\"ec-login__icon\">
<div class=\"ec-icon\"><img src=\"{{ asset('assets/icon/user.svg') }}\" alt=\"\"></div>
</div>
<div class=\"ec-login__input\">
<div class=\"ec-input\">
{{ form_widget(form.login_email, {'attr': {'style' : 'ime-mode: disabled;', 'placeholder' : 'common.mail_address', 'autofocus': true}}) }}
{{ form_widget(form.login_pass, {'attr': {'placeholder' : 'common.password' }}) }}
</div>
{% if BaseInfo.option_remember_me %}
<div class=\"ec-checkbox\">
<label>
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
<input type=\"hidden\" name=\"login_memory\" value=\"1\">
{% else %}
{{ form_widget(form.login_memory, { 'label': 'common.remember_me'|trans }) }}
{% endif %}
</label>
</div>
{% endif %}
{% for reset_complete in app.session.flashbag.get('password_reset_complete') %}
<p>{{ reset_complete|trans }}</p>
{% endfor %}
{% if error %}
<p class=\"ec-errorMessage\">{{ error.messageKey|trans(error.messageData, 'validators')|nl2br }}</p>
{% endif %}
</div>
<div class=\"ec-grid2\">
<div class=\"ec-grid2__cell\">
<div class=\"ec-login__actions\">
<button type=\"submit\"
class=\"ec-blockBtn--cancel\">{{ 'common.login'|trans }}</button>
</div>
</div>
<div class=\"ec-grid2__cell\">
<div class=\"ec-login__link\"><a class=\"ec-link\"
href=\"{{ url('forgot') }}\">{{ 'common.forgot_login'|trans }}</a>
</div>
<div class=\"ec-login__link\"><a class=\"ec-link\"
href=\"{{ url('entry') }}\">{{ 'common.signup'|trans }}</a>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>#}
{% endblock %}
{% block stylesheet %}
<link rel=\"stylesheet\" href=\"/stylesheets/mypage_login.css?20211226\">
<style>
#err_com {
margin-bottom: 15px;
}
table#icon {
counter-reset: menu-num 0;
}
table#icon > tbody > tr > td > a {
position: relative;
display: inline-block;
}
table#icon > tbody > tr > td > a::before {
counter-increment: menu-num 1;
content: counter(menu-num);
position: absolute;
top: 10px;
left: 11px;
line-height: 36px;
font-size: 25px;
font-weight: bold;
color: #444;
width: 36px;
height: 36px;
background: white;
border-radius: 18px;
}
</style>
<style>
body {
color: #000;
}
hr {
border-color: #666;
}
</style>
<link href=\"/stylesheets/topcss.min.css\" rel=\"stylesheet\" type=\"text/css\" />
<link href=\"/stylesheets/base_stylesheet2.css\" rel=\"stylesheet\" type=\"text/css\" />
<link href=\"/stylesheets/sp_common.css\" rel=\"stylesheet\" type=\"text/css\" />
<link href=\"/stylesheets/menu.min.css\" rel=\"stylesheet\" type=\"text/css\" />
<link href=\"/stylesheets/brandpage.min.css?20200617_01\" rel=\"stylesheet\" type=\"text/css\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheets/first_view.css?20180302_01\" />
<link href=\"https://use.fontawesome.com/releases/v5.6.1/css/all.css\" rel=\"stylesheet\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheets/jquery.fbnr.css?20170629_01\">
{% endblock %}
{% block javascript %}
<script type=\"text/javascript\" src=\"/javascripts/jquery.fbt.js?20200715_01\"></script>
<script type=\"text/javascript\">
\$(function() {
\$(window).on('scroll', function(e) {
var \$this = \$('.fbnr,.fbnr2');
var scrollTop = \$(window).scrollTop();
if (scrollTop >= 200) {
\$this.addClass('fixed');
} else {
\$this.removeClass('fixed');
}
});
});
</script>
{% endblock %}
", "Mypage/login.twig", "/var/www/html/app/template/default/Mypage/login.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 13, "if" => 31, "for" => 32);
static $filters = array("escape" => 28, "length" => 37, "trim" => 37, "nl2br" => 45, "trans" => 45, "raw" => 46);
static $functions = array("url" => 27, "csrf_token" => 28, "form_widget" => 55, "FristLogin" => 75);
try {
$this->sandbox->checkSecurity(
['set', 'if', 'for'],
['escape', 'length', 'trim', 'nl2br', 'trans', 'raw'],
['url', 'csrf_token', 'form_widget', 'FristLogin']
);
} 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;
}
}
}