OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-02-22 6a916b069c73ad7def95ad72ae848125544bc309
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body xmlns:th="http://www.thymeleaf.org">
<table align="center" width="600" border="0" cellpadding="0" cellspacing="0"
       style="background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05); font-family:'Noto Sans Korean', sans-serif, '맑은고딕', Malgun Gothic, '돋움', Dotum, '나눔고딕', NanumGothic, Helvetica, 'Apple SD Gothic Neo'; width:600px; margin:0 auto; word-break:keep-all;color: #333; font-size: 14px; line-height:1.43;">
    <tr>
        <td>
            <table align="center" border="0" cellpadding="0" cellspacing="0" style="width:100%">
                <tbody>
                <tr>
                    <td colspan="3" style="height:20px"></td>
                </tr>
                <tr>
                    <td style="width:210px"></td>
                    <td style="width:180px;">
<!--                        <a href="http://owlsolution.co.kr" target="_blank"><img alt="OWL ITS"-->
<!--                                                                                 src="http://owlsolution.co.kr/images/mail/logo-dark.png"></a>-->
                    </td>
                    <td style="width:210px"></td>
                </tr>
                <tr>
                    <td colspan="3" style="height:20px"></td>
                </tr>
                </tbody>
            </table>
        </td>
    </tr>
    <tr>
        <td style="background-color: #fff;">
<!--            <img alt="OWL ITS" src="http://owlsolution.co.kr/images/mail/em-top.jpg">-->
        </td>
    </tr>
    <tr>
        <td>
            <table align="center" border="0" cellpadding="0" cellspacing="0" style="width:100%">
                <tbody>
                <tr>
                    <td colspan="3" style="height:20px"></td>
                </tr>
                <tr>
                    <td style="width:40px"></td>
                    <td style="width:520px;">
                        <pre th:utext="${#messages.msg('workspace.expire.msg1')}">
                            <span style="font-size:24px;font-weight:bold;">KISA 업무 공간 <br/>사용 기간이 만료되었습니다.</span><br/><br/>
                        </pre>
                        <pre th:utext="${#messages.msg('workspace.expire.msg2', userName)}">
                            <span style="color:#4B72FA;font-weight:bold">사용자명</span>님, KISA를 이용해 주셔서 감사합니다.<br/>
                        </pre>
                        <pre th:utext="${#messages.msg('workspace.expire.msg3', workspaceName)}">
                            <span style="color:#4B72FA;font-weight:bold">[업무공간명]</span>업무 공간 사용 기간이 만료되었습니다.<br/><br/>
                        </pre>
                        <pre th:utext="${#messages.msg('workspace.expire.msg4')}">
                            <span>계속 사용을 원하신다면 KISA 정기결제를 신청해 주세요. 정기 결제를 신청하시면 KISA의 모든 기능을 그대로 사용하실 수 있습니다.<br/><br/></span>
                        </pre>
                        <pre th:utext="${#messages.msg('workspace.expire.msg5')}">
                            <span style="color:#ff3c00; font-size:12px;">※유의사항<br/>사용기간 만료 6개월 이후에는 업무공간에 저장된 데이터가 모두 삭제되니 유의해 주세요!</span>
                        </pre>
 
 
                    </td>
                    <td style="width:40px"></td>
                </tr>
                <tr>
                    <td colspan="3" style="height:40px"></td>
                </tr>
                <tr>
                    <td style="width:40px"></td>
                    <td style="width:520px;">
                        <table align="center" border="0" cellpadding="0" cellspacing="0"
                               style="width:100%;background-color: #F4F4F4;border: 1px solid #e7e7e7">
                            <tbody>
                            <tr>
                                <td colspan="3" style="height:20px"></td>
                            </tr>
                            <tr>
                                <td style="width:39px"></td>
                                <td style="width:520px;">
                                    <table style="width:100%;" align="center">
                                        <tr>
                                            <td>
                                                <div th:utext="${#messages.msg('workspace.expire.msg6', expireDate)}">
                                                    <div style="color: #9a9a9a; font-size: 12px; font-weight:bold;">
                                                        업무공간 만료일
                                                    </div>
                                                    <div style="font-weight:bold">
                                                        2013.06.13
                                                    </div>
                                                </div>
                                            </td>
                                        </tr>
                                    </table>
                                </td>
                                <td style="width:39px"></td>
                            </tr>
                            <tr>
                                <td colspan="3" style="height:20px"></td>
                            </tr>
                            </tbody>
                        </table>
                    </td>
                    <td style="width:40px"></td>
                </tr>
                <tr>
                    <td colspan="3" style="height:40px"></td>
                </tr>
                <tr>
                    <td colspan="3">
                        <table>
                            <tr>
                                <td style="width:150px"></td>
                                <td style="width:300px; height:50px; text-align:center; background:#37308d; border-radius:25px">
                                    <a href="http://www.owlsolution.io" target="_blank"
                                       style="display:inline-block; width:100%; height:50px; line-height:50px; font-size:15px; font-weight:bold; color:#fff; text-decoration:none"
                                       th:utext="${#messages.msg('workspace.expire.msg7')}">정기 결제 신청하기</a>
                                </td>
                                <td style="width:150px"></td>
                            </tr>
                        </table>
                    </td>
                </tr>
                </tbody>
            </table>
        </td>
    </tr>
    <tr>
        <td style="height:40px;"></td>
    </tr>
    <tr>
        <td>
            <table align="center" border="0" cellpadding="0" cellspacing="0" style="width:100%">
                <tbody>
                <tr>
                    <td style="width:40px"></td>
                    <td style="width:520px;text-align:center;">
                        <pre th:utext="${#messages.msg('workspace.expire.msg8')}">
                            <span style="font-size:12px;color: #8D929D;">KISA 사용에 어려움이 있다면
                            <!--<a href="mailto:supportowl@wisestone.kr"
                               style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>-->로 이메일을 보내주세요.</span>
                        </pre>
                    </td>
                    <td style="width:40px"></td>
                </tr>
            </table>
        </td>
    </tr>
    <tr>
        <td style="height:20px;"></td>
    </tr>
    <tr>
        <td>
            <table align="center" border="0" cellpadding="0" cellspacing="0"
                   style="width:100%;background-color: #f1f4fd; ">
                <tbody>
                <tr>
                    <td style="height:20px;"></td>
                </tr>
                <tr>
                    <td style="width:40px"></td>
                    <td style="width:520px; text-align: center;color: #A5A5A5; font-size: 12px;">
                        <pre th:utext="${#messages.msg('workspace.expire.msg9')}">
                             본 메일은 발신전용 메일입니다.<br/>
                            <span style="color: #A5A5A5; font-size: 11px;">
                                Copyright © KISA. All Rights Reserved.
                            </span>
                        </pre>
                    </td>
                    <td style="width:40px"></td>
                </tr>
                <tr>
                    <td style="height:20px;"></td>
                </tr>
            </table>
        </td>
    </tr>
</table>
</body>
</html>