app/template/mizunasu/Mail/contact_mail.html.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. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <body bgcolor="#F0F0F0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;">
  11. <br>
  12. <br>
  13. <div align="center"><a href="{{ url('homepage') }}" style="font-family:Helvetica, Arial, sans-serif;font-size:30px;color:#333333;text-decoration:none;">{{ BaseInfo.shop_name }}</a></div>
  14. <!-- 100% background wrapper (grey background) -->
  15. <table border="0" width="100%" height="100%" cellpadding="0" cellspacing="0" bgcolor="#F0F0F0" style="border-spacing:0;mso-table-lspace:0pt;mso-table-rspace:0pt;">
  16.     <tr>
  17.         <td align="center" valign="top" bgcolor="#F0F0F0" style="background-color:#F0F0F0;border-collapse:collapse;">
  18.             <br>
  19.             <!-- 600px container (white background) -->
  20.             <table id="html-mail-table1" border="0" width="600px" cellpadding="10" cellspacing="0" class="container" style="border-spacing:0;mso-table-lspace:0pt;mso-table-rspace:0pt;">
  21.                 <tr>
  22.                     <td class="container-padding content" align="left" style="border-collapse:collapse;padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px;background-color:#ffffff;">
  23.                         <br>
  24.                         <div class="title" style="font-family:Helvetica, Arial, sans-serif;font-size:18px;font-weight:600;color:#374550;">お問い合わせを受付いたしました。</div>
  25.                         <br>
  26.                         <div class="body-text" style="font-family:Helvetica, Arial, sans-serif;font-size:14px;line-height:20px;text-align:left;color:#333333;">
  27.                             以下のお問い合わせを受付致しました。<br>
  28.                             確認次第ご連絡いたしますので、少々お待ちください。<br>
  29.                             <br>
  30.                             <br>
  31.                             <dl style="display: flex;border-bottom: 1px dotted #ccc;margin: 0;">
  32.                                 <dt style="padding-top: 14px;width: 30%;"><label class="ec-label">お名前</label></dt>
  33.                                 <dd style="width: 70%;line-height: 3;">{{ data.name01 }} {{ data.name02 }}</dd>
  34.                             </dl>
  35.                             <dl style="display: flex;border-bottom: 1px dotted #ccc;margin: 0;">
  36.                                 <dt style="padding-top: 14px;width: 30%;"><label class="ec-label">お名前(カナ)</label></dt>
  37.                                 <dd style="width: 70%;line-height: 3;">{{ data.kana01 }} {{ data.kana02 }}</dd>
  38.                             </dl>
  39.                             <dl style="display: flex;border-bottom: 1px dotted #ccc;margin: 0;">
  40.                                 <dt style="padding-top: 14px;width: 30%;"><label class="ec-label">住所</label></dt>
  41.                                 <dd style="width: 70%;line-height: 3;"><span><span class="col-auto">〒</span></span>{{ data.postal_code }} {{ data.pref }} {{ data.addr01 }} {{ data.addr02 }}</dd>
  42.                             </dl>
  43.                             <dl style="display: flex;border-bottom: 1px dotted #ccc;margin: 0;">
  44.                                 <dt style="padding-top: 14px;width: 30%;"><label class="ec-label">電話番号</label></dt>
  45.                                 <dd style="width: 70%;line-height: 3;">{{ data.phone_number }}</dd>
  46.                             </dl>
  47.                             <dl style="display: flex;border-bottom: 1px dotted #ccc;margin: 0;">
  48.                                 <dt style="padding-top: 14px;width: 30%;"><label class="ec-label">メールアドレス</label></dt>
  49.                                 <dd style="width: 70%;line-height: 3;">{{ data.email }}</dd>
  50.                             </dl>
  51.                             <dl style="display: flex;margin: 0;">
  52.                                 <dt style="padding-top: 14px;width: 30%;"><label class="ec-label">お問い合わせ内容</label></dt>
  53.                                 <dd style="width: 70%;line-height: 3;">{{ data.contents|nl2br }}</dd>
  54.                             </dl>
  55.                         </div>
  56.                     </td>
  57.                 </tr>
  58.             </table>
  59.             <!--/600px container -->
  60.             <br>
  61.             <br>
  62.             <table id="html-mail-table2" border="0" width="600" cellpadding="10" cellspacing="0" class="container" style="border-spacing:0;mso-table-lspace:0pt;mso-table-rspace:0pt;">
  63.                 <tr>
  64.                     <td class="container-padding content footer-text" align="left" style="border-collapse:collapse;font-family:Helvetica, Arial, sans-serif;font-size:12px;line-height:16px;color:#aaaaaa;padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px;background-color:#ffffff;">
  65.                         本メールは、{{ BaseInfo.shop_name }}より送信しております。<br/>
  66.                         もしお心当たりが無い場合は、その旨 <a href="mailto:{{ BaseInfo.email02 }}" style="text-decoration:none;">{{ BaseInfo.email02 }}</a> までご連絡いただければ幸いです。<br/>
  67.                         <br/>
  68.                         <div class="title" style="font-size:14px;font-family:Helvetica, Arial, sans-serif;font-weight:600;color:#374550;"><a href="{{ url('homepage') }}" style="color:#aaaaaa;text-decoration:none;">{{ BaseInfo.shop_name }}</a></div>
  69.                         <div>copyright &copy; {{ BaseInfo.shop_name }} all rights reserved.</div>
  70.                     </td>
  71.                 </tr>
  72.             </table>
  73.         </td>
  74.     </tr>
  75. </table>
  76. <!--/100% background wrapper-->
  77. <br>
  78. <br>
  79. </body>
  80. </html>