app/template/flapshop/Mail/entry_confirm.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.                             {{ Customer.name01 }} {{ Customer.name02 }} 様<br>
  28.                             <br>
  29.                             {{ BaseInfo.shop_name }}でございます。<br/>
  30.                             現在は仮登録の状態です。<br/><br/>
  31.                             弊社にて、会員ランク設定後改めて、ご連絡いたします。<br><br/>
  32.                             
  33.                             <br/>
  34.                             <br/>
  35.                             
  36.                             <br/>
  37.                             <br/>
  38.                         </div>
  39.                     </td>
  40.                 </tr>
  41.             </table>
  42.             <!--/600px container -->
  43.             <br>
  44.             <br>
  45.             <table id="html-mail-table2" border="0" width="600px" cellpadding="10" cellspacing="0" class="container" style="border-spacing:0;mso-table-lspace:0pt;mso-table-rspace:0pt;">
  46.                 <tr>
  47.                     <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;">
  48.                         本メールは、{{ BaseInfo.shop_name }}より会員登録を希望された方にお送りしています。<br/>
  49.                         もしお心当たりが無い場合は、その旨 <a href="mailto:{{ BaseInfo.email02 }}" style="text-decoration:none;">{{ BaseInfo.email02 }}</a> までご連絡いただければ幸いです。<br/>
  50.                         <br/>
  51.                         フラップ(web事業部)担当:谷口<br/>
  52. 住所 :長崎県諫早市西里町1686-6<br/>
  53. TEL :0957-46-8370/FAX:0957-35-7073<br/>
  54.                     </td>
  55.                 </tr>
  56.             </table>
  57.         </td>
  58.     </tr>
  59. </table>
  60. <!--/100% background wrapper-->
  61. <br>
  62. <br>
  63. </body>
  64. </html>