37 lines
852 B
HTML
37 lines
852 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: 10pt;
|
|
}
|
|
|
|
table {
|
|
background-color: #D1DDF1;
|
|
table-layout: fixed;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
th, td {
|
|
padding: 3px;
|
|
}
|
|
|
|
th {
|
|
color: white;
|
|
background-color: #507CD1;
|
|
text-align: center;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h3><b>{年月}</b> 打卡異常通知</h3>
|
|
<p>您好!您督導的 <b>[{專案編號}] {專案名稱}</b> 專案有打卡異常如附件</p>
|
|
<p>(本郵件由系統自動發送,請勿直接回覆)</p>
|
|
</body>
|
|
</html> |