<!DOCTYPE html>
|
<html>
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
</head>
|
<body>
|
<table align="center"
|
style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: "맑은 고딕""
|
xmlns:th="http://www.thymeleaf.org">
|
<tr>
|
<td style="background-color: #fff;">
|
<!-- <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS"-->
|
<!-- src="http://wisestone.kr/owlsolution/logo-dark.png"-->
|
<!-- style="padding: 20px 60px"></a>-->
|
</td>
|
</tr>
|
<tr>
|
<td style="background-color: #fff; padding: 40px 70px 0 70px; border-top: 1px solid rgba(0,0,0,0.05);">
|
<h1 style="margin-top: 0px;color:#030962;">
|
사용자 정기 결제 해지 안내
|
</h1>
|
</td>
|
</tr>
|
<tr>
|
<td style="background-color: #fff; padding: 20px 70px;color: #636363; font-size: 13px;">
|
다음 사용자의 정기 결제가 해지되었습니다.
|
<span style="color:#4B72FA;font-weight:bold;" th:utext="${userName}"></span>
|
(<span style="color:#4B72FA;font-weight:bold;" th:utext="${email}"></span>)
|
</td>
|
</tr>
|
<tr>
|
<td style="padding: 0px 70px;font-size: 13px;">
|
<table style="width:450px; background-color: #F4F4F4; margin: 20px 0px 40px;" align="center">
|
<tr>
|
<td style="padding: 20px 40px; color: #111; border: 1px solid #e7e7e7; border-left: none; width: 50%;">
|
<div style="color: #9a9a9a; font-size: 12px; font-weight:bold; margin-bottom: 3px;">
|
<span th:utext="${#messages.msg('regular.payment.user')}">사용자 수</span>
|
</div>
|
<div style="font-weight:bold;"><span th:utext="${maxUser}"></span><span
|
th:utext="${#messages.msg('regular.payment.person')}">명</span></div>
|
</td>
|
<td style="padding: 20px 40px; color: #111; border: 1px solid #e7e7e7; border-left: none; border-right: none; width: 50%;">
|
<div style="color: #9a9a9a; font-size: 12px; font-weight:bold; margin-bottom: 3px;">
|
<span th:utext="${#messages.msg('regular.payment.workspace')}">서비스 저장 공간</span>
|
</div>
|
<div style="font-weight:bold;"><span th:utext="${storageSize}"></span>G</div>
|
</td>
|
</tr>
|
<tr>
|
<td style="padding: 20px 40px; color: #111; border-bottom: 1px solid #e7e7e7;border-right: 1px solid #e7e7e7; width: 50%;">
|
<div style="color: #9a9a9a; font-size: 12px; font-weight:bold; margin-bottom: 3px;">
|
<span th:utext="${#messages.msg('regular.payment.service.end')}">서비스 종료일</span>
|
</div>
|
<div style="font-weight:bold;" th:utext="${expireDate}"></div>
|
</td>
|
</tr>
|
<tr>
|
<td colspan="2"
|
style="padding: 20px 40px; color: #111; border-bottom: 1px solid #e7e7e7;border-right: 1px solid #e7e7e7;">
|
<div style="color: #9a9a9a; font-size: 12px; font-weight:bold; margin-bottom: 3px;">
|
<span>환불 금액</span>
|
</div>
|
<div style="font-weight:bold;">
|
<span th:utext="${refundPrice}"></span>원
|
</div>
|
</td>
|
</tr>
|
|
<tr>
|
<td colspan="2"
|
style="padding: 20px; font-size: 13px; text-align: center; border-bottom: 1px solid #e7e7e7;">
|
<span th:utext="${#messages.msg('regular.payment.service.service.end.date')}">서비스 종료일 이후 30일이 지나면 업무 공간의 모든 데이터가 삭제 됩니다.</span>
|
</td>
|
</tr>
|
</table>
|
</td>
|
</tr>
|
<tr>
|
<td style="text-align:center;padding-bottom:40px;">
|
<span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
|
<!--<a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
|
https://owlsolution.io</a><br/><br/>-->
|
<span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a
|
href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
|
</td>
|
</tr>
|
<tr>
|
<td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
|
<span th:utext="${#messages.msg('common.common.sendMail')}">본 메일은 발신전용 메일입니다.</span><br/>
|
<span style="color: #A5A5A5; font-size: 10px;">
|
Copyright © KISA. All Rights Reserved.
|
</span>
|
</td>
|
</tr>
|
</table>
|
|
</body>
|
</html>
|