51 lines
1.2 KiB
HTML
51 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>撤簽簽核通知</title>
|
|
<style type="text/css">
|
|
table {
|
|
font-size: 14pt
|
|
}
|
|
|
|
th {
|
|
background-color: #D0D0D0;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
}
|
|
|
|
td {
|
|
background-color: white;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body style="font-family: 標楷體, KaiTi; font-size: 14pt">
|
|
<p>您好:</p>
|
|
<p>辦訓系統有需要您簽核的撤簽表單</p>
|
|
<table border="1" cellpadding="3" cellspacing="0"
|
|
style="border-collapse: collapse;">
|
|
<tr>
|
|
<th>
|
|
表單類別
|
|
</th>
|
|
<td>
|
|
{表單類別}
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>
|
|
表單
|
|
</th>
|
|
<td>
|
|
{表單}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<p>
|
|
請登入辦訓系統處理撤簽簽核。<br />
|
|
謝謝!
|
|
</p>
|
|
<p><span style="font-size: 12pt">(這是系統自動發送的郵件,請勿回覆)</span></p>
|
|
</body>
|
|
</html>
|