Files
wace_plm/WebContent/mailTemplate/mailTemplate2.html
chpark da06c4684c Initial commit: WACE PLM with database initialization features
- Add Docker Compose configurations for dev, prod, and standalone environments
- Add database initialization scripts (init-db.sh, init-db-docker.sh)
- Add enhanced start-docker-linux.sh with DB init support
- Add comprehensive database initialization guide
- Support for automatic dbexport.pgsql import on first run
- Include safety checks for production environment
2025-08-29 15:46:08 +09:00

51 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html lang="ko" dir="ltr">
<head>
<meta charset="utf-8">
<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:130px; background:url(http://pms.iljitech.co.kr/mailTemplate/mail_img.PNG) top center no-repeat;"></div>
<div style="width:100%; height:60vh;">
개발Master 內 가소요사이즈가 등록/수정되었습니다.<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>제품군</td>
<td>#{PRODUCT_GROUP_NAME}</td>
</tr>
<tr>
<td>제품</td>
<td>#{PRODUCT_NAME}</td>
</tr>
</table>
<br>
<b>PLM → 개발정보관리 → 개발 Master 관리</b>
</div>
</div>
<div style="">※발신전용 메일입니다. <span><a href="http://pms.iljitech.co.kr">PLM (http://pms.iljitech.co.kr)</a></span></div>
</div>
</body>
</html>