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
<!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: &quot;맑은 고딕&quot;" xmlns:th="http://www.thymeleaf.org">
    <tr>
        <td style="background-color: #fff;">
<!--            <a href="" th:href="${url}" 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;">
                이슈 템플릿 3
            </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="${projectKey}"></span>-<span style="color:#4B72FA;font-weight:bold;" th:utext="${issueNumber}"></span>)
            <span style="color:#000;" th:utext="${toUser}"></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 colspan="2" style="padding: 20px 40px; color: #111; border: 1px solid #e7e7e7; border-left: none;">
                        <div style="color: #9a9a9a; font-size: 12px; font-weight:bold; margin-bottom: 3px;">
                            <span th:utext="${#messages.msg('issue.add.issueName')}">이슈 명</span>
                        </div>
                        <div style="font-weight:bold">
                            <a href="" th:href="${issueLink}" style="color:#4B72FA; text-decoration:underline;" target="_blank" th:utext="${title}"></a>
                        </div>
                    </td>
                </tr>
                <tr>
                    <td colspan="2" style="padding: 20px 40px; color: #111; border: 1px solid #e7e7e7; border-left: none;">
                        <div style="color: #9a9a9a; font-size: 12px; font-weight:bold; margin-bottom: 3px;">
                            <span th:utext="${#messages.msg('issue.add.content')}">내용</span>
                        </div>
                        <div style="font-weight:bold;" th:utext="${description}"></div>
                    </td>
                </tr>
                <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('issue.add.issueType')}">이슈 유형</span>
                        </div>
                        <div style="font-weight:bold;" th:utext="${issueTypeName}"></div>
                    </td>
                    <td style="padding: 20px 40px; color: #111; border: 1px solid #e7e7e7; border-left: none; border-right: none;">
                        <div style="color: #9a9a9a; font-size: 12px; font-weight:bold; margin-bottom: 3px;">
                            <span th:utext="${#messages.msg('issue.add.issueStatus')}">이슈 상태</span>
                        </div>
                        <div style="font-weight:bold;" th:utext="${issueStatusName}"></div>
                    </td>
                </tr>
                <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('issue.add.assignee')}">담당자</span>
                        </div>
                        <div style="font-weight:bold;" th:utext="${assignees}"></div>
                    </td>-->
                    <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('issue.add.department')}">담당부서</span>
                        </div>
                        <div style="font-weight:bold;" th:utext="${departments}"></div>
                    </td>
                    <td style="padding: 20px 40px; color: #111; border: 1px solid #e7e7e7; border-left: none; border-right: none;">
                        <div style="color: #9a9a9a; font-size: 12px; font-weight:bold; margin-bottom: 3px;">
                            <span th:utext="${#messages.msg('issue.add.schedule')}">일정</span>
                        </div>
                        <div style="font-weight:bold;" th:utext="${period}"></div>
                    </td>
                </tr>
                <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('issue.add.priority')}">중요도</span>
                        </div>
                        <div style="font-weight:bold;" th:utext="${severityName}"></div>
                    </td>
                    <td style="padding: 20px 40px; color: #111; border: 1px solid #e7e7e7; border-left: none; border-right: none;">
                        <div style="color: #9a9a9a; font-size: 12px; font-weight:bold; margin-bottom: 3px;">
                            <span th:utext="${#messages.msg('issue.add.severity')}">우선순위</span>
                        </div>
                        <div style="font-weight:bold;" th:utext="${priorityName}"></div>
                    </td>
                </tr>
                <tr>
                    <td colspan="2" style="padding: 20px 40px; color: #111; border: 1px solid #e7e7e7; border-left: none;">
                        <div style="color: #9a9a9a; font-size: 12px; font-weight:bold; margin-bottom: 3px;">
                            <span th:utext="${#messages.msg('issue.add.project')}">프로젝트</span>
                        </div>
                        <div style="font-weight:bold;">
                            <a href="" th:href="${projectLink}" style="color:#4B72FA; text-decoration:underline;" target="_blank" th:utext="${projectName}"></a>
                        </div>
                    </td>
                </tr>
                <tr>
                    <td colspan="2" style="padding: 20px 40px; color: #111; border: 1px solid #e7e7e7; border-left: none; border-right: none;">
                        <div style="color: #9a9a9a; font-size: 12px; font-weight:bold; margin-bottom: 3px;">
                            <span th:utext="${#messages.msg('issue.add.projectKey')}">프로젝트 키</span>
                        </div>
                        <div style="font-weight:bold;" th:utext="${projectKey}"></div>
                    </td>
                </tr>
                <tr>
                    <td style="padding: 20px 40px; color: #111; border: 1px solid #e7e7e7; border-left: none;border-right: none;" colspan="2">
                        <div style="color: #9a9a9a; font-size: 12px; font-weight:bold; margin-bottom: 3px;">
                            <span th:utext="${#messages.msg('issue.add.register')}">등록자</span>
                        </div>
                        <div style="font-weight:bold;" th:utext="${register}"></div>
                    </td>
                </tr>
                <tr>
                    <td style="padding: 20px 40px; color: #111; border: 1px solid #e7e7e7; border-left: none;border-right: none;" colspan="2">
                        <div style="color: #9a9a9a; font-size: 12px; font-weight:bold; margin-bottom: 3px;">
                            <span th:utext="${#messages.msg('issue.add.customField')}">사용자 정의 필드</span>
                        </div>
                        <div style="font-weight:bold;">
                            <table>
                                <th:block th:each="customField : ${customFields}">
                                    <tr>
                                        <td th:text="${customField.name}"></td>
                                        <td th:text="${customField.useValue}"></td>
                                    </tr>
                                </th:block>
                            </table>
                        </div>
                    </td>
                </tr>
                <tr>
                    <td style="padding: 20px 40px; color: #111; border: 1px solid #e7e7e7; border-left: none;border-right: none;" colspan="2">
                        <div style="color: #9a9a9a; font-size: 12px; font-weight:bold; margin-bottom: 3px;">
                            <span th:utext="${#messages.msg('issue.add.attachedFile')}">첨부파일</span>
                        </div>
                        <div style="font-weight:bold;" th:utext="${attachedFiles}"></div>
                    </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="" th:href="${url}" target="_blank" style="text-decoration: underline; color: #4B72FA;" th:utext="${url}">-->
<!--                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>