48 lines
2.3 KiB
HTML
48 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ko" dir="ltr">
|
|
<head>
|
|
<meta charset="euc-kr">
|
|
<title>pms</title>
|
|
<style>
|
|
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
|
|
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,500,500,700,900);
|
|
body {font-family: 'Noto Sans KR', sans-serif; background: #fff; width: 100%; position:relative;}
|
|
|
|
.table {border-collapse: collapse; border-top:2px solid rgb(72, 155, 191); margin-top: 10px;}
|
|
.table td {border: 1px solid #ccc; border-radius: 5px; font-size: 13px; padding: 5px; border-bottom:1px solid #000;}
|
|
</style>
|
|
</head>
|
|
<body style="margin:0; padding:0;">
|
|
<div style="width:100%; height:70px; background: url(http://pms.iljitech.co.kr/mailTemplate/header.jpg) left center no-repeat;"></div>
|
|
<div style="width:98%; margin: 0 auto;">
|
|
<div style="box-sizing:100%;font-size:16px; padding-left: 10px; font-weight:500; text-align:left; line-height:30px;border: 1px solid #ccc; border-radius: 5px; margin: 10px 0;">
|
|
<span style="color:#6c6c6c;"> 제목 │ </span>#{SUBJECT}
|
|
</div>
|
|
<div style="border: 1px solid #ccc; border-radius: 5px; padding:10px 10px;">
|
|
<div style="width:100%; height:200px; background:url(http://pms.iljitech.co.kr/mailTemplate/mail_img.PNG) top center no-repeat; background-size:cover;"></div>
|
|
<div style="width:100%; height:400px;">
|
|
WBS Task에 산출물이 제출되었습니다 확인하시기 바랍니다.<br>
|
|
<br>
|
|
<table class="table" style="width:450px;">
|
|
<colgroup>
|
|
<col width="30%"/>
|
|
<col width="*%"/>
|
|
</colgroup>
|
|
<tr>
|
|
<td>차종</td>
|
|
<td>#{CAR_CODE} (#{CAR_NAME})</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Task 명</td>
|
|
<td>#{TASK_NAME}</td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
<b>PLM -> 프로젝트 진척관리 -> 프로젝트/WBS관리</b>
|
|
</div>
|
|
</div>
|
|
<div style="font-size:13px;">※발신전용 메일입니다. <span><a href="http://pms.iljitech.co.kr">PLM (http://pms.iljitech.co.kr)</a></span></div>
|
|
</div>
|
|
</body>
|
|
</html>
|