관리-도구
편집 파일: email_template_welcome.html
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=$CHARSET" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <base href="$BASE_HREF" /> <style type="text/css"> $EMAIL_COMMON_CSS </style> </head> <body class="body" id="welcome"> <div class="holder"> <!-- Header Section --> <div class="header"> <img src="$EMAIL_LOGO_FILE" alt="$EMAIL_LOGO_ALT_TEXT" title="$EMAIL_LOGO_ALT_TEXT" width="$EMAIL_LOGO_WIDTH" height="$EMAIL_LOGO_HEIGHT" border="0" /> $EXTRA_HEADER_INFO </div> <!-- Content Section --> <div class="content"> <div class="content-line">$EMAIL_GREETING</div> <div class="content-line">$EMAIL_WELCOME</div> <!--The following only get populated if they're enabled: html includes a containing div --> $COUPON_BLOCK $GV_BLOCK <!-- end gv/coupon section --> <div class="content-line">$EMAIL_MESSAGE_HTML</div> <div class="content-line">$EMAIL_CONTACT_OWNER<br />$EMAIL_CLOSURE</div> </div> </div> <!-- Footer Section --> <div class="footer"> <div class="copyright">$EMAIL_FOOTER_COPYRIGHT</div> </div> <div class="disclaimer"> <div class="disclaimer1">$EMAIL_DISCLAIMER</div> <div class="disclaimer2">$EMAIL_SPAM_DISCLAIMER</div> </div> <div class="extra-info">$EXTRA_INFO</div> </body> </html>