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

Zen Cart 源代码 email_template_low_stock.html




下载文件

文件名: email_template_low_stock.html
文件类型: HTML文件
文件大小: 1.76 KiB
MD5: 1ed962a34ba2a3856f0e87e6ad671887

email_template_low_stock.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. .extra-info {background-color:#cccc99; border:1px solid #9a9a9a; font-size:10px; margin-top:10px; padding:5px; width:550px;}
  14. .extra-info-bold {font-weight:bold;}
  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>$EMAIL_SUBJECT</div>
  35.     <div>$EMAIL_MESSAGE_HTML</div>
  36.   </div>
  37.  
  38.  
  39.   <!-- Footer Section -->
  40.   <div class="footer">
  41.     <div class="copyright">$EMAIL_FOOTER_COPYRIGHT</div>
  42.   </div>
  43.  
  44. </div>
  45. <div class="disclaimer">
  46.   <div class="disclaimer1">$EMAIL_DISCLAIMER</div>
  47.   <div class="disclaimer2">$EMAIL_SPAM_DISCLAIMER</div>
  48. </div>
  49. $EXTRA_INFO
  50. </body>
  51. </html>


cron