var/cache/dev/twig/97/97d5852080c5c4cca0a31f0c8ad09b41.php line 55

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. /* Mypage/login.twig */
  14. class __TwigTemplate_22fd0d67b00f46bcad27a5f9deca6e5e 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.             'stylesheet' => [$this'block_stylesheet'],
  25.             'javascript' => [$this'block_javascript'],
  26.         ];
  27.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  28.         $this->checkSecurity();
  29.     }
  30.     protected function doGetParent(array $context)
  31.     {
  32.         // line 11
  33.         return "default_frame.twig";
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = [])
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Mypage/login.twig"));
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Mypage/login.twig"));
  42.         // line 13
  43.         $context["body_class"] = "mypage";
  44.         // line 11
  45.         $this->parent $this->loadTemplate("default_frame.twig""Mypage/login.twig"11);
  46.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  47.         
  48.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  49.         
  50.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  51.     }
  52.     // line 15
  53.     public function block_main($context, array $blocks = [])
  54.     {
  55.         $macros $this->macros;
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  58.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  60.         // line 16
  61.         echo "<div id=\"mypage_content\" class=\"contents\">
  62.     <div id=\"box_green\">
  63.         <div class=\"page-title\">
  64.             <h3>マイページトップ</h3>
  65.             <p>マイページにて様々なサービスがご利用いただけます。</p>
  66.         </div>
  67.         <table id=\"login_box\">
  68.             <tr>
  69.                 <td >
  70.                     <img src=\"https://img0.land-mark.biz/ut_img/public_images/login/ttl_login.gif\" width=\"350\" height=\"55\" alt=\"ランドマーク会員の方\" class=\"img-direct\">
  71.                     <div class=\"waku_maru\">
  72.                         <form name=\"login_mypage\" id=\"login_mypage\" method=\"post\" action=\"";
  73.         // line 27
  74.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_login");
  75.         echo "\">
  76.                             <input type=\"hidden\" name=\"_csrf_token\" value=\"";
  77.         // line 28
  78.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html"nulltrue);
  79.         echo "\">
  80.                             <input type=\"hidden\" id=\"login_chk\" name=\"login_chk\" value=\"1\">
  81.                             ";
  82.         // line 31
  83.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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"falsefalsetrue31), "flashBag", [], "any"falsefalsetrue31), "has", [=> "eccube.login.target.path"], "method"falsefalsetrue31)) {
  84.             // line 32
  85.             echo "                                ";
  86.             $context['_parent'] = $context;
  87.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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"falsefalsetrue32), "flashBag", [], "any"falsefalsetrue32), "peek", [=> "eccube.login.target.path"], "method"falsefalsetrue32));
  88.             foreach ($context['_seq'] as $context["_key"] => $context["targetPath"]) {
  89.                 // line 33
  90.                 echo "                                    <input type=\"hidden\" name=\"_target_path\" value=\"";
  91.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed($context["targetPath"], 33$this->source), "html"nulltrue);
  92.                 echo "\" />
  93.                                 ";
  94.             }
  95.             $_parent $context['_parent'];
  96.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['targetPath'], $context['_parent'], $context['loop']);
  97.             $context array_intersect_key($context$_parent) + $_parent;
  98.             // line 35
  99.             echo "                            ";
  100.         }
  101.         // line 36
  102.         echo "
  103.                             ";
  104.         // line 37
  105.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruetrue37), "query", [], "any"falsetruetrue37), "get", [=> "redirect"], "method"truetruetrue37) && twig_length_filter($this->envtwig_trim_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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"falsefalsetrue37), "query", [], "any"falsefalsetrue37), "get", [=> "redirect"], "method"falsefalsetrue37))))) {
  106.             // line 38
  107.             echo "                                <input type=\"hidden\" name=\"_target_path\" value=\"";
  108.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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"falsefalsetrue38), "query", [], "any"falsefalsetrue38), "get", [=> "redirect"], "method"falsefalsetrue38), 38$this->source));
  109.             echo "\" />
  110.                             ";
  111.         }
  112.         // line 40
  113.         echo "
  114.                             <div id=\"login_form\">
  115.                                 ";
  116.         // line 42
  117.         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); })())))) {
  118.             // line 43
  119.             echo "                                    <p id=\"err_com\">
  120.                                         ";
  121.             // line 44
  122.             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"falsefalsetrue44))) ? (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
  123. (isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'45$this->source); })()), "messageKey", [], "any"falsefalsetrue45), 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"falsefalsetrue45), 45$this->source), "validators"), "html"nulltrue))) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("exception.error_credentials")));
  124.             // line 46
  125.             echo "
  126.                                     </p>
  127.                                 ";
  128.         }
  129.         // line 49
  130.         echo "                                <table>
  131.                                     <tbody><tr>
  132.                                         <th>
  133.                                             <img src=\"https://img0.land-mark.biz/ut_img/public_images/login/ttl_id.gif\" width=\"102\" height=\"25\" alt=\"ID\">
  134.                                         </th>
  135.                                         <td>
  136.                                             ";
  137.         // line 55
  138.         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"falsefalsetrue55), 55$this->source), 'widget', ["attr" => ["style" => "ime-mode: inactive;margin-bottom:3px;""style" => "ime-mode: disabled;""placeholder" => "common.mail_address02""autofocus" => true]]);
  139.         echo "<br>メールアドレス【半角】
  140.                                         </td>
  141.                                     </tr>
  142.                                     <tr>
  143.                                         <th>
  144.                                             <img src=\"https://img0.land-mark.biz/ut_img/public_images/login/ttl_pw.gif\" width=\"102\" height=\"25\" alt=\"パスワード\">
  145.                                         </th>
  146.                                         <td>
  147.                                             ";
  148.         // line 63
  149.         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"falsefalsetrue63), 63$this->source), 'widget', ["style" => "ime-mode: inactive;margin-bottom:3px;""attr" => ["placeholder" => "common.password"]]);
  150.         echo "<br>【半角英数字】
  151.                                         </td>
  152.                                     </tr>
  153.                                     <tr>
  154.                                         <td colspan=\"2\" style=\"padding:10px 0px 0px 20px;\">
  155.                                             <input type=\"checkbox\" id=\"login_backup\" name=\"login_backup\" value=\"1\">
  156.                                             <img src=\"https://img0.land-mark.biz/ut_img/public_images/login/login_save.gif\" width=\"163\" height=\"21\" alt=\"ログイン情報を保存する\" style=\"float:left;\">
  157.                                         </td>
  158.                                     </tr>
  159.                                     </tbody></table>
  160.                             </div>
  161.                             <p><input type=\"image\" src=\"https://img0.land-mark.biz/ut_img/public_images/login/btn_login.gif\" width=\"195\" height=\"30\" alt=\"ログイン\"></div>
  162.                             ";
  163.         // line 75
  164.         if ((== $this->extensions['Customize\Twig\Extension\ServiceExtension']->GetFirstLogin())) {
  165.             echo "<div class=\"forgot_message\">";
  166.             echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("common.ResetPassward_messeg03");
  167.             echo "</div>";
  168.         }
  169.         // line 76
  170.         echo "                        </form>
  171.                     </div>
  172.                     <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=\"矢印\">&nbsp;<a href=\"";
  173.         // line 78
  174.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("forgot");
  175.         echo "\">パスワードを忘れた方</a></p>
  176.                 </td>
  177.                 <td >
  178.                     <img src=\"https://img0.land-mark.biz/ut_img/public_images/login/ttl_new.gif\" width=\"350\" height=\"55\" alt=\"はじめての方\"  class=\"img-direct\">
  179.                     <div class=\"waku_maru\">
  180.                         <img src=\"https://img0.land-mark.biz/ut_img/public_images/login/txt_new.gif\" width=\"340\" height=\"145\" alt=\"はじめてご来店のお客様は、こちらから新規会員登録(無料)を行ってください。\" id=\"txt_new\">
  181.                         <p><a href=\"";
  182.         // line 85
  183.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("entry");
  184.         echo "\"><img src=\"https://img0.land-mark.biz/ut_img/public_images/login/btn_new.gif\" width=\"195\" height=\"30\" alt=\"新規会員登録(無料)\"></a></p>
  185.                     </div>
  186.                 </td>
  187.             </tr>
  188.         </table>
  189.     </div>
  190. </div>
  191.     ";
  192.         
  193.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  194.         
  195.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  196.     }
  197.     // line 156
  198.     public function block_stylesheet($context, array $blocks = [])
  199.     {
  200.         $macros $this->macros;
  201.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  202.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  203.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  204.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  205.         // line 157
  206.         echo "    <link rel=\"stylesheet\" href=\"/stylesheets/mypage_login.css?20211226\">
  207.     <style>
  208.     #err_com {
  209.         margin-bottom: 15px;
  210.     }
  211.     table#icon {
  212.         counter-reset: menu-num 0;
  213.     }
  214.     table#icon > tbody > tr > td > a {
  215.         position: relative;
  216.         display: inline-block;
  217.     }
  218.     table#icon > tbody > tr > td > a::before {
  219.         counter-increment: menu-num 1;
  220.         content: counter(menu-num);
  221.         position: absolute;
  222.         top: 10px;
  223.         left: 11px;
  224.         line-height: 36px;
  225.         font-size: 25px;
  226.         font-weight: bold;
  227.         color: #444;
  228.         width: 36px;
  229.         height: 36px;
  230.         background: white;
  231.         border-radius: 18px;
  232.     }
  233.     </style>
  234.     <style>
  235.         body {
  236.             color: #000;
  237.         }
  238.         hr {
  239.             border-color: #666;
  240.         }
  241.     </style>
  242.     <link href=\"/stylesheets/topcss.min.css\" rel=\"stylesheet\" type=\"text/css\" />
  243.     <link href=\"/stylesheets/base_stylesheet2.css\" rel=\"stylesheet\" type=\"text/css\" />
  244.     <link href=\"/stylesheets/sp_common.css\" rel=\"stylesheet\" type=\"text/css\" />
  245.     <link href=\"/stylesheets/menu.min.css\" rel=\"stylesheet\" type=\"text/css\" />
  246.     <link href=\"/stylesheets/brandpage.min.css?20200617_01\" rel=\"stylesheet\" type=\"text/css\" />
  247.     <link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheets/first_view.css?20180302_01\" />
  248.     <link href=\"https://use.fontawesome.com/releases/v5.6.1/css/all.css\" rel=\"stylesheet\">
  249.     <link rel=\"stylesheet\" type=\"text/css\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\">
  250.     <link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheets/jquery.fbnr.css?20170629_01\">
  251. ";
  252.         
  253.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  254.         
  255.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  256.     }
  257.     // line 205
  258.     public function block_javascript($context, array $blocks = [])
  259.     {
  260.         $macros $this->macros;
  261.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  262.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  263.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  264.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  265.         // line 206
  266.         echo "    <script type=\"text/javascript\" src=\"/javascripts/jquery.fbt.js?20200715_01\"></script>
  267.     <script type=\"text/javascript\">
  268.         \$(function() {
  269.             \$(window).on('scroll', function(e) {
  270.                 var \$this = \$('.fbnr,.fbnr2');
  271.                 var scrollTop = \$(window).scrollTop();
  272.                 if (scrollTop >= 200) {
  273.                     \$this.addClass('fixed');
  274.                 } else {
  275.                     \$this.removeClass('fixed');
  276.                 }
  277.             });
  278.         });
  279.     </script>
  280. ";
  281.         
  282.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  283.         
  284.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  285.     }
  286.     public function getTemplateName()
  287.     {
  288.         return "Mypage/login.twig";
  289.     }
  290.     public function isTraitable()
  291.     {
  292.         return false;
  293.     }
  294.     public function getDebugInfo()
  295.     {
  296.         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,);
  297.     }
  298.     public function getSourceContext()
  299.     {
  300.         return new Source("{#
  301. This file is part of EC-CUBE
  302. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  303. http://www.ec-cube.co.jp/
  304. For the full copyright and license information, please view the LICENSE
  305. file that was distributed with this source code.
  306. #}
  307. {% extends 'default_frame.twig' %}
  308. {% set body_class = 'mypage' %}
  309. {% block main %}
  310. <div id=\"mypage_content\" class=\"contents\">
  311.     <div id=\"box_green\">
  312.         <div class=\"page-title\">
  313.             <h3>マイページトップ</h3>
  314.             <p>マイページにて様々なサービスがご利用いただけます。</p>
  315.         </div>
  316.         <table id=\"login_box\">
  317.             <tr>
  318.                 <td >
  319.                     <img src=\"https://img0.land-mark.biz/ut_img/public_images/login/ttl_login.gif\" width=\"350\" height=\"55\" alt=\"ランドマーク会員の方\" class=\"img-direct\">
  320.                     <div class=\"waku_maru\">
  321.                         <form name=\"login_mypage\" id=\"login_mypage\" method=\"post\" action=\"{{ url('mypage_login') }}\">
  322.                             <input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\">
  323.                             <input type=\"hidden\" id=\"login_chk\" name=\"login_chk\" value=\"1\">
  324.                             {% if app.session.flashBag.has('eccube.login.target.path') %}
  325.                                 {% for targetPath in app.session.flashBag.peek('eccube.login.target.path') %}
  326.                                     <input type=\"hidden\" name=\"_target_path\" value=\"{{ targetPath }}\" />
  327.                                 {% endfor %}
  328.                             {% endif %}
  329.                             {% if app.request.query.get('redirect') is defined and app.request.query.get('redirect')|trim|length %}
  330.                                 <input type=\"hidden\" name=\"_target_path\" value=\"{{ url(app.request.query.get('redirect')) }}\" />
  331.                             {% endif %}
  332.                             <div id=\"login_form\">
  333.                                 {% if error is defined and error is not null %}
  334.                                     <p id=\"err_com\">
  335.                                         {{ 'Too many failed login attempts' in error.messageKey
  336.                                             ? error.messageKey|trans(error.messageData, 'validators')|nl2br 
  337.                                             : 'exception.error_credentials'|trans|raw }}
  338.                                     </p>
  339.                                 {% endif %}
  340.                                 <table>
  341.                                     <tbody><tr>
  342.                                         <th>
  343.                                             <img src=\"https://img0.land-mark.biz/ut_img/public_images/login/ttl_id.gif\" width=\"102\" height=\"25\" alt=\"ID\">
  344.                                         </th>
  345.                                         <td>
  346.                                             {{ form_widget(form.login_email, {'attr': {style:\"ime-mode: inactive;margin-bottom:3px;\", 'style' : 'ime-mode: disabled;', 'placeholder' : 'common.mail_address02', 'autofocus': true}}) }}<br>メールアドレス【半角】
  347.                                         </td>
  348.                                     </tr>
  349.                                     <tr>
  350.                                         <th>
  351.                                             <img src=\"https://img0.land-mark.biz/ut_img/public_images/login/ttl_pw.gif\" width=\"102\" height=\"25\" alt=\"パスワード\">
  352.                                         </th>
  353.                                         <td>
  354.                                             {{ form_widget(form.login_pass,  {style:\"ime-mode: inactive;margin-bottom:3px;\", 'attr': {'placeholder' : 'common.password' }}) }}<br>【半角英数字】
  355.                                         </td>
  356.                                     </tr>
  357.                                     <tr>
  358.                                         <td colspan=\"2\" style=\"padding:10px 0px 0px 20px;\">
  359.                                             <input type=\"checkbox\" id=\"login_backup\" name=\"login_backup\" value=\"1\">
  360.                                             <img src=\"https://img0.land-mark.biz/ut_img/public_images/login/login_save.gif\" width=\"163\" height=\"21\" alt=\"ログイン情報を保存する\" style=\"float:left;\">
  361.                                         </td>
  362.                                     </tr>
  363.                                     </tbody></table>
  364.                             </div>
  365.                             <p><input type=\"image\" src=\"https://img0.land-mark.biz/ut_img/public_images/login/btn_login.gif\" width=\"195\" height=\"30\" alt=\"ログイン\"></div>
  366.                             {% if 2 == FristLogin() %}<div class=\"forgot_message\">{{ 'common.ResetPassward_messeg03'|trans|raw }}</div>{% endif %}
  367.                         </form>
  368.                     </div>
  369.                     <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=\"矢印\">&nbsp;<a href=\"{{ url('forgot') }}\">パスワードを忘れた方</a></p>
  370.                 </td>
  371.                 <td >
  372.                     <img src=\"https://img0.land-mark.biz/ut_img/public_images/login/ttl_new.gif\" width=\"350\" height=\"55\" alt=\"はじめての方\"  class=\"img-direct\">
  373.                     <div class=\"waku_maru\">
  374.                         <img src=\"https://img0.land-mark.biz/ut_img/public_images/login/txt_new.gif\" width=\"340\" height=\"145\" alt=\"はじめてご来店のお客様は、こちらから新規会員登録(無料)を行ってください。\" id=\"txt_new\">
  375.                         <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>
  376.                     </div>
  377.                 </td>
  378.             </tr>
  379.         </table>
  380.     </div>
  381. </div>
  382.     {#<div class=\"ec-role\">
  383.         <div class=\"ec-pageHeader\">
  384.             <h1>{{ 'common.login'|trans }}</h1>
  385.         </div>
  386.         <div class=\"ec-off2Grid\">
  387.             <div class=\"ec-off2Grid__cell\">
  388.                 <form name=\"login_mypage\" id=\"login_mypage\" method=\"post\" action=\"{{ url('mypage_login') }}\">
  389.                     <input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\">
  390.                     {% if app.session.flashBag.has('eccube.login.target.path') %}
  391.                         {% for targetPath in app.session.flashBag.peek('eccube.login.target.path') %}
  392.                             <input type=\"hidden\" name=\"_target_path\" value=\"{{ targetPath }}\" />
  393.                         {% endfor %}
  394.                     {% endif %}
  395.                     <div class=\"ec-login\">
  396.                         <div class=\"ec-login__icon\">
  397.                             <div class=\"ec-icon\"><img src=\"{{ asset('assets/icon/user.svg') }}\" alt=\"\"></div>
  398.                         </div>
  399.                         <div class=\"ec-login__input\">
  400.                             <div class=\"ec-input\">
  401.                                 {{ form_widget(form.login_email, {'attr': {'style' : 'ime-mode: disabled;', 'placeholder' : 'common.mail_address', 'autofocus': true}}) }}
  402.                                 {{ form_widget(form.login_pass,  {'attr': {'placeholder' : 'common.password' }}) }}
  403.                             </div>
  404.                             {% if BaseInfo.option_remember_me %}
  405.                             <div class=\"ec-checkbox\">
  406.                                 <label>
  407.                                     {% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
  408.                                         <input type=\"hidden\" name=\"login_memory\" value=\"1\">
  409.                                     {% else %}
  410.                                         {{ form_widget(form.login_memory, { 'label': 'common.remember_me'|trans }) }}
  411.                                     {% endif %}
  412.                                 </label>
  413.                             </div>
  414.                             {% endif %}
  415.                             {% for reset_complete in app.session.flashbag.get('password_reset_complete') %}
  416.                                 <p>{{ reset_complete|trans }}</p>
  417.                             {% endfor %}
  418.                             {% if error %}
  419.                                 <p class=\"ec-errorMessage\">{{ error.messageKey|trans(error.messageData, 'validators')|nl2br }}</p>
  420.                             {% endif %}
  421.                         </div>
  422.                         <div class=\"ec-grid2\">
  423.                             <div class=\"ec-grid2__cell\">
  424.                                 <div class=\"ec-login__actions\">
  425.                                     <button type=\"submit\"
  426.                                             class=\"ec-blockBtn--cancel\">{{ 'common.login'|trans }}</button>
  427.                                 </div>
  428.                             </div>
  429.                             <div class=\"ec-grid2__cell\">
  430.                                 <div class=\"ec-login__link\"><a class=\"ec-link\"
  431.                                                                href=\"{{ url('forgot') }}\">{{ 'common.forgot_login'|trans }}</a>
  432.                                 </div>
  433.                                 <div class=\"ec-login__link\"><a class=\"ec-link\"
  434.                                                                href=\"{{ url('entry') }}\">{{ 'common.signup'|trans }}</a>
  435.                                 </div>
  436.                             </div>
  437.                         </div>
  438.                     </div>
  439.                 </form>
  440.             </div>
  441.         </div>
  442.     </div>#}
  443. {% endblock %}
  444. {% block stylesheet %}
  445.     <link rel=\"stylesheet\" href=\"/stylesheets/mypage_login.css?20211226\">
  446.     <style>
  447.     #err_com {
  448.         margin-bottom: 15px;
  449.     }
  450.     table#icon {
  451.         counter-reset: menu-num 0;
  452.     }
  453.     table#icon > tbody > tr > td > a {
  454.         position: relative;
  455.         display: inline-block;
  456.     }
  457.     table#icon > tbody > tr > td > a::before {
  458.         counter-increment: menu-num 1;
  459.         content: counter(menu-num);
  460.         position: absolute;
  461.         top: 10px;
  462.         left: 11px;
  463.         line-height: 36px;
  464.         font-size: 25px;
  465.         font-weight: bold;
  466.         color: #444;
  467.         width: 36px;
  468.         height: 36px;
  469.         background: white;
  470.         border-radius: 18px;
  471.     }
  472.     </style>
  473.     <style>
  474.         body {
  475.             color: #000;
  476.         }
  477.         hr {
  478.             border-color: #666;
  479.         }
  480.     </style>
  481.     <link href=\"/stylesheets/topcss.min.css\" rel=\"stylesheet\" type=\"text/css\" />
  482.     <link href=\"/stylesheets/base_stylesheet2.css\" rel=\"stylesheet\" type=\"text/css\" />
  483.     <link href=\"/stylesheets/sp_common.css\" rel=\"stylesheet\" type=\"text/css\" />
  484.     <link href=\"/stylesheets/menu.min.css\" rel=\"stylesheet\" type=\"text/css\" />
  485.     <link href=\"/stylesheets/brandpage.min.css?20200617_01\" rel=\"stylesheet\" type=\"text/css\" />
  486.     <link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheets/first_view.css?20180302_01\" />
  487.     <link href=\"https://use.fontawesome.com/releases/v5.6.1/css/all.css\" rel=\"stylesheet\">
  488.     <link rel=\"stylesheet\" type=\"text/css\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\">
  489.     <link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheets/jquery.fbnr.css?20170629_01\">
  490. {% endblock %}
  491. {% block javascript %}
  492.     <script type=\"text/javascript\" src=\"/javascripts/jquery.fbt.js?20200715_01\"></script>
  493.     <script type=\"text/javascript\">
  494.         \$(function() {
  495.             \$(window).on('scroll', function(e) {
  496.                 var \$this = \$('.fbnr,.fbnr2');
  497.                 var scrollTop = \$(window).scrollTop();
  498.                 if (scrollTop >= 200) {
  499.                     \$this.addClass('fixed');
  500.                 } else {
  501.                     \$this.removeClass('fixed');
  502.                 }
  503.             });
  504.         });
  505.     </script>
  506. {% endblock %}
  507. ""Mypage/login.twig""/var/www/html/app/template/default/Mypage/login.twig");
  508.     }
  509.     
  510.     public function checkSecurity()
  511.     {
  512.         static $tags = array("set" => 13"if" => 31"for" => 32);
  513.         static $filters = array("escape" => 28"length" => 37"trim" => 37"nl2br" => 45"trans" => 45"raw" => 46);
  514.         static $functions = array("url" => 27"csrf_token" => 28"form_widget" => 55"FristLogin" => 75);
  515.         try {
  516.             $this->sandbox->checkSecurity(
  517.                 ['set''if''for'],
  518.                 ['escape''length''trim''nl2br''trans''raw'],
  519.                 ['url''csrf_token''form_widget''FristLogin']
  520.             );
  521.         } catch (SecurityError $e) {
  522.             $e->setSourceContext($this->source);
  523.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  524.                 $e->setTemplateLine($tags[$e->getTagName()]);
  525.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  526.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  527.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  528.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  529.             }
  530.             throw $e;
  531.         }
  532.     }
  533. }