- {#
- This file is part of EC-CUBE
- Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
- http://www.ec-cube.co.jp/
- For the full copyright and license information, please view the LICENSE
- file that was distributed with this source code.
- #}
- {#{% form_theme form 'Form/form_div_layout.twig' %}#}
- <br><br>
- <div class="ec-role">
-     <div>
-         <div class="ec-secHeading">
-             <span class="ec-secHeading__en">{{ 'CALENDAR'|trans }}</span>
-             <span class="ec-secHeading__line"></span>
-             <span class="ec-secHeading__ja">{{ 'カレンダー'|trans }}</span>
-         </div>
-      
-         <div class="ec-calendar">
-             <iframe src="https://calendar.google.com/calendar/embed?height=290&wkst=1&ctz=Asia%2FTokyo&showPrint=0&src=dGVsZW1hbm5AY2VyZXMub2NuLm5lLmpw&color=%23039be5" style="border:solid 1px #777" width="100%" height="290" frameborder="0" scrolling="no"></iframe>
-        </div>
-     </div>
- </div>