- 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
49 lines
2.4 KiB
HTML
49 lines
2.4 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;">
|
|
온라인 사양설명회 자료가 등록되었습니다.<br>
|
|
내용 확인바랍니다.<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>#{WRITER_DEPT_NAME} #{WRITER_USER_NAME}</td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
<b>PLM -> Project 관리 -> 수주활동 등록 -> QnA 게시판</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>
|