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

71 lines
3.4 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>Item Details Update</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:#34495e; padding:20px;">
<h2 style="color:#ffffff; margin:0;">Item Details Update</h2>
</td>
</tr>
<!-- Body -->
<tr>
<td style="padding:30px; color:#333333; font-size:14px; line-height:1.6;">
<h4 style="margin-top:0; color:#34495e;">✏️ Modified</h4>
<p>This is to notify you that the following item has been <strong>modified</strong>:</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 No:</td>
<td>@ViewBag.ItemNo</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;">Modified By:</td>
<td>@ViewBag.FullName</td>
</tr>
</table>
<p>If you have any questions or concerns, please contact the MIS Team.</p>
<p style="margin:20px 0;">
<a href="https://llipurchasingnoninventory.com:8080/" target="_blank"
style="background:#34495e; color:#ffffff; padding:12px 20px; text-decoration:none; border-radius:5px; font-weight:bold; display:inline-block;">
🔗 Go to MIS Portal
</a>
</p>
</td>
</tr>
<!-- Footer -->
<tr>
<td align="center" style="background:#f4f6f8; padding:20px; font-size:12px; color:#888888;">
<img src="https://llipurchasingnoninventory.com:8080/content/Common/LLILogoEdited.png" alt="LLI Logo" width="120" style="margin-bottom:10px;">
<p>MIS Team • For IT-related concerns, please contact MIS.</p>
<p>© 2025 LLI. All rights reserved.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>