32 lines
880 B
HTML
32 lines
880 B
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 /><br>
|
|
<table border='1' cellpadding='4' cellspacing='0'>
|
|
<tr><th>單號</th><td>{單號}</td></tr>
|
|
<tr><th>代理人電話</th><td>{代理人電話}</td></tr>
|
|
</table><br>
|
|
(本郵件由系統自動發送,請勿直接回覆)
|
|
</body>
|
|
</html> |