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

85 lines
4.0 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>Alternative Quotation Offer Approved</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:#8e44ad; padding:20px;">
<h2 style="color:#ffffff; margin:0;">Alternative Quotation Offer Approved</h2>
</td>
</tr>
<!-- Body -->
<tr>
<td style="padding:30px; color:#333333; font-size:14px; line-height:1.6;">
<h4 style="margin-top:0;">Dear @ViewBag.CanvassBy,</h4>
<p>
We would like to inform you that <strong>alternative offer</strong> has been approved by requestor. Please review the details below:
</p>
<table cellpadding="6" cellspacing="0" width="100%" style="border-collapse: collapse; margin:15px 0;">
<tr style="background:#f4f6f8;">
<td style="font-weight:bold;">PR No:</td>
<td>@ViewBag.PRNo</td>
</tr>
<tr>
<td style="font-weight:bold;">Item No:</td>
<td>@ViewBag.ItemNo</td>
</tr>
<tr style="background:#f4f6f8;">
<td style="width:30%; font-weight:bold;">Item Name:</td>
<td>@ViewBag.ItemName</td>
</tr>
<tr style="background:#f4f6f8;">
<td style="width:30%; font-weight:bold;">PR By:</td>
<td>@ViewBag.RequestedBy</td>
</tr>
</table>
<p>
Kindly access your web portal to check and choose which option best fits your requirements.
</p>
<!-- Call to Action Button -->
<p style="margin:20px 0;">
<a href="http://172.16.16.215:81/" target="_blank"
style="background:#8e44ad; color:#ffffff; padding:12px 20px; text-decoration:none; border-radius:5px; font-weight:bold; display:inline-block;">
🔗 Go to Purchasing Portal
</a>
</p>
<p>
If the button above does not work, please use this link: <br>
<a href="http://172.16.16.215:81/" target="_blank">http://172.16.16.215:81/</a>
</p>
<p>Best regards,<br><strong>@ViewBag.SupplierName</strong></p>
</td>
</tr>
<!-- Footer -->
<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>