app/template/default/Help/about.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. {% extends 'lower_frame.twig' %}
  9. {% block main %}
  10. <div class="ec-role">
  11.     <div class="ec-pageHeader">
  12.         <h1>{{ 'クリニックについて'|trans }}</h1>
  13.     </div>
  14.     <div class="ec-off1Grid">
  15.         <div class="ec-off1Grid__cell">
  16.             <div class="help_about ec-borderedDefs">
  17.                 <!--
  18.                 {% if BaseInfo.shop_name|default is not empty %}
  19.                     <dl id="help_about_box__shop_name">
  20.                         <dt>
  21.                             <label class="ec-label">{{ '店名'|trans }}</label>
  22.                         </dt>
  23.                         <dd>{{ BaseInfo.shop_name }}</dd>
  24.                     </dl>
  25.                 {% endif %}
  26.                 {% if BaseInfo.company_name|default is not empty %}
  27.                     <dl id="help_about_box__company_name">
  28.                         <dt>
  29.                             <label class="ec-label">{{ '会社名'|trans }}</label>
  30.                         </dt>
  31.                         <dd>{{ BaseInfo.company_name }}</dd>
  32.                     </dl>
  33.                 {% endif %}
  34.                 {% if BaseInfo.postal_code|default is not empty %}
  35.                     <dl id="help_about_box__address">
  36.                         <dt>
  37.                             <label class="ec-label">{{ '住所'|trans }}</label>
  38.                         </dt>
  39.                         <dd>{{ '〒'|trans }}{{ BaseInfo.postal_code }}<br />
  40.                             {{ BaseInfo.pref }}{{ BaseInfo.addr01 }}{{ BaseInfo.addr02 }}
  41.                         </dd>
  42.                     </dl>
  43.                 {% endif %}
  44.                 {% if BaseInfo.phone_number|default is not empty %}
  45.                     <dl id="help_about_box__phone_number">
  46.                         <dt>
  47.                             <label class="ec-label">{{ '電話番号'|trans }}</label>
  48.                         </dt>
  49.                         <dd>{{ BaseInfo.phone_number }}</dd>
  50.                     </dl>
  51.                 {% endif %}
  52.                 {% if BaseInfo.business_hour|default is not empty %}
  53.                     <dl id="help_about_box__business_hour">
  54.                         <dt>
  55.                             <label class="ec-label">{{ '店舗営業時間'|trans }}</label>
  56.                         </dt>
  57.                         <dd>{{ BaseInfo.business_hour }}</dd>
  58.                     </dl>
  59.                 {% endif %}
  60.                 {% if BaseInfo.good_traded|default is not empty %}
  61.                     <dl id="help_about_box__good_traded">
  62.                         <dt>
  63.                             <label class="ec-label">{{ '取り扱い商品'|trans }}</label>
  64.                         </dt>
  65.                         <dd>{{ BaseInfo.good_traded|nl2br }}</dd>
  66.                     </dl>
  67.                 {% endif %}
  68.                 {% if BaseInfo.message|default is not empty %}
  69.                     <dl id="help_about_box__message">
  70.                         <dt>
  71.                             <label class="ec-label">{{ 'メッセージ'|trans }}</label>
  72.                         </dt>
  73.                         <dd>{{ BaseInfo.message|nl2br }}</dd>
  74.                     </dl>
  75.                 {% endif %}
  76.                 -->
  77.                 <style>
  78.                     .help_about p {
  79.                         margin: 16px 0;
  80.                     }
  81.                     .help_about .map {
  82.                         position: relative;
  83.                         width: 100%;
  84.                         height: 0;
  85.                         margin: 16px 0;
  86.                         padding-top: 75%; /* 比率を4:3に固定 */
  87.                     }
  88.                     .help_about .map iframe {
  89.                       position: absolute;
  90.                       top: 0;
  91.                       left: 0;
  92.                       width: 100%;
  93.                       height: 100%;
  94.                     }
  95.                 </style>
  96.                 <dl>
  97.                     <dt><label class="ec-label">名称</label></dt>
  98.                     <dd>グレースメディカルクリニック</dd>
  99.                 </dl>
  100.                 <dl>
  101.                     <dt><label class="ec-label">所在地</label></dt>
  102.                     <dd>
  103.                         〒862-0916 熊本市東区佐土原1丁目16番36号
  104.                         <div class="map">
  105.                             <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13416.266297019398!2d130.774748!3d32.790494!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3540f221ad6161c1%3A0x967e378dee0742c8!2z44Kw44Os44O844K544Oh44OH44Kj44Kr44Or44Kv44Oq44OL44OD44Kv77yI54aK5pys5biC5p2x5Yy644Gu5YaF56eR77yJ!5e0!3m2!1sja!2sjp!4v1742537137799!5m2!1sja!2sjp" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
  106.                         </div>
  107.                     </dd>
  108.                 </dl>
  109.                 <dl>
  110.                     <dt><label class="ec-label">TEL</label></dt>
  111.                     <dd>096-360-9013</dd>
  112.                 </dl>
  113.                 <dl>
  114.                     <dt><label class="ec-label">FAX</label></dt>
  115.                     <dd>096-360-9014</dd>
  116.                 </dl>
  117.                 <dl>
  118.                     <dt><label class="ec-label">診療科目</label></dt>
  119.                     <dd>
  120.                         内科<br />
  121.                         循環器内科<br />
  122.                         糖尿病脂質代謝内科<br />
  123.                         禁煙外来<br />
  124.                         在宅診療
  125.                     </dd>
  126.                 </dl>
  127.                 <dl>
  128.                     <dt><label class="ec-label">施設基準</label></dt>
  129.                     <dd>
  130.                         保険医療機関 生活保護法等指定医療機関<br />
  131.                         肝炎インターフェロン治療・核酸アナログ製剤治療実施医療機関<br />
  132.                         難病指定医療機関<br />
  133.                         夜間・早朝等加算 明細書発行体制等加算 時間外対応加算2<br />
  134.                         ニコチン依存症管理料 在宅療養支援診療所<br />
  135.                         在宅時医学総合管理料または特定施設入居時等医学総合管理料 在宅がん医療総合診療料<br />
  136.                     </dd>
  137.                 </dl>
  138.                 <p>詳しくは<a href="https://gmc.kumamoto.jp/" target="_blank">当院ホームページ</a>をご覧ください。</p>
  139.             </div>
  140.         </div>
  141.     </div>
  142. </div>
  143. {% endblock %}