PageController :: edit
Request
GET Parameters
No GET parameters
POST Parameters
Key | Value |
---|---|
main_edit | [ "_token" => "6e7df7b470de4ff2a851.U4n75kqaJXrA1QrsRyBIsf8ga11sRRS0p-E4x3jIeXE.ftOvsyCsZDy14lK9DHky_555WRIYdFjy_4kAjDW9LkJm2ba-OO98NfmNZQ" "name" => "MYページ/採寸登録内容変更(入力ページ)" "url" => "mypage_change_saisun" "file_name" => "Mypage/change_saisun" "tpl_data" => """ {#\r\n This file is part of EC-CUBE\r\n \r\n Copyright(c) 2000-2015 LOCKON CO.,LTD. All Rights Reserved.\r\n \r\n http://www.lockon.co.jp/\r\n \r\n This program is free software; you can redistribute it and/or\r\n modify it under the terms of the GNU General Public License\r\n as published by the Free Software Foundation; either version 2\r\n of the License, or (at your option) any later version.\r\n \r\n This program is distributed in the hope that it will be useful,\r\n but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r\n GNU General Public License for more details.\r\n \r\n You should have received a copy of the GNU General Public License\r\n along with this program; if not, write to the Free Software\r\n Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\r\n #}\r\n {% extends 'default_frame.twig' %}\r\n \r\n {% set body_class = 'mypage' %}\r\n \r\n {% set mypageno = 'change' %}\r\n \r\n {% block javascript %}\r\n <script src="//ajaxzip3.github.io/ajaxzip3.js" charset="UTF-8"></script>\r\n <script>\r\n $(function() {\r\n $('#zip-search').click(function() {\r\n AjaxZip3.zip2addr('entry[zip][zip01]', 'entry[zip][zip02]', 'entry[address][pref]', 'entry[address][addr01]');\r\n });\r\n });\r\n jQuery(document).ready(function($){\r\n if ( $("#welcome_message .mypg_lame").is(":contains('男性')") ) {\r\n $('input[id="col_me"]').prop("checked",true);\r\n } else {\r\n $('input[id="col_la"]').prop("checked",true);\r\n }\r\n });\r\n </script>\r\n {% endblock javascript %}\r\n \r\n {% block stylesheet %}\r\n <style>\r\n .saisun_box .sai_item span.required{\r\n display:inline-block;\r\n }\r\n </style>\r\n {% endblock stylesheet %}\r\n \r\n {% block main %}\r\n <h1 class="title_bar">マイページ/採寸情報編集</h1>\r\n \r\n <div class="change_all">\r\n <div id="detail_wrap" class="container-fluid">\r\n {% include 'Mypage/navi.twig' %}\r\n \r\n <div class="saisun_nik">\r\n <input type="radio" name="saisun" id="col_la">\r\n <label for="col_la">女子採寸手順を表示</label>\r\n <input type="radio" name="saisun" id="col_me">\r\n <label for="col_me">男子採寸手順を表示</label>\r\n \r\n <div class="box_la"><img src="{{ asset('assets') }}/img/unishop/saisun_la_20250805_06.jpg" alt="女子採寸手順" />\r\n <div><iframe width="100%" height="270" src="https://www.youtube.com/embed/BMxJoPgdUGw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>\r\n <p>女子採寸手順 紹介動画</p>\r\n <div class="atte"><p>女子のスカート丈は学校で規定されています。</p>\r\n <p><span>動画を確認し、正しい方法で採寸をしてください。</span>\r\n <span>(規定外は、入学後指導の対象となります。)</span></p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class="box_me"><img src="{{ asset('assets') }}/img/unishop/saisun_me_20250805_03.jpg" alt="男子採寸手順" />\r\n <div><iframe width="100%" height="270" src="https://www.youtube.com/embed/_5LZkZdKvWg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>\r\n <p>男子採寸手順 紹介動画</p>\r\n </div>\r\n </div>\r\n </div><!--saisun_nik-->\r\n \r\n <div id="detail_box" class="row">\r\n <div id="detail_box__body" class="col-md-10 col-md-offset-1">\r\n <form method="post" action="{{ url('mypage_change_saisun') }}">\r\n {{ form_widget(form._token) }}\r\n <div class="dl_table not_required" style="margin-top: 0;">\r\n <dl id="detail_box__company_name">\r\n <dt><label class="control-label">採寸データ</label>\r\n \t\t\t </dt>\r\n <dd class="form-group input_name">\r\n \t\t\t\t<div class="saisun_box">\r\n {% if form.dr31 is defined %}\r\n \t\t\t\t <div class="sai_item">\r\n \t\t\t\t\t<div>\r\n {{ form_label(form.dr31) }}\r\n {% if form.dr31.vars.required %}\r\n <span class="required" style="font-size:90%;">必須</span>\r\n {% endif %}\r\n </div>\r\n \t\t\t\t\t<div>\r\n \t\t\t\t\t{{ form_widget(form.dr31) }}\r\n \t\t\t\t\t{{ form_errors(form.dr31) }}\r\n \t\t\t\t\t</div>\r\n \t\t\t\t\t <div class="tani">cm</div>\r\n \t\t\t\t </div>\r\n {% endif %}\r\n {% if form.dr32 is defined %}\r\n \t\t\t\t <div class="sai_item">\r\n \t\t\t\t\t<div>\r\n {{ form_label(form.dr32) }}\r\n {% if form.dr32.vars.required %}\r\n <span class="required" style="font-size:90%;">必須</span>\r\n {% endif %}\r\n </div>\r\n \t\t\t\t\t<div>\r\n \t\t\t\t\t{{ form_widget(form.dr32) }}\r\n \t\t\t\t\t{{ form_errors(form.dr32) }}\r\n \t\t\t\t\t</div>\r\n \t\t\t\t\t <div class="tani">kg</div>\r\n \t\t\t\t </div>\r\n {% endif %}\r\n \t\t\t\t</div>\r\n \t\t\t\t<div class="saisun_box">\r\n {% if form.dr01 is defined %}\r\n \t\t\t\t <div class="sai_item">\r\n \t\t\t\t <div>\r\n {{ form_label(form.dr01) }}\r\n {% if form.dr01.vars.required %}\r\n <span class="required" style="font-size:90%;">必須</span>\r\n {% endif %}\r\n </div>\r\n \t\t\t\t\t<div>\r\n \t\t\t\t\t{{ form_widget(form.dr01) }}\r\n \t\t\t\t\t{{ form_errors(form.dr01) }}\r\n \t\t\t\t\t</div>\r\n \t\t\t\t\t <div class="tani">cm</div>\r\n \t\t\t\t </div>\r\n {% endif %}\r\n {% if form.dr02 is defined %}\r\n \t\t\t\t <div class="sai_item">\r\n \t\t\t\t\t<div>\r\n {{ form_label(form.dr02) }}\r\n {% if form.dr02.vars.required %}\r\n <span class="required" style="font-size:90%;">必須</span>\r\n {% endif %}\r\n </div>\r\n \t\t\t\t\t<div>\r\n \t\t\t\t\t{{ form_widget(form.dr02) }}\r\n \t\t\t\t\t{{ form_errors(form.dr02) }}\r\n \t\t\t\t\t</div>\r\n \t\t\t\t\t <div class="tani">cm</div>\r\n \t\t\t\t </div>\r\n {% endif %}\r\n {% if form.dr03 is defined %}\r\n \t\t\t\t <div class="sai_item">\r\n \t\t\t\t\t<div>\r\n {{ form_label(form.dr03) }}\r\n {% if form.dr03.vars.required %}\r\n <span class="required" style="font-size:90%;">必須</span>\r\n {% endif %}\r\n </div>\r\n \t\t\t\t\t<div>\r\n \t\t\t\t\t{{ form_widget(form.dr03) }}\r\n \t\t\t\t\t{{ form_errors(form.dr03) }}\r\n \t\t\t\t\t</div>\r\n \t\t\t\t\t<div class="tani">cm</div>\r\n \t\t\t\t </div>\r\n {% endif %}\r\n {% if form.dr04 is defined %}\r\n \t\t\t\t <div class="sai_item">\r\n \t\t\t\t\t<div>\r\n {{ form_label(form.dr04) }}\r\n {% if form.dr04.vars.required %}\r\n <span class="required" style="font-size:90%;">必須</span>\r\n {% endif %}\r\n </div>\r\n \t\t\t\t\t<div>\r\n \t\t\t\t\t{{ form_widget(form.dr04) }}\r\n \t\t\t\t\t{{ form_errors(form.dr04) }}\r\n \t\t\t\t\t</div>\r\n \t\t\t\t\t<div class="tani">cm</div>\r\n \t\t\t\t</div>\r\n {% endif %}\r\n {% if form.dr05 is defined %}\r\n \t\t\t\t <div class="sai_item">\r\n \t\t\t\t\t<div>\r\n {{ form_label(form.dr05) }}\r\n {% if form.dr05.vars.required %}\r\n <span class="required" style="font-size:90%;">必須</span>\r\n {% endif %}\r\n </div>\r\n \t\t\t\t\t<div>\r\n \t\t\t\t\t{{ form_widget(form.dr05) }}\r\n \t\t\t\t\t{{ form_errors(form.dr05) }}\r\n \t\t\t\t\t</div>\r\n \t\t\t\t\t<div class="tani">cm</div>\r\n \t\t\t\t </div>\r\n {% endif %}\r\n \t\t\t\t</div>\r\n \t\t\t\t<div class="saisun_box">\r\n {% if form.dr11 is defined %}\r\n \t\t\t\t <div class="sai_item">\r\n \t\t\t\t\t<div>\r\n {{ form_label(form.dr11) }}\r\n {% if form.dr11.vars.required %}\r\n <span class="required" style="font-size:90%;">必須</span>\r\n {% endif %}\r\n </div>\r\n \t\t\t\t\t<div>\r\n \t\t\t\t\t{{ form_widget(form.dr11) }}\r\n \t\t\t\t\t{{ form_errors(form.dr11) }}\r\n \t\t\t\t\t</div>\r\n \t\t\t\t\t<div class="tani">cm</div>\r\n \t\t\t\t </div>\r\n {% endif %}\r\n {% if form.dr12 is defined %}\r\n \t\t\t\t <div class="sai_item">\r\n \t\t\t\t\t<div>\r\n {{ form_label(form.dr12) }}\r\n {% if form.dr12.vars.required %}\r\n <span class="required" style="font-size:90%;">必須</span>\r\n {% endif %}\r\n </div>\r\n \t\t\t\t\t<div>\r\n \t\t\t\t\t{{ form_widget(form.dr12) }}\r\n \t\t\t\t\t{{ form_errors(form.dr12) }}\r\n \t\t\t\t\t</div>\r\n \t\t\t\t\t<div class="tani">cm</div>\r\n \t\t\t\t </div>\r\n {% endif %}\r\n \t\t\t\t</div>\r\n \t\t\t\t<div class="saisun_box" style="align-items: flex-start;">\r\n {% if form.dr22 is defined %}\r\n \t\t\t\t <div class="sai_item">\r\n \t\t\t\t\t<div>{{ form_label(form.dr22) }}\r\n {% if form.dr22.vars.required %}\r\n <span class="required" style="font-size:90%;">必須</span>\r\n {% endif %}\r\n </div>\r\n \t\t\t\t\t<div>\r\n \t\t\t\t\t{{ form_widget(form.dr22) }}\r\n \t\t\t\t\t{{ form_errors(form.dr22) }}\r\n \t\t\t\t\t</div>\r\n \t\t\t\t\t<div class="tani">cm</div>\r\n \t\t\t\t </div>\r\n {% endif %}\r\n {% if form.dr13 is defined %}\r\n \t\t\t\t <div class="sai_item">\r\n \t\t\t\t\t<div>\r\n {{ form_label(form.dr13) }}\r\n {% if form.dr13.vars.required %}\r\n <span class="required" style="font-size:90%;">必須</span>\r\n {% endif %}\r\n </div>\r\n \t\t\t\t\t<div>\r\n \t\t\t\t\t{{ form_widget(form.dr13) }}\r\n \t\t\t\t\t{{ form_errors(form.dr13) }}\r\n \t\t\t\t\t</div>\r\n \t\t\t\t\t<div class="tani">cm</div>\r\n \t\t\t\t </div>\r\n {% endif %}\r\n {% if form.dr21 is defined %}\r\n \t\t\t\t <div class="sai_item hosoktxt">\r\n \t\t\t\t\t<div>\r\n {{ form_label(form.dr21) }}\r\n {% if form.dr21.vars.required %}\r\n <span class="required" style="font-size:90%;">必須</span>\r\n {% endif %}\r\n </div>\r\n \t\t\t\t\t<div>\r\n \t\t\t\t\t{{ form_widget(form.dr21) }}\r\n \t\t\t\t\t{{ form_errors(form.dr21) }}\r\n \t\t\t\t\t</div>\r\n \t\t\t\t\t<div class="tani">cm</div>\r\n \t\t\t\t </div>\r\n {% endif %}\r\n {% if form.dr43 is defined %}\r\n \t\t\t\t <div class="sai_item hosoktxt">\r\n \t\t\t\t\t<div>\r\n {{ form_label(form.dr43) }}\r\n {% if form.dr43.vars.required %}\r\n <span class="required" style="font-size:90%;">必須</span>\r\n {% endif %}\r\n </div>\r\n \t\t\t\t\t<div>\r\n \t\t\t\t\t{{ form_widget(form.dr43) }}\r\n \t\t\t\t\t{{ form_errors(form.dr43) }}\r\n \t\t\t\t\t</div>\r\n \t\t\t\t\t<div class="tani">cm</div>\r\n \t\t\t\t </div>\r\n {% endif %}\r\n <!--<p class="kome"><span>スラックス、ズボンの丈の長さは、</span><span>記入いただいたサイズで</span><span>仕立てます。</p>-->\r\n \t\t\t\t </div>\r\n </dd>\r\n </dl>\r\n </div>\r\n {% for f in form %}\r\n {% if f.vars.name matches '[^plg*]' %}\r\n <div class="extra-form dl_table">\r\n {{ form_row(f) }}\r\n </div>\r\n {% endif %}\r\n {% endfor %}\r\n <div id="detail_box__edit_button" class="row no-padding">\r\n <div class="btn_group col-sm-offset-4 col-sm-4">\r\n <p><button type="submit" class="def_button3 saisunbtn">変更する</button></p>\r\n </div>\r\n </div>\r\n </form>\r\n </div>\r\n <!-- /.col -->\r\n </div>\r\n <!-- /.row -->\r\n \r\n </div>\r\n </div>\r\n {% endblock %} """ "PcLayout" => "2" "SpLayout" => "" "author" => "" "description" => "" "keyword" => "" "meta_robots" => "noindex" "meta_tags" => "" ] |
Uploaded Files
No files were uploaded
Request Attributes
Key | Value |
---|---|
_controller | "Eccube\Controller\Admin\Content\PageController::edit" |
_firewall_context | "security.firewall.map.context.admin" |
_route | "admin_content_page_edit" |
_route_params | [ "id" => "50" ] |
_security_firewall_run | "_security_admin" |
_stopwatch_token | "e384a9" |
_template | Sensio\Bundle\FrameworkExtraBundle\Configuration\Template {#5407 #template: "@admin/Content/page_edit.twig" -vars: [] -streamable: false -owner: [ Eccube\Controller\Admin\Content\PageController {#5303 #pageRepository: Eccube\Repository\PageRepository {#3859 …} #pageLayoutRepository: Eccube\Repository\PageLayoutRepository {#4076 …} #deviceTypeRepository: Eccube\Repository\Master\DeviceTypeRepository {#4318 …} #eccubeConfig: Eccube\Common\EccubeConfig {#1143 …} #entityManager: Container5iH6Bm3\EntityManager_9a5be93 {#670 …} #translator: Symfony\Component\Translation\DataCollectorTranslator {#1326 …} #formFactory: Symfony\Component\Form\FormFactory {#5241 …} #eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1261 …} #session: Symfony\Component\HttpFoundation\Session\Session {#1292 …} #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#5239 …} } "edit" ] } |
id | "50" |
Request Headers
Header | Value |
---|---|
accept | "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" |
accept-language | "ja,en-US;q=0.9,en;q=0.8" |
authorization | "" |
cache-control | "max-age=0" |
connection | "close" |
content-length | "22918" |
content-type | "application/x-www-form-urlencoded" |
cookie | "eccube=69d3cea92c8ebde34ce289e710c8c8a6" |
host | "nmhata01.xsrv.jp" |
origin | "https://nmhata01.xsrv.jp" |
priority | "u=0, i" |
referer | "https://nmhata01.xsrv.jp/cldadm/content/page/50/edit" |
sec-ch-ua | ""Not;A=Brand";v="99", "Google Chrome";v="139", "Chromium";v="139"" |
sec-ch-ua-mobile | "?0" |
sec-ch-ua-platform | ""Windows"" |
sec-fetch-dest | "document" |
sec-fetch-mode | "navigate" |
sec-fetch-site | "same-origin" |
sec-fetch-user | "?1" |
upgrade-insecure-requests | "1" |
user-agent | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36" |
x-accel-expires | "60" |
x-failure-cache-time | "0" |
x-file-type | "normal" |
x-forwarded-for | "153.142.252.124" |
x-forwarded-host | "nmhata01.xsrv.jp" |
x-forwarded-port | "443" |
x-forwarded-proto | "https" |
x-forwarded-ssl | "on" |
x-php-fpm-version | "74" |
x-php-ob-level | "1" |
x-real-ip | "153.142.252.124" |
x-server-address | "162.43.121.67" |
x-ua-device | "pc" |
x-wp-access | "0" |
Request Content
Raw
main_edit%5B_token%5D=6e7df7b470de4ff2a851.U4n75kqaJXrA1QrsRyBIsf8ga11sRRS0p-E4x3jIeXE.ftOvsyCsZDy14lK9DHky_555WRIYdFjy_4kAjDW9LkJm2ba-OO98NfmNZQ&main_edit%5Bname%5D=MY%E3%83%9A%E3%83%BC%E3%82%B8%2F%E6%8E%A1%E5%AF%B8%E7%99%BB%E9%8C%B2%E5%86%85%E5%AE%B9%E5%A4%89%E6%9B%B4%28%E5%85%A5%E5%8A%9B%E3%83%9A%E3%83%BC%E3%82%B8%29&main_edit%5Burl%5D=mypage_change_saisun&main_edit%5Bfile_name%5D=Mypage%2Fchange_saisun&main_edit%5Btpl_data%5D=%7B%23%0D%0AThis+file+is+part+of+EC-CUBE%0D%0A%0D%0ACopyright%28c%29+2000-2015+LOCKON+CO.%2CLTD.+All+Rights+Reserved.%0D%0A%0D%0Ahttp%3A%2F%2Fwww.lockon.co.jp%2F%0D%0A%0D%0AThis+program+is+free+software%3B+you+can+redistribute+it+and%2For%0D%0Amodify+it+under+the+terms+of+the+GNU+General+Public+License%0D%0Aas+published+by+the+Free+Software+Foundation%3B+either+version+2%0D%0Aof+the+License%2C+or+%28at+your+option%29+any+later+version.%0D%0A%0D%0AThis+program+is+distributed+in+the+hope+that+it+will+be+useful%2C%0D%0Abut+WITHOUT+ANY+WARRANTY%3B+without+even+the+implied+warranty+of%0D%0AMERCHANTABILITY+or+FITNESS+FOR+A+PARTICULAR+PURPOSE.++See+the%0D%0AGNU+General+Public+License+for+more+details.%0D%0A%0D%0AYou+should+have+received+a+copy+of+the+GNU+General+Public+License%0D%0Aalong+with+this+program%3B+if+not%2C+write+to+the+Free+Software%0D%0AFoundation%2C+Inc.%2C+59+Temple+Place+-+Suite+330%2C+Boston%2C+MA++02111-1307%2C+USA.%0D%0A%23%7D%0D%0A%7B%25+extends+%27default_frame.twig%27+%25%7D%0D%0A%0D%0A%7B%25+set+body_class+%3D+%27mypage%27+%25%7D%0D%0A%0D%0A%7B%25+set+mypageno+%3D+%27change%27+%25%7D%0D%0A%0D%0A%7B%25+block+javascript+%25%7D%0D%0A%3Cscript+src%3D%22%2F%2Fajaxzip3.github.io%2Fajaxzip3.js%22+charset%3D%22UTF-8%22%3E%3C%2Fscript%3E%0D%0A%3Cscript%3E%0D%0A++++%24%28function%28%29+%7B%0D%0A++++++++%24%28%27%23zip-search%27%29.click%28function%28%29+%7B%0D%0A++++++++++++AjaxZip3.zip2addr%28%27entry%5Bzip%5D%5Bzip01%5D%27%2C+%27entry%5Bzip%5D%5Bzip02%5D%27%2C+%27entry%5Baddress%5D%5Bpref%5D%27%2C+%27entry%5Baddress%5D%5Baddr01%5D%27%29%3B%0D%0A++++++++%7D%29%3B%0D%0A++++%7D%29%3B%0D%0A++++jQuery%28document%29.ready%28function%28%24%29%7B%0D%0A++++++++if+%28+%24%28%22%23welcome_message+.mypg_lame%22%29.is%28%22%3Acontains%28%27%E7%94%B7%E6%80%A7%27%29%22%29+%29+%7B%0D%0A++++++++++++%24%28%27input%5Bid%3D%22col_me%22%5D%27%29.prop%28%22checked%22%2Ctrue%29%3B%0D%0A++++++++%7D+else+%7B%0D%0A++++++++++++%24%28%27input%5Bid%3D%22col_la%22%5D%27%29.prop%28%22checked%22%2Ctrue%29%3B%0D%0A++++++++%7D%0D%0A++++%7D%29%3B%0D%0A%3C%2Fscript%3E%0D%0A%7B%25+endblock+javascript+%25%7D%0D%0A%0D%0A%7B%25+block+stylesheet+%25%7D%0D%0A%3Cstyle%3E%0D%0A++++.saisun_box+.sai_item+span.required%7B%0D%0A++++++++display%3Ainline-block%3B%0D%0A++++%7D%0D%0A%3C%2Fstyle%3E%0D%0A%7B%25+endblock+stylesheet+%25%7D%0D%0A%0D%0A%7B%25+block+main+%25%7D%0D%0A%3Ch1+class%3D%22title_bar%22%3E%E3%83%9E%E3%82%A4%E3%83%9A%E3%83%BC%E3%82%B8%2F%E6%8E%A1%E5%AF%B8%E6%83%85%E5%A0%B1%E7%B7%A8%E9%9B%86%3C%2Fh1%3E%0D%0A%0D%0A%3Cdiv+class%3D%22change_all%22%3E%0D%0A%3Cdiv+id%3D%22detail_wrap%22+class%3D%22container-fluid%22%3E%0D%0A++++%7B%25+include+%27Mypage%2Fnavi.twig%27+%25%7D%0D%0A%0D%0A%3Cdiv+class%3D%22saisun_nik%22%3E%0D%0A++%3Cinput+type%3D%22radio%22+name%3D%22saisun%22+id%3D%22col_la%22%3E%0D%0A++%3Clabel+for%3D%22col_la%22%3E%E5%A5%B3%E5%AD%90%E6%8E%A1%E5%AF%B8%E6%89%8B%E9%A0%86%E3%82%92%E8%A1%A8%E7%A4%BA%3C%2Flabel%3E%0D%0A++%3Cinput+type%3D%22radio%22+name%3D%22saisun%22+id%3D%22col_me%22%3E%0D%0A++%3Clabel+for%3D%22col_me%22%3E%E7%94%B7%E5%AD%90%E6%8E%A1%E5%AF%B8%E6%89%8B%E9%A0%86%E3%82%92%E8%A1%A8%E7%A4%BA%3C%2Flabel%3E%0D%0A%0D%0A%3Cdiv+class%3D%22box_la%22%3E%3Cimg+src%3D%22%7B%7B+asset%28%27assets%27%29+%7D%7D%2Fimg%2Funishop%2Fsaisun_la_20250805_06.jpg%22+alt%3D%22%E5%A5%B3%E5%AD%90%E6%8E%A1%E5%AF%B8%E6%89%8B%E9%A0%86%22+%2F%3E%0D%0A++++++%3Cdiv%3E%3Ciframe+width%3D%22100%25%22+height%3D%22270%22+src%3D%22https%3A%2F%2Fwww.youtube.com%2Fembed%2FBMxJoPgdUGw%22++frameborder%3D%220%22+allow%3D%22accelerometer%3B+autoplay%3B+encrypted-media%3B+gyroscope%3B+picture-in-picture%22+allowfullscreen%3D%22%22%3E%3C%2Fiframe%3E%0D%0A%3Cp%3E%E5%A5%B3%E5%AD%90%E6%8E%A1%E5%AF%B8%E6%89%8B%E9%A0%86%E3%80%80%E7%B4%B9%E4%BB%8B%E5%8B%95%E7%94%BB%3C%2Fp%3E%0D%0A%3Cdiv+class%3D%22atte%22%3E%3Cp%3E%E5%A5%B3%E5%AD%90%E3%81%AE%E3%82%B9%E3%82%AB%E3%83%BC%E3%83%88%E4%B8%88%E3%81%AF%E5%AD%A6%E6%A0%A1%E3%81%A7%E8%A6%8F%E5%AE%9A%E3%81%95%E3%82%8C%E3%81%A6%E3%81%84%E3%81%BE%E3%81%99%E3%80%82%3C%2Fp%3E%0D%0A%3Cp%3E%3Cspan%3E%E5%8B%95%E7%94%BB%E3%82%92%E7%A2%BA%E8%AA%8D%E3%81%97%E3%80%81%E6%AD%A3%E3%81%97%E3%81%84%E6%96%B9%E6%B3%95%E3%81%A7%E6%8E%A1%E5%AF%B8%E3%82%92%E3%81%97%E3%81%A6%E3%81%8F%E3%81%A0%E3%81%95%E3%81%84%E3%80%82%3C%2Fspan%3E%0D%0A%3Cspan%3E%EF%BC%88%E8%A6%8F%E5%AE%9A%E5%A4%96%E3%81%AF%E3%80%81%E5%85%A5%E5%AD%A6%E5%BE%8C%E6%8C%87%E5%B0%8E%E3%81%AE%E5%AF%BE%E8%B1%A1%E3%81%A8%E3%81%AA%E3%82%8A%E3%81%BE%E3%81%99%E3%80%82%EF%BC%89%3C%2Fspan%3E%3C%2Fp%3E%0D%0A%3C%2Fdiv%3E%0D%0A++++++%3C%2Fdiv%3E%0D%0A+++%3C%2Fdiv%3E%0D%0A%3Cdiv+class%3D%22box_me%22%3E%3Cimg+src%3D%22%7B%7B+asset%28%27assets%27%29+%7D%7D%2Fimg%2Funishop%2Fsaisun_me_20250805_03.jpg%22+alt%3D%22%E7%94%B7%E5%AD%90%E6%8E%A1%E5%AF%B8%E6%89%8B%E9%A0%86%22+%2F%3E%0D%0A++++++%3Cdiv%3E%3Ciframe+width%3D%22100%25%22+height%3D%22270%22+src%3D%22https%3A%2F%2Fwww.youtube.com%2Fembed%2F_5LZkZdKvWg%22+frameborder%3D%220%22+allow%3D%22accelerometer%3B+autoplay%3B+encrypted-media%3B+gyroscope%3B+picture-in-picture%22+allowfullscreen%3D%22%22%3E%3C%2Fiframe%3E%0D%0A%3Cp%3E%E7%94%B7%E5%AD%90%E6%8E%A1%E5%AF%B8%E6%89%8B%E9%A0%86%E3%80%80%E7%B4%B9%E4%BB%8B%E5%8B%95%E7%94%BB%3C%2Fp%3E%0D%0A++++++%3C%2Fdiv%3E%0D%0A+++%3C%2Fdiv%3E%0D%0A%3C%2Fdiv%3E%3C%21--saisun_nik--%3E%0D%0A%0D%0A++++%3Cdiv+id%3D%22detail_box%22+class%3D%22row%22%3E%0D%0A++++++++%3Cdiv+id%3D%22detail_box__body%22+class%3D%22col-md-10+col-md-offset-1%22%3E%0D%0A++++++++++++%3Cform+method%3D%22post%22+action%3D%22%7B%7B+url%28%27mypage_change_saisun%27%29+%7D%7D%22%3E%0D%0A++++++++++++++++%7B%7B+form_widget%28form._token%29+%7D%7D%0D%0A++++++++++++++++%3Cdiv+class%3D%22dl_table+not_required%22+style%3D%22margin-top%3A+0%3B%22%3E%0D%0A++++++++++++++++++++%3Cdl+id%3D%22detail_box__company_name%22%3E%0D%0A++++++++++++++++++++++++%3Cdt%3E%3Clabel+class%3D%22control-label%22%3E%E6%8E%A1%E5%AF%B8%E3%83%87%E3%83%BC%E3%82%BF%3C%2Flabel%3E%0D%0A%09%09%09+++++++++++++%3C%2Fdt%3E%0D%0A++++++++++++++++++++++++%3Cdd+class%3D%22form-group+input_name%22%3E%0D%0A++++++++++++%09%09%09%09%3Cdiv+class%3D%22saisun_box%22%3E%0D%0A+++++++++++++++++++++++++++++++%7B%25+if+form.dr31+is+defined+%25%7D%0D%0A++++++++++++++++%09%09%09%09++++%3Cdiv+class%3D%22sai_item%22%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%7B+form_label%28form.dr31%29+%7D%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+if+form.dr31.vars.required+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%3Cspan+class%3D%22required%22+style%3D%22font-size%3A90%25%3B%22%3E%E5%BF%85%E9%A0%88%3C%2Fspan%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_widget%28form.dr31%29+%7D%7D%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_errors%28form.dr31%29+%7D%7D%0D%0A++++++++++++++++++++%09%09%09%09%09%3C%2Fdiv%3E%0D%0A++++++++++++++++%09%09%09%09%09++++%3Cdiv+class%3D%22tani%22%3Ecm%3C%2Fdiv%3E%0D%0A++++++++++++++++%09%09%09%09+++%3C%2Fdiv%3E%0D%0A+++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A+++++++++++++++++++++++++++++++%7B%25+if+form.dr32+is+defined+%25%7D%0D%0A++++++++++++++++%09%09%09%09++++%3Cdiv+class%3D%22sai_item%22%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%7B+form_label%28form.dr32%29+%7D%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+if+form.dr32.vars.required+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%3Cspan+class%3D%22required%22+style%3D%22font-size%3A90%25%3B%22%3E%E5%BF%85%E9%A0%88%3C%2Fspan%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_widget%28form.dr32%29+%7D%7D%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_errors%28form.dr32%29+%7D%7D%0D%0A++++++++++++++++++++%09%09%09%09%09%3C%2Fdiv%3E%0D%0A++++++++++++++++%09%09%09%09%09++++%3Cdiv+class%3D%22tani%22%3Ekg%3C%2Fdiv%3E%0D%0A++++++++++++++++%09%09%09%09+++%3C%2Fdiv%3E%0D%0A+++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++%09%09%09%09%3C%2Fdiv%3E%0D%0A++++++++++++%09%09%09%09%3Cdiv+class%3D%22saisun_box%22%3E%0D%0A+++++++++++++++++++++++++++++++%7B%25+if+form.dr01+is+defined+%25%7D%0D%0A++++++++++++%09%09%09%09++++%3Cdiv+class%3D%22sai_item%22%3E%0D%0A++++++++++++++++%09%09%09%09++++%3Cdiv%3E%0D%0A++++++++++++++++++++++++++++++++++++++++%7B%7B+form_label%28form.dr01%29+%7D%7D%0D%0A++++++++++++++++++++++++++++++++++++++++%7B%25+if+form.dr01.vars.required+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++%3Cspan+class%3D%22required%22+style%3D%22font-size%3A90%25%3B%22%3E%E5%BF%85%E9%A0%88%3C%2Fspan%3E%0D%0A++++++++++++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%7B%7B+form_widget%28form.dr01%29+%7D%7D%0D%0A++++++++++++++++++++%09%09%09%09%09%7B%7B+form_errors%28form.dr01%29+%7D%7D%0D%0A++++++++++++++++%09%09%09%09%09%3C%2Fdiv%3E%0D%0A++++++++++++%09%09%09%09%09+++++%3Cdiv+class%3D%22tani%22%3Ecm%3C%2Fdiv%3E%0D%0A++++++++++++%09%09%09%09++++%3C%2Fdiv%3E%0D%0A+++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A+++++++++++++++++++++++++++++++%7B%25+if+form.dr02+is+defined+%25%7D%0D%0A++++++++++++++++%09%09%09%09++++%3Cdiv+class%3D%22sai_item%22%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%7B+form_label%28form.dr02%29+%7D%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+if+form.dr02.vars.required+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%3Cspan+class%3D%22required%22+style%3D%22font-size%3A90%25%3B%22%3E%E5%BF%85%E9%A0%88%3C%2Fspan%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_widget%28form.dr02%29+%7D%7D%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_errors%28form.dr02%29+%7D%7D%0D%0A++++++++++++++++++++%09%09%09%09%09%3C%2Fdiv%3E%0D%0A++++++++++++++++%09%09%09%09%09++++%3Cdiv+class%3D%22tani%22%3Ecm%3C%2Fdiv%3E%0D%0A++++++++++++++++%09%09%09%09+++%3C%2Fdiv%3E%0D%0A+++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A+++++++++++++++++++++++++++++++%7B%25+if+form.dr03+is+defined+%25%7D%0D%0A++++++++++++++++%09%09%09%09++++%3Cdiv+class%3D%22sai_item%22%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%7B+form_label%28form.dr03%29+%7D%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+if+form.dr03.vars.required+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%3Cspan+class%3D%22required%22+style%3D%22font-size%3A90%25%3B%22%3E%E5%BF%85%E9%A0%88%3C%2Fspan%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_widget%28form.dr03%29+%7D%7D%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_errors%28form.dr03%29+%7D%7D%0D%0A++++++++++++++++++++%09%09%09%09%09%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv+class%3D%22tani%22%3Ecm%3C%2Fdiv%3E%0D%0A++++++++++++++++%09%09%09%09++++%3C%2Fdiv%3E%0D%0A+++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A+++++++++++++++++++++++++++++++%7B%25+if+form.dr04+is+defined+%25%7D%0D%0A++++++++++++++++%09%09%09%09++++%3Cdiv+class%3D%22sai_item%22%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%7B+form_label%28form.dr04%29+%7D%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+if+form.dr04.vars.required+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%3Cspan+class%3D%22required%22+style%3D%22font-size%3A90%25%3B%22%3E%E5%BF%85%E9%A0%88%3C%2Fspan%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_widget%28form.dr04%29+%7D%7D%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_errors%28form.dr04%29+%7D%7D%0D%0A++++++++++++++++++++%09%09%09%09%09%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv+class%3D%22tani%22%3Ecm%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%3C%2Fdiv%3E%0D%0A+++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A+++++++++++++++++++++++++++++++%7B%25+if+form.dr05+is+defined+%25%7D%0D%0A++++++++++++++++%09%09%09%09++++%3Cdiv+class%3D%22sai_item%22%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%7B+form_label%28form.dr05%29+%7D%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+if+form.dr05.vars.required+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%3Cspan+class%3D%22required%22+style%3D%22font-size%3A90%25%3B%22%3E%E5%BF%85%E9%A0%88%3C%2Fspan%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_widget%28form.dr05%29+%7D%7D%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_errors%28form.dr05%29+%7D%7D%0D%0A++++++++++++++++++++%09%09%09%09%09%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv+class%3D%22tani%22%3Ecm%3C%2Fdiv%3E%0D%0A++++++++++++++++%09%09%09%09++++%3C%2Fdiv%3E%0D%0A+++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++%09%09%09%09%3C%2Fdiv%3E%0D%0A++++++++++++%09%09%09%09%3Cdiv+class%3D%22saisun_box%22%3E%0D%0A+++++++++++++++++++++++++++++++%7B%25+if+form.dr11+is+defined+%25%7D%0D%0A++++++++++++++++%09%09%09%09++++%3Cdiv+class%3D%22sai_item%22%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%7B+form_label%28form.dr11%29+%7D%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+if+form.dr11.vars.required+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%3Cspan+class%3D%22required%22+style%3D%22font-size%3A90%25%3B%22%3E%E5%BF%85%E9%A0%88%3C%2Fspan%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_widget%28form.dr11%29+%7D%7D%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_errors%28form.dr11%29+%7D%7D%0D%0A++++++++++++++++++++%09%09%09%09%09%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv+class%3D%22tani%22%3Ecm%3C%2Fdiv%3E%0D%0A++++++++++++++++%09%09%09%09++++%3C%2Fdiv%3E%0D%0A+++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A+++++++++++++++++++++++++++++++%7B%25+if+form.dr12+is+defined+%25%7D%0D%0A++++++++++++++++%09%09%09%09++++%3Cdiv+class%3D%22sai_item%22%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%7B+form_label%28form.dr12%29+%7D%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+if+form.dr12.vars.required+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%3Cspan+class%3D%22required%22+style%3D%22font-size%3A90%25%3B%22%3E%E5%BF%85%E9%A0%88%3C%2Fspan%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_widget%28form.dr12%29+%7D%7D%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_errors%28form.dr12%29+%7D%7D%0D%0A++++++++++++++++++++%09%09%09%09%09%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv+class%3D%22tani%22%3Ecm%3C%2Fdiv%3E%0D%0A++++++++++++++++%09%09%09%09++++%3C%2Fdiv%3E%0D%0A+++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++%09%09%09%09%3C%2Fdiv%3E%0D%0A++++++++++++%09%09%09%09%3Cdiv+class%3D%22saisun_box%22+style%3D%22align-items%3A+flex-start%3B%22%3E%0D%0A++++++++++++++++++++++++++++++++%7B%25+if+form.dr22+is+defined+%25%7D%0D%0A++++++++++++++++%09%09%09%09++++%3Cdiv+class%3D%22sai_item%22%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%7B%7B+form_label%28form.dr22%29+%7D%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+if+form.dr22.vars.required+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%3Cspan+class%3D%22required%22+style%3D%22font-size%3A90%25%3B%22%3E%E5%BF%85%E9%A0%88%3C%2Fspan%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_widget%28form.dr22%29+%7D%7D%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_errors%28form.dr22%29+%7D%7D%0D%0A++++++++++++++++++++%09%09%09%09%09%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv+class%3D%22tani%22%3Ecm%3C%2Fdiv%3E%0D%0A++++++++++++++++%09%09%09%09++++%3C%2Fdiv%3E%0D%0A++++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++++++++++++++++++++++%7B%25+if+form.dr13+is+defined+%25%7D%0D%0A++++++++++++++++%09%09%09%09++++%3Cdiv+class%3D%22sai_item%22%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%7B+form_label%28form.dr13%29+%7D%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+if+form.dr13.vars.required+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++++++%3Cspan+class%3D%22required%22+style%3D%22font-size%3A90%25%3B%22%3E%E5%BF%85%E9%A0%88%3C%2Fspan%3E%0D%0A++++++++++++++++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_widget%28form.dr13%29+%7D%7D%0D%0A++++++++++++++++++++++++%09%09%09%09%09%7B%7B+form_errors%28form.dr13%29+%7D%7D%0D%0A++++++++++++++++++++%09%09%09%09%09%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%3Cdiv+class%3D%22tani%22%3Ecm%3C%2Fdiv%3E%0D%0A++++++++++++++++%09%09%09%09++++%3C%2Fdiv%3E%0D%0A+++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A+++++++++++++++++++++++++++++++%7B%25+if+form.dr21+is+defined+%25%7D%0D%0A++++++++++++%09%09%09%09++++%3Cdiv+class%3D%22sai_item+hosoktxt%22%3E%0D%0A++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++++++++++++++++++%7B%7B+form_label%28form.dr21%29+%7D%7D%0D%0A++++++++++++++++++++++++++++++++++++++++%7B%25+if+form.dr21.vars.required+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++%3Cspan+class%3D%22required%22+style%3D%22font-size%3A90%25%3B%22%3E%E5%BF%85%E9%A0%88%3C%2Fspan%3E%0D%0A++++++++++++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%7B%7B+form_widget%28form.dr21%29+%7D%7D%0D%0A++++++++++++++++++++%09%09%09%09%09%7B%7B+form_errors%28form.dr21%29+%7D%7D%0D%0A++++++++++++++++%09%09%09%09%09%3C%2Fdiv%3E%0D%0A++++++++++++++++%09%09%09%09%09%3Cdiv+class%3D%22tani%22%3Ecm%3C%2Fdiv%3E%0D%0A++++++++++++%09%09%09%09++++%3C%2Fdiv%3E%0D%0A+++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A+++++++++++++++++++++++++++++++%7B%25+if+form.dr43+is+defined+%25%7D%0D%0A++++++++++++%09%09%09%09++++%3Cdiv+class%3D%22sai_item+hosoktxt%22%3E%0D%0A++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++++++++++++++++++++++%7B%7B+form_label%28form.dr43%29+%7D%7D%0D%0A++++++++++++++++++++++++++++++++++++++++%7B%25+if+form.dr43.vars.required+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++++++%3Cspan+class%3D%22required%22+style%3D%22font-size%3A90%25%3B%22%3E%E5%BF%85%E9%A0%88%3C%2Fspan%3E%0D%0A++++++++++++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++++++++++++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++%09%09%09%09%09%3Cdiv%3E%0D%0A++++++++++++++++++++%09%09%09%09%09%7B%7B+form_widget%28form.dr43%29+%7D%7D%0D%0A++++++++++++++++++++%09%09%09%09%09%7B%7B+form_errors%28form.dr43%29+%7D%7D%0D%0A++++++++++++++++%09%09%09%09%09%3C%2Fdiv%3E%0D%0A++++++++++++++++%09%09%09%09%09%3Cdiv+class%3D%22tani%22%3Ecm%3C%2Fdiv%3E%0D%0A++++++++++++%09%09%09%09++++%3C%2Fdiv%3E%0D%0A+++++++++++++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A%3C%21--%3Cp+class%3D%22kome%22%3E%3Cspan%3E%E3%82%B9%E3%83%A9%E3%83%83%E3%82%AF%E3%82%B9%E3%80%81%E3%82%BA%E3%83%9C%E3%83%B3%E3%81%AE%E4%B8%88%E3%81%AE%E9%95%B7%E3%81%95%E3%81%AF%E3%80%81%3C%2Fspan%3E%3Cspan%3E%E8%A8%98%E5%85%A5%E3%81%84%E3%81%9F%E3%81%A0%E3%81%84%E3%81%9F%E3%82%B5%E3%82%A4%E3%82%BA%E3%81%A7%3C%2Fspan%3E%3Cspan%3E%E4%BB%95%E7%AB%8B%E3%81%A6%E3%81%BE%E3%81%99%E3%80%82%3C%2Fp%3E--%3E%0D%0A%09%09%09%09++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++++++++++%3C%2Fdd%3E%0D%0A++++++++++++++++++++%3C%2Fdl%3E%0D%0A++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++%7B%25+for+f+in+form+%25%7D%0D%0A++++++++++++++++++++%7B%25+if+f.vars.name+matches+%27%5B%5Eplg*%5D%27+%25%7D%0D%0A++++++++++++++++++++++++%3Cdiv+class%3D%22extra-form+dl_table%22%3E%0D%0A++++++++++++++++++++++++++++%7B%7B+form_row%28f%29+%7D%7D%0D%0A++++++++++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++++++%7B%25+endif+%25%7D%0D%0A++++++++++++++++%7B%25+endfor+%25%7D%0D%0A++++++++++++++++%3Cdiv+id%3D%22detail_box__edit_button%22+class%3D%22row+no-padding%22%3E%0D%0A++++++++++++++++++++%3Cdiv+class%3D%22btn_group+col-sm-offset-4+col-sm-4%22%3E%0D%0A++++++++++++++++++++++++%3Cp%3E%3Cbutton+type%3D%22submit%22+class%3D%22def_button3+saisunbtn%22%3E%E5%A4%89%E6%9B%B4%E3%81%99%E3%82%8B%3C%2Fbutton%3E%3C%2Fp%3E%0D%0A++++++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++++++%3C%2Fdiv%3E%0D%0A++++++++++++%3C%2Fform%3E%0D%0A++++++++%3C%2Fdiv%3E%0D%0A++++++++%3C%21--+%2F.col+--%3E%0D%0A++++%3C%2Fdiv%3E%0D%0A++++%3C%21--+%2F.row+--%3E%0D%0A%0D%0A%3C%2Fdiv%3E%0D%0A%3C%2Fdiv%3E%0D%0A%7B%25+endblock+%25%7D&main_edit%5BPcLayout%5D=2&main_edit%5BSpLayout%5D=&main_edit%5Bauthor%5D=&main_edit%5Bdescription%5D=&main_edit%5Bkeyword%5D=&main_edit%5Bmeta_robots%5D=noindex&main_edit%5Bmeta_tags%5D=
Response
Response Headers
Header | Value |
---|---|
cache-control | "no-cache, private" |
content-type | "text/html; charset=UTF-8" |
date | "Mon, 18 Aug 2025 06:48:32 GMT" |
location | "/cldadm/content/page/50/edit" |
set-cookie | "maintenance_token=deleted; expires=Sun, 18-Aug-2024 06:48:31 GMT; Max-Age=0; path=/; httponly" |
x-debug-token | "e00980" |
Cookies
Request Cookies
Key | Value |
---|---|
eccube | "69d3cea92c8ebde34ce289e710c8c8a6" |
Response Cookies
Key | Value |
---|---|
maintenance_token | Symfony\Component\HttpFoundation\Cookie {#5488 #name: "maintenance_token" #value: null #domain: null #expire: 1 #path: "/" #secure: false #httpOnly: true -raw: false -sameSite: null -secureDefault: true } |
Session 7
Session Metadata
Key | Value |
---|---|
Created | "Mon, 18 Aug 25 15:46:47 +0900" |
Last used | "Mon, 18 Aug 25 15:48:08 +0900" |
Lifetime | 0 |
Session Attributes
Attribute | Value |
---|---|
_csrf/https-_token | "gYDXO_CrNWhdadR9lcW-9HgcSm_B-S18xfrNrGqCqPI" |
_csrf/https-form | "zMn6iJPfNh0h3mYP3bzIEjVsmSTrL5Z1TaHtkBUm3cs" |
_csrf/https-main_edit | "-ZTUj6AFu7XQKYzNaY2Ot1LFXh8KMuW35PMXruYO9Xo" |
_security.last_username | "cooliedadmin" |
_security_admin | "O:74:"Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken":3:{i:0;N;i:1;s:5:"admin";i:2;a:5:{i:0;C:20:"Eccube\Entity\Member":158:{a:4:{i:0;i:1;i:1;s:12:"cooliedadmin";i:2;s:64:"2a3c0fa852081b5ad1bb1cd8bcf486bca2a00a9666f61c3b8b9ef5fb9376a45d";i:3;s:32:"EwvWupAaqdlWGum4hmy8IoF1iKgw6VTt";}}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:1:{i:0;s:10:"ROLE_ADMIN";}}}" |
Session Usage
7
Usages
Stateless check enabled
Usage |
---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[ [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php" "line" => 44 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/src/Eccube/Log/Processor/TokenProcessor.php" "line" => 34 "function" => "getToken" "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/monolog/monolog/src/Monolog/Logger.php" "line" => 368 "function" => "__invoke" "class" => "Eccube\Log\Processor\TokenProcessor" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/monolog/monolog/src/Monolog/Logger.php" "line" => 574 "function" => "addRecord" "class" => "Monolog\Logger" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php" "line" => 99 "function" => "debug" "class" => "Monolog\Logger" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php" "line" => 34 "function" => "supports" "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php" "line" => 39 "function" => "supports" "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php" "line" => 38 "function" => "supports" "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/security-http/Firewall/AbstractListener.php" "line" => 25 "function" => "supports" "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php" "line" => 73 "function" => "__invoke" "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/security-http/Firewall.php" "line" => 92 "function" => "callListeners" "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelRequest" "class" => "Symfony\Component\Security\Http\Firewall" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 154 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 139 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/index.php" "line" => 83 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Eccube\Controller\AbstractController:188
[ [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/src/Eccube/Controller/AbstractController.php" "line" => 188 "function" => "getFlashBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/src/Eccube/Controller/AbstractController.php" "line" => 193 "function" => "hasMessage" "class" => "Eccube\Controller\AbstractController" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/src/Eccube/Controller/AbstractController.php" "line" => 162 "function" => "addFlashOnce" "class" => "Eccube\Controller\AbstractController" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/src/Eccube/Controller/Admin/Content/PageController.php" "line" => 96 "function" => "addInfoOnce" "class" => "Eccube\Controller\AbstractController" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "edit" "class" => "Eccube\Controller\Admin\Content\PageController" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/index.php" "line" => 83 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Bundle\FrameworkBundle\Controller\AbstractController:212
[ [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 212 "function" => "getFlashBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/src/Eccube/Controller/AbstractController.php" "line" => 204 "function" => "addFlash" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/src/Eccube/Controller/AbstractController.php" "line" => 194 "function" => "addFlash" "class" => "Eccube\Controller\AbstractController" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/src/Eccube/Controller/AbstractController.php" "line" => 162 "function" => "addFlashOnce" "class" => "Eccube\Controller\AbstractController" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/src/Eccube/Controller/Admin/Content/PageController.php" "line" => 96 "function" => "addInfoOnce" "class" => "Eccube\Controller\AbstractController" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "edit" "class" => "Eccube\Controller\Admin\Content\PageController" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/index.php" "line" => 83 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[ [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" "line" => 101 "function" => "has" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/security-csrf/CsrfTokenManager.php" "line" => 110 "function" => "hasToken" "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php" "line" => 65 "function" => "isTokenValid" "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "preSubmit" "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php" "line" => 33 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/form/Form.php" "line" => 568 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php" "line" => 109 "function" => "submit" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/form/Form.php" "line" => 503 "function" => "handleRequest" "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/src/Eccube/Controller/Admin/Content/PageController.php" "line" => 145 "function" => "handleRequest" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "edit" "class" => "Eccube\Controller\Admin\Content\PageController" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/index.php" "line" => 83 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:71
[ [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" "line" => 71 "function" => "has" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/security-csrf/CsrfTokenManager.php" "line" => 114 "function" => "getToken" "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php" "line" => 65 "function" => "isTokenValid" "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "preSubmit" "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php" "line" => 33 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/form/Form.php" "line" => 568 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php" "line" => 109 "function" => "submit" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/form/Form.php" "line" => 503 "function" => "handleRequest" "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/src/Eccube/Controller/Admin/Content/PageController.php" "line" => 145 "function" => "handleRequest" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "edit" "class" => "Eccube\Controller\Admin\Content\PageController" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/index.php" "line" => 83 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:75
[ [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" "line" => 75 "function" => "get" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/security-csrf/CsrfTokenManager.php" "line" => 114 "function" => "getToken" "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php" "line" => 65 "function" => "isTokenValid" "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "preSubmit" "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php" "line" => 33 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/form/Form.php" "line" => 568 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php" "line" => 109 "function" => "submit" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/form/Form.php" "line" => 503 "function" => "handleRequest" "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/src/Eccube/Controller/Admin/Content/PageController.php" "line" => 145 "function" => "handleRequest" "class" => "Symfony\Component\Form\Form" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 163 "function" => "edit" "class" => "Eccube\Controller\Admin\Content\PageController" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/index.php" "line" => 83 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Symfony\Component\Security\Http\Firewall\ContextListener:198
[ [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/security-http/Firewall/ContextListener.php" "line" => 198 "function" => "set" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 117 "function" => "onKernelResponse" "class" => "Symfony\Component\Security\Http\Firewall\ContextListener" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 230 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 59 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 154 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 196 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 184 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php" "line" => 75 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/vendor/symfony/http-kernel/Kernel.php" "line" => 202 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/home/nmhata01/nmhata01.xsrv.jp/public_html/index.php" "line" => 83 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] ] |
Flashes
Flashes
Key | Value |
---|---|
eccube.admin.info | [
"admin.common.restrict_file_upload_info"
] |
eccube.admin.success | [
"admin.common.save_complete"
] |
Server Parameters
Server Parameters
Defined in .env
Key | Value |
---|---|
(no data) |
Defined as regular env variables
Key | Value |
---|---|
APP_DEBUG | "1" |
APP_ENV | "dev" |
CONTENT_LENGTH | "22918" |
CONTENT_TYPE | "application/x-www-form-urlencoded" |
CONTEXT_DOCUMENT_ROOT | "/home/nmhata01/nmhata01.xsrv.jp/public_html" |
CONTEXT_PREFIX | "" |
DATABASE_CHARSET | "utf8mb4" |
DATABASE_SERVER_VERSION | "10.4.11-MariaDB" |
DATABASE_URL | "mysql://nmhata01_ec1:Do6TLe6j@localhost/nmhata01_v3test" |
DOCUMENT_ROOT | "/home/nmhata01/nmhata01.xsrv.jp/public_html" |
ECCUBE_ADMIN_ALLOW_HOSTS | "[]" |
ECCUBE_ADMIN_ROUTE | "cldadm" |
ECCUBE_AUTH_MAGIC | "ho9yku950Vx2O6vYN3U5xia02LojbCNm" |
ECCUBE_COOKIE_PATH | "/" |
ECCUBE_FORCE_SSL | "true" |
ECCUBE_GC_MAXLIFETIME | "7200" |
ECCUBE_LOCALE | "ja" |
ECCUBE_TEMPLATE_CODE | "unishop" |
FCGI_ROLE | "RESPONDER" |
FailureCacheTime | "0" |
GATEWAY_INTERFACE | "CGI/1.1" |
HOME | "/home/nmhata01" |
HTTPS | "on" |
HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" |
HTTP_ACCEPT_LANGUAGE | "ja,en-US;q=0.9,en;q=0.8" |
HTTP_AUTHORIZATION | "" |
HTTP_CACHE_CONTROL | "max-age=0" |
HTTP_CONNECTION | "close" |
HTTP_COOKIE | "eccube=69d3cea92c8ebde34ce289e710c8c8a6" |
HTTP_HOST | "nmhata01.xsrv.jp" |
HTTP_ORIGIN | "https://nmhata01.xsrv.jp" |
HTTP_PRIORITY | "u=0, i" |
HTTP_REFERER | "https://nmhata01.xsrv.jp/cldadm/content/page/50/edit" |
HTTP_SEC_CH_UA | ""Not;A=Brand";v="99", "Google Chrome";v="139", "Chromium";v="139"" |
HTTP_SEC_CH_UA_MOBILE | "?0" |
HTTP_SEC_CH_UA_PLATFORM | ""Windows"" |
HTTP_SEC_FETCH_DEST | "document" |
HTTP_SEC_FETCH_MODE | "navigate" |
HTTP_SEC_FETCH_SITE | "same-origin" |
HTTP_SEC_FETCH_USER | "?1" |
HTTP_UPGRADE_INSECURE_REQUESTS | "1" |
HTTP_USER_AGENT | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36" |
HTTP_X_ACCEL_EXPIRES | "60" |
HTTP_X_FAILURE_CACHE_TIME | "0" |
HTTP_X_FILE_TYPE | "normal" |
HTTP_X_FORWARDED_FOR | "153.142.252.124" |
HTTP_X_FORWARDED_HOST | "nmhata01.xsrv.jp" |
HTTP_X_FORWARDED_PORT | "443" |
HTTP_X_FORWARDED_PROTO | "https" |
HTTP_X_FORWARDED_SSL | "on" |
HTTP_X_PHP_FPM_VERSION | "74" |
HTTP_X_REAL_IP | "153.142.252.124" |
HTTP_X_SERVER_ADDRESS | "162.43.121.67" |
HTTP_X_UA_DEVICE | "pc" |
HTTP_X_WP_ACCESS | "0" |
MAILER_DSN | "sendmail+smtp://default" |
MEF_PROXY_ADDR | "162.43.121.67" |
Ngx_Cache_NormalFile | "1" |
Ngx_Cache_StaticMode | "1" |
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" |
PHP_SELF | "/index.php" |
QUERY_STRING | "" |
REDIRECT_FailureCacheTime | "0" |
REDIRECT_HTTPS | "on" |
REDIRECT_HTTP_AUTHORIZATION | "" |
REDIRECT_MEF_PROXY_ADDR | "162.43.121.67" |
REDIRECT_Ngx_Cache_NormalFile | "1" |
REDIRECT_Ngx_Cache_StaticMode | "1" |
REDIRECT_STATUS | "200" |
REDIRECT_UNIQUE_ID | "aKLMv2WkYhn7Bdp-sXPDxwAAAhU" |
REDIRECT_URL | "/cldadm/content/page/50/edit" |
REMOTE_ADDR | "153.142.252.124" |
REMOTE_PORT | "48014" |
REQUEST_METHOD | "POST" |
REQUEST_SCHEME | "https" |
REQUEST_TIME | 1755499711 |
REQUEST_TIME_FLOAT | 1755499711.858 |
REQUEST_URI | "/cldadm/content/page/50/edit" |
SCRIPT_FILENAME | "/home/nmhata01/nmhata01.xsrv.jp/public_html/index.php" |
SCRIPT_NAME | "/index.php" |
SERVER_ADDR | "162.43.121.67" |
SERVER_ADMIN | "webmaster@nmhata01.xsrv.jp" |
SERVER_NAME | "nmhata01.xsrv.jp" |
SERVER_PORT | "443" |
SERVER_PROTOCOL | "HTTP/1.1" |
SERVER_SIGNATURE | "" |
SERVER_SOFTWARE | "Apache" |
TRUSTED_HOSTS | "^nmhata01\.xsrv\.jp$" |
UNIQUE_ID | "aKLMv2WkYhn7Bdp-sXPDxwAAAhU" |
USER | "nmhata01" |