Files
thinkyu/Web/Template/簽核意見通知.html
sryang 577060bc78 chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore
- 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
2026-09-10 09:42:37 +08:00

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>