summaryrefslogtreecommitdiff
path: root/lib/mail/templates/contract-sign-request.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mail/templates/contract-sign-request.hbs')
-rw-r--r--lib/mail/templates/contract-sign-request.hbs167
1 files changed, 51 insertions, 116 deletions
diff --git a/lib/mail/templates/contract-sign-request.hbs b/lib/mail/templates/contract-sign-request.hbs
index 410fdf6a..b70e2755 100644
--- a/lib/mail/templates/contract-sign-request.hbs
+++ b/lib/mail/templates/contract-sign-request.hbs
@@ -1,116 +1,51 @@
-<!DOCTYPE html>
-<html lang="{{language}}">
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>기본계약서 서명 요청</title>
- <style>
- body {
- font-family: 'Malgun Gothic', 'Segoe UI', sans-serif;
- line-height: 1.6;
- color: #333;
- background-color: #f9f9f9;
- margin: 0;
- padding: 0;
- }
- .container {
- max-width: 600px;
- margin: 0 auto;
- padding: 20px;
- background-color: #ffffff;
- border-radius: 8px;
- box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
- }
- .header {
- text-align: center;
- padding-bottom: 20px;
- border-bottom: 1px solid #eee;
- }
- .logo {
- max-height: 60px;
- margin-bottom: 10px;
- }
- .content {
- padding: 30px 20px;
- }
- .footer {
- margin-top: 30px;
- padding-top: 20px;
- border-top: 1px solid #eee;
- font-size: 12px;
- color: #666;
- text-align: center;
- }
- .button {
- display: inline-block;
- background-color: #4F46E5;
- color: white;
- text-decoration: none;
- padding: 12px 24px;
- border-radius: 4px;
- margin: 20px 0;
- font-weight: bold;
- }
- .button:hover {
- background-color: #4338CA;
- }
- .info-box {
- background-color: #f3f4f6;
- border-radius: 4px;
- padding: 15px;
- margin: 20px 0;
- }
- @media only screen and (max-width: 600px) {
- .container {
- width: 100%;
- border-radius: 0;
- }
- }
- </style>
-</head>
-<body>
- <div class="container">
- <div class="header">
- <img src="{{logoUrl}}" alt="회사 로고" class="logo">
- <h1>기본계약서 서명 요청</h1>
- </div>
-
- <div class="content">
- <p>안녕하세요, <strong>{{vendorName}}</strong>님.</p>
-
- <p>귀사에 기본계약서 서명을 요청드립니다.</p>
-
- <div class="info-box">
- <p><strong>계약서 정보:</strong></p>
- <p>계약서 종류: {{templateName}}</p>
- <p>계약 번호: {{contractId}}</p>
- </div>
-
- <p>아래 버튼을 클릭하여 계약서를 확인하고 서명해 주시기 바랍니다.</p>
-
- <div style="text-align: center;">
- <a href="{{loginUrl}}" class="button">계약서 서명하기</a>
- </div>
-
- <p>본 링크는 30일간 유효하며, 이후에는 새로운 서명 요청이 필요합니다.</p>
-
- <p>서명 과정에서 문의사항이 있으시면 담당자에게 연락해 주시기 바랍니다.</p>
-
- <p>감사합니다.</p>
-
- <div style="margin-top: 30px;">
- <p><strong>담당자 연락처:</strong><br>
- 이메일: contact@company.com<br>
- 전화: 02-123-4567</p>
- </div>
- </div>
-
- <div class="footer">
- <p>본 메일은 발신 전용으로, 회신하실 경우 확인이 어려울 수 있습니다.</p>
- <p>© {{currentYear}} 주식회사 회사명. 모든 권리 보유.</p>
- <p>이 이메일에 포함된 정보는 기밀 정보이며, 특정 수신자만을 위한 것입니다.
- 만약 귀하가 의도된 수신자가 아닌 경우, 본 이메일의 사용, 배포 또는 복사는 엄격히 금지됩니다.</p>
- </div>
- </div>
-</body>
-</html> \ No newline at end of file
+{{> header logoUrl=logoUrl }}
+
+<h1 style="font-size:28px; margin-bottom:16px;">
+ 기본계약서 서명 요청
+</h1>
+
+<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
+ 안녕하세요, <strong>{{vendorName}}</strong>님.
+</p>
+
+<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
+ 귀사에 기본계약서 서명을 요청드립니다.
+</p>
+
+<div style="background-color: #f3f4f6; border-radius: 4px; padding: 15px; margin: 20px 0;">
+ <p style="font-size:16px; margin:4px 0;"><strong>계약서 정보:</strong></p>
+ <p style="font-size:16px; margin:4px 0;">계약서 종류: {{templateName}}</p>
+ <p style="font-size:16px; margin:4px 0;">계약 번호: {{contractId}}</p>
+</div>
+
+<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
+ 아래 버튼을 클릭하여 계약서를 확인하고 서명해 주시기 바랍니다.
+</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; margin-top: 16px;">
+ 계약서 서명하기
+ </a>
+</p>
+
+<p style="font-size:16px; line-height:24px; margin-top:16px;">
+ 본 링크는 30일간 유효하며, 이후에는 새로운 서명 요청이 필요합니다.
+</p>
+
+<p style="font-size:16px; line-height:24px; margin-top:16px;">
+ 서명 과정에서 문의사항이 있으시면 담당자에게 연락해 주시기 바랍니다.
+</p>
+
+<p style="font-size:16px; line-height:24px; margin-top:16px;">
+ 감사합니다.
+</p>
+
+<div style="margin-top: 30px;">
+ <p style="font-size:16px; line-height:24px;">
+ <strong>담당자 연락처:</strong><br>
+ 이메일: contact@company.com<br>
+ 전화: 02-123-4567
+ </p>
+</div>
+
+{{> footer logoUrl=logoUrl companyName=companyName year=currentYear }} \ No newline at end of file