[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 email_template_coupon.html

Zen Cart 源代码 email_template_coupon.html




下载文件

文件名: email_template_coupon.html
文件类型: HTML文件
文件大小: 2.06 KiB
MD5: 5b857202ff7b88948e4fea41d000a860

email_template_coupon.html - 关闭高亮
  1. <meta http-equiv="Content-Type" content="text/html; charset=$CHARSET" />
  2. <base href="$BASE_HREF" />
  3.  
  4. <style type="text/css">
  5. body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;}
  6. a:link {color:#0066cc;}
  7. a:hover {background-color:#eeeecc; color:#0066cc;}
  8. a:visited {color:#0066cc;}
  9. .holder {background-color:#f9f9f9; border:1px solid #9a9a9a; font-size:9px; text-align:left; width:550px;}
  10. .header {font-size:10px; padding:0px; width:550px;}
  11. .content {font-size:10px; padding:5px; width:550px; }
  12. .footer {border-top:1px solid #9a9a9a; font-size:9px; margin-top:10px; text-align:center; width:550px;}
  13. .coupon-code {font-weight:bold;}
  14. .content-line {padding:5px;}
  15. .disclaimer {background-color:#f9f9f9; border:1px solid #cccccc; font-size:10px; margin-top:10px; padding:5px; width:550px;}
  16. .disclaimer1 {color:#666666; padding:5px;}
  17. .disclaimer1 a:link {color:#666666;}
  18. .disclaimer1 a:visited {color:#666666;}
  19. .disclaimer2 {color:#666666; padding:5px;}
  20. .copyright {border-bottom:0px solid #9a9a9a; padding:5px;}
  21.  
  22. </head>
  23.  
  24. <div class="holder">
  25.  
  26.   <!-- Header Section -->
  27.   <div class="header">
  28.   <img src="email/header.jpg" alt="logo" />
  29.   </div>
  30.  
  31.  
  32.   <!-- Content Section -->
  33.   <div class="content">
  34.     <div class="content-line">Dear $EMAIL_FIRST_NAME $EMAIL_LAST_NAME,</div>
  35.     <div class="content-line">$EMAIL_MESSAGE_HTML</div>
  36.     <div class="content-line">$COUPON_TEXT_TO_REDEEM</div>
  37.     <div class="content-line">$COUPON_TEXT_VOUCHER_IS <span class="coupon-code">$COUPON_CODE</span> -
  38.     <span class="coupon-desc">$COUPON_DESCRIPTION</span>
  39.   </div>
  40.   <div class="content-line">$COUPON_TEXT_REMEMBER</div>
  41.   <div class="content-line">$COUPON_REDEEM_STORENAME_URL</div>
  42.   </div>
  43.  
  44.  
  45.   <!-- Footer Section -->
  46.   <div class="footer">
  47.     <div class="copyright">$EMAIL_FOOTER_COPYRIGHT</div>
  48.   </div>
  49.  
  50. </div>
  51. <div class="disclaimer">
  52.   <div class="disclaimer1">$EMAIL_DISCLAIMER</div>
  53.   <div class="disclaimer2">$EMAIL_SPAM_DISCLAIMER</div>
  54. </div>
  55. </body>
  56. </html>


cron