summaryrefslogtreecommitdiff
path: root/lib/mail/templates/admin-created.hbs
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-04-28 02:13:30 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-04-28 02:13:30 +0000
commitef4c533ebacc2cdc97e518f30e9a9350004fcdfb (patch)
tree345251a3ed0f4429716fa5edaa31024d8f4cb560 /lib/mail/templates/admin-created.hbs
parent9ceed79cf32c896f8a998399bf1b296506b2cd4a (diff)
~20250428 작업사항
Diffstat (limited to 'lib/mail/templates/admin-created.hbs')
-rw-r--r--lib/mail/templates/admin-created.hbs91
1 files changed, 19 insertions, 72 deletions
diff --git a/lib/mail/templates/admin-created.hbs b/lib/mail/templates/admin-created.hbs
index 7be7f15d..3db6c433 100644
--- a/lib/mail/templates/admin-created.hbs
+++ b/lib/mail/templates/admin-created.hbs
@@ -1,78 +1,25 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset="utf-8" />
- <title>{{t "adminCreated.title" lng=language}}</title>
- <style>
- /* 간단한 스타일 예시 */
- body {
- font-family: Arial, sans-serif;
- margin: 0;
- padding: 16px;
- background-color: #f5f5f5;
- }
- .container {
- max-width: 600px;
- margin: 0 auto;
- background-color: #ffffff;
- padding: 24px;
- border-radius: 8px;
- }
- h1 {
- font-size: 20px;
- margin-bottom: 16px;
- }
- p {
- font-size: 14px;
- line-height: 1.6;
- }
- .btn {
- display: inline-block;
- margin-top: 16px;
- padding: 12px 24px;
- background-color: #1D4ED8;
- color: #ffffff !important;
- text-decoration: none;
- border-radius: 4px;
- }
- .footer {
- margin-top: 24px;
- font-size: 12px;
- color: #888888;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <!-- 상단 로고/타이틀 영역 -->
- <div style="text-align: center;">
- <!-- 필요 시 로고 이미지 -->
- <!-- <img src="https://your-logo-url.com/logo.png" alt="EVCP" width="120" /> -->
- </div>
+{{> header logoUrl=logoUrl }}
- <h1>{{t "adminCreated.title" lng=language}}</h1>
+<h1 style="font-size:28px; margin-bottom:16px;">
+ {{t "adminCreated.title" lng=language}}
+</h1>
- <p>
- {{t "adminCreated.greeting" lng=language}}, <strong>{{name}}</strong>.
- </p>
+<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
+ {{t "adminCreated.greeting" lng=language}}, <strong>{{name}}</strong>.
+</p>
- <p>
- {{t "adminCreated.body1" lng=language}}
- </p>
+<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
+ {{t "adminCreated.body1" lng=language}}
+</p>
- <p>
- <a class="btn" href="{{loginUrl}}" target="_blank">{{t "adminCreated.loginCTA" lng=language}}</a>
- </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;">
+ {{t "adminCreated.loginCTA" lng=language}}
+ </a>
+</p>
- <p>
- {{t "adminCreated.supportMsg" lng=language}}
- </p>
+<p style="font-size:16px; line-height:24px; margin-top:16px;">
+ {{t "adminCreated.supportMsg" lng=language}}
+</p>
- <div class="footer">
- <p>
- {{t "adminCreated.footerDisclaimer" lng=language}}
- </p>
- </div>
- </div>
- </body>
-</html> \ No newline at end of file
+{{> footer logoUrl=logoUrl companyName=companyName year=year }} \ No newline at end of file