[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_order_status.html

Zen Cart 源代码 email_template_order_status.html




下载文件

文件名: email_template_order_status.html
文件类型: HTML文件
文件大小: 1.89 KiB
MD5: 55238ce0537307678065ab5c70ee53e4

email_template_order_status.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. .disclaimer {background-color:#f9f9f9; border:1px solid #cccccc; font-size:10px; margin-top:10px; padding:5px; width:550px;}
  14. .disclaimer1 {color:#666666; padding:5px;}
  15. .disclaimer1 a:link {color:#666666;}
  16. .disclaimer1 a:visited {color:#666666;}
  17. .disclaimer2 {color:#666666; padding:5px;}
  18. .copyright {border-bottom:0px solid #9a9a9a; padding:5px;}
  19.  
  20. </head>
  21.  
  22. <div class="holder">
  23.  
  24.   <!-- Header Section -->
  25.   <div class="header">
  26.   <img src="email/header.jpg" alt="logo" />
  27.   </div>
  28.  
  29.  
  30.   <!-- Content Section -->
  31.   <div class="content">
  32.     <div>Dear $EMAIL_CUSTOMERS_NAME,</div>
  33.     <div>$EMAIL_TEXT_ORDER_NUMBER</div>
  34.     <div>$EMAIL_TEXT_INVOICE_URL</div>
  35.     <div>$EMAIL_TEXT_DATE_ORDERED</div>
  36.     <div>$EMAIL_TEXT_STATUS_COMMENTS</div>
  37.     <div>$EMAIL_TEXT_STATUS_UPDATED</div>
  38.     <div>$EMAIL_TEXT_STATUS_LABEL</div>
  39.     <div>$EMAIL_TEXT_STATUS_PLEASE_REPLY</div>
  40.     <div>$EMAIL_STORE_NAME</div>
  41.   </div>
  42.  
  43.  
  44.   <!-- Footer Section -->
  45.   <div class="footer">
  46.     <div class="copyright">$EMAIL_FOOTER_COPYRIGHT</div>
  47.   </div>
  48.  
  49. </div>
  50. <div class="disclaimer">
  51.   <div class="disclaimer1">$EMAIL_DISCLAIMER</div>
  52.   <div class="disclaimer2">$EMAIL_SPAM_DISCLAIMER</div>
  53. </div>
  54. </body>
  55. </html>


cron