diff options
Diffstat (limited to 'lib/mail/templates/pq-submitted-vendor.hbs')
| -rw-r--r-- | lib/mail/templates/pq-submitted-vendor.hbs | 124 |
1 files changed, 33 insertions, 91 deletions
diff --git a/lib/mail/templates/pq-submitted-vendor.hbs b/lib/mail/templates/pq-submitted-vendor.hbs index 9cf8e133..a2f02316 100644 --- a/lib/mail/templates/pq-submitted-vendor.hbs +++ b/lib/mail/templates/pq-submitted-vendor.hbs @@ -1,93 +1,35 @@ -<!DOCTYPE html> -<html> -<head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>PQ Submission Confirmation</title> - <style> - body { - font-family: Arial, sans-serif; - line-height: 1.6; - color: #333; - padding: 20px; - max-width: 600px; - margin: 0 auto; - } - .header { - background-color: #0070f3; - color: white; - padding: 15px; - text-align: center; - margin-bottom: 20px; - border-radius: 5px; - } - .content { - background-color: #f9f9f9; - padding: 20px; - border-radius: 5px; - margin-bottom: 20px; - } - .details { - margin: 15px 0; - } - .details p { - margin: 5px 0; - } - .button { - display: inline-block; - background-color: #0070f3; - color: white; - text-decoration: none; - padding: 10px 20px; - border-radius: 5px; - margin: 20px 0; - text-align: center; - } - .footer { - text-align: center; - font-size: 12px; - color: #777; - margin-top: 30px; - } - .success-message { - padding: 15px; - background-color: #dff0d8; - border-left: 4px solid #5cb85c; - margin-bottom: 20px; - } - </style> -</head> -<body> - <div class="header"> - <h1>PQ Submission Confirmation</h1> - </div> +{{> header logoUrl=logoUrl }} - <div class="content"> - <div class="success-message"> - <p>Thank you! Your {{#if isProjectPQ}}project-specific{{else}}general{{/if}} PQ has been successfully submitted.</p> - </div> - - <h2>Submission Details</h2> - - <div class="details"> - <p><strong>Vendor Name:</strong> {{vendorName}}</p> - {{#if isProjectPQ}} - <p><strong>Project Name:</strong> {{projectName}}</p> - {{/if}} - <p><strong>Submission Date:</strong> {{submittedDate}}</p> - </div> - - <p>Our team will review your submission and contact you if any additional information is needed.</p> - - <p>You can access your dashboard to track the status of your submissions and manage your vendor profile.</p> - - <a href="{{portalUrl}}" class="button">Go to Vendor Dashboard</a> - </div> +<h1 style="font-size:28px; margin-bottom:16px;"> + PQ 제출 확인 +</h1> - <div class="footer"> - <p>This is an automated confirmation from the eVCP system. Please do not reply to this email.</p> - <p>If you have any questions, please contact your procurement representative.</p> - <p>© {{currentYear}} eVCP - Vendor Compliance Portal</p> - </div> -</body> -</html>
\ No newline at end of file +<div style="padding: 15px; background-color: #dff0d8; border-left: 4px solid #5cb85c; margin-bottom: 20px;"> + <p style="font-size:16px; margin:4px 0;">감사합니다! 귀사의 {{#if isProjectPQ}}프로젝트{{else}}일반{{/if}} PQ가 성공적으로 제출되었습니다.</p> +</div> + +<h2 style="font-size:22px; margin-bottom:16px;">제출 상세 정보</h2> + +<div style="background-color: #f3f4f6; border-radius: 4px; padding: 15px; margin: 20px 0;"> + <p style="font-size:16px; margin:4px 0;"><strong>협력업체명:</strong> {{vendorName}}</p> + {{#if isProjectPQ}} + <p style="font-size:16px; margin:4px 0;"><strong>프로젝트명:</strong> {{projectName}}</p> + {{/if}} + <p style="font-size:16px; margin:4px 0;"><strong>제출일:</strong> {{submittedDate}}</p> +</div> + +<p style="font-size:16px; line-height:32px; margin-bottom:16px;"> + 저희 팀이 제출 내용을 검토하고 추가 정보가 필요한 경우 연락드리겠습니다. +</p> + +<p style="font-size:16px; line-height:32px; margin-bottom:16px;"> + 대시보드에 접속하여 제출 상태를 확인하고 업체 프로필을 관리하실 수 있습니다. +</p> + +<p> + <a href="{{portalUrl}}" 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; margin-top: 16px;"> + 협력업체 포털로 이동 + </a> +</p> + +{{> footer logoUrl=logoUrl companyName=companyName year=currentYear }}
\ No newline at end of file |
