34 lines
963 B
HTML
34 lines
963 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
|
|
<style type='text/css'>
|
|
body {
|
|
font-family: Arial, Tahoma;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
table {
|
|
background-color: #D1DDF1;
|
|
width: 600px;
|
|
}
|
|
|
|
th {
|
|
color: white;
|
|
background-color: #507CD1;
|
|
width: 100px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h3>{類別}單簽核意見通知</h3>
|
|
您好!通知您的{類別}單有簽核意見詳情如下:<br><br>
|
|
<table border='1' cellpadding='4' cellspacing='0'>
|
|
<tr><th>單號</th><td>{單號}</td></tr>
|
|
<tr><th>簽核人員</th><td>{簽核人員}</td></tr>
|
|
<tr><th>簽核結果</th><td>{簽核結果}</td></tr>
|
|
<tr><th>簽核意見</th><td>{簽核意見}</td></tr>
|
|
</table><br>
|
|
(本郵件由系統自動發送,請勿直接回覆)
|
|
</body>
|
|
</html> |