NonInventPurchasingSystem/CPRNIMS.WebApi/Content/SMTPEmailContent/PRItemRemoval.cshtml
2026-01-20 07:44:30 +08:00

71 lines
3.3 KiB
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="x-apple-disable-message-reformatting">
<title>PR Item Removal</title>
</head>
<body style="margin:0; padding:0; font-family: Arial, Helvetica, sans-serif; background-color:#f4f6f8;">
<table width="100%" cellpadding="0" cellspacing="0" style="background-color:#f4f6f8; padding:20px;">
<tr>
<td align="center">
<table width="600" cellpadding="0" cellspacing="0" style="background:#ffffff; border-radius:8px; box-shadow:0 2px 6px rgba(0,0,0,0.1); overflow:hidden;">
<!-- Header -->
<tr>
<td align="center" style="background:#c0392b; padding:20px;">
<h2 style="color:#ffffff; margin:0;">PR Item Removal</h2>
</td>
</tr>
<!-- Body -->
<tr>
<td style="padding:30px; color:#333333; font-size:14px; line-height:1.6;">
<h4 style="margin-top:0; color:#c0392b;">🗑️ Removed</h4>
<p>This is to notify you that the item @ViewBag.ItemName has been <strong style="color:#c0392b;">removed</strong>. Details are as follows:</p>
<table cellpadding="6" cellspacing="0" width="100%" style="border-collapse: collapse; margin:15px 0;">
<tr style="background:#f4f6f8;">
<td style="width:30%; font-weight:bold;">Item Name:</td>
<td>@ViewBag.ItemName2</td>
</tr>
<tr>
<td style="font-weight:bold;">PR No:</td>
<td>@ViewBag.PRNo</td>
</tr>
<tr style="background:#f4f6f8;">
<td style="font-weight:bold;">Item No:</td>
<td>@ViewBag.ItemNo</td>
</tr>
<tr>
<td style="font-weight:bold;">Removed By:</td>
<td>@ViewBag.UpdatedBy</td>
</tr>
<tr style="background:#f4f6f8;">
<td style="font-weight:bold;">Remarks:</td>
<td>@ViewBag.Remarks</td>
</tr>
</table>
<p>Please review the pr details.</p>
<p>Thank you.</p>
<p>Regards,<br><strong>Non-Inventory Purchasing System</strong></p>
</td>
</tr>
<tr>
<td align="center" style="background:#f4f6f8; padding:15px; font-size:12px; color:#888888;">
© 2025 Lloyd Laboratories Inc. All rights reserved.
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>