diff options
Diffstat (limited to 'lib/mail/templates/rfq-invite.hbs')
| -rw-r--r-- | lib/mail/templates/rfq-invite.hbs | 127 |
1 files changed, 84 insertions, 43 deletions
diff --git a/lib/mail/templates/rfq-invite.hbs b/lib/mail/templates/rfq-invite.hbs index 8ec20a99..284ac747 100644 --- a/lib/mail/templates/rfq-invite.hbs +++ b/lib/mail/templates/rfq-invite.hbs @@ -1,43 +1,84 @@ -{{> header logoUrl=logoUrl }} - -<h1 style="font-size:28px; line-height:40px; margin-bottom:16px;"> - {{t "rfqInvite.heading" lng=language}} #{{rfqCode}} -</h1> - -<p style="font-size:16px; line-height:32px; margin-bottom:16px;"> - {{t "rfqInvite.greeting" lng=language}}, <strong>Vendor #{{vendorId}}</strong>. -</p> - -<p style="font-size:16px; line-height:32px; margin-bottom:16px;"> - {{t "rfqInvite.bodyIntro" lng=language}}<br/> - <strong>{{t "rfqInvite.projectName" lng=language}}:</strong> {{projectName}}<br /> - <strong>{{t "rfqInvite.projectCode" lng=language}}:</strong> {{projectCode}}<br /> - <strong>{{t "rfqInvite.dueDate" lng=language}}:</strong> {{dueDate}}<br /> - <strong>{{t "rfqInvite.description" lng=language}}:</strong> {{description}} -</p> - -<p style="font-size:16px; line-height:32px; margin-bottom:8px;"> - {{t "rfqInvite.itemListTitle" lng=language}} -</p> - -<ul style="margin-left:4px; font-size:16px; line-height:32px;"> - {{#each items}} - <li><strong>{{this.itemCode}}</strong> ({{this.quantity}} {{this.uom}}) - {{this.description}}</li> - {{/each}} -</ul> - -<p style="font-size:14px; line-height:32px; margin-top:16px;"> - {{t "rfqInvite.moreDetail" lng=language}} -</p> - -<p> - <a href="{{loginUrl}}" target="_blank" style="display: inline-block; width: 250px; padding: 12px 20px; background-color: #163CC4; color: #ffffff !important; text-decoration: none; border-radius: 8px; text-align: center; line-height: 28px;"> - {{t "rfqInvite.viewButton" lng=language}} - </a> -</p> - -<p style="font-size:16px; line-height:24px; margin-top:16px;"> - {{t "rfqInvite.supportMsg" lng=language}} -</p> - -{{> footer logoUrl=logoUrl companyName=companyName year=year }}
\ No newline at end of file +<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>eVCP 메일</title>
+ <style>
+ body {
+ margin: 0 !important;
+ padding: 20px !important;
+ background-color: #f4f4f4;
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
+ }
+ .email-container {
+ max-width: 600px;
+ margin: 0 auto;
+ background-color: #ffffff;
+ padding: 20px;
+ border-radius: 8px;
+ box-shadow: 0 2px 10px rgba(0,0,0,0.1);
+ }
+ </style>
+</head>
+<body>
+ <div class="email-container">
+<table width="100%" cellpadding="0" cellspacing="0" style="margin-bottom:24px; border-bottom:1px solid #163CC4; padding-bottom:16px;">
+ <tr>
+ <td align="center">
+ <span style="display: block; text-align: left; color: #163CC4; font-weight: bold; font-size: 32px;">eVCP</span>
+ </td>
+ </tr>
+</table>
+
+<h1 style="font-size:28px; line-height:40px; margin-bottom:16px;">
+ {{t "rfqInvite.heading" lng=language}} #{{rfqCode}}
+</h1>
+
+<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
+ {{t "rfqInvite.greeting" lng=language}}, <strong>Vendor #{{vendorId}}</strong>.
+</p>
+
+<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
+ {{t "rfqInvite.bodyIntro" lng=language}}<br/>
+ <strong>{{t "rfqInvite.projectName" lng=language}}:</strong> {{projectName}}<br />
+ <strong>{{t "rfqInvite.projectCode" lng=language}}:</strong> {{projectCode}}<br />
+ <strong>{{t "rfqInvite.dueDate" lng=language}}:</strong> {{dueDate}}<br />
+ <strong>{{t "rfqInvite.description" lng=language}}:</strong> {{description}}
+</p>
+
+<p style="font-size:16px; line-height:32px; margin-bottom:8px;">
+ {{t "rfqInvite.itemListTitle" lng=language}}
+</p>
+
+<ul style="margin-left:4px; font-size:16px; line-height:32px;">
+ {{#each items}}
+ <li><strong>{{this.itemCode}}</strong> ({{this.quantity}} {{this.uom}}) - {{this.description}}</li>
+ {{/each}}
+</ul>
+
+<p style="font-size:14px; line-height:32px; margin-top:16px;">
+ {{t "rfqInvite.moreDetail" lng=language}}
+</p>
+
+<p>
+ <a href="{{loginUrl}}" target="_blank" style="display: inline-block; width: 250px; padding: 12px 20px; background-color: #163CC4; color: #ffffff !important; text-decoration: none; border-radius: 8px; text-align: center; line-height: 28px;">
+ {{t "rfqInvite.viewButton" lng=language}}
+ </a>
+</p>
+
+<p style="font-size:16px; line-height:24px; margin-top:16px;">
+ {{t "rfqInvite.supportMsg" lng=language}}
+</p>
+
+<table width="100%" cellpadding="0" cellspacing="0" style="margin-top:32px; border-top:1px solid #e5e7eb; padding-top:16px;">
+ <tr>
+ <td align="center">
+ <p style="font-size:16px; color:#6b7280; margin:4px 0;">© {{currentYear}} EVCP. {{t "email.vendor.invitation.copyright"}}</p>
+ <p style="font-size:16px; color:#6b7280; margin:4px 0;">{{t "email.vendor.invitation.no_reply"}}</p>
+ </td>
+ </tr>
+</table>
+ </div>
+</body>
+</html>
\ No newline at end of file |
