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

83 lines
2.5 KiB
Plaintext

<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<!--[if gte mso 9]>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="x-apple-disable-message-reformatting">
<!--[if !mso]><!-->
<meta http-equiv="X-UA-Compatible" content="IE=edge"><!--<![endif]-->
<title></title>
<style>
* {
color: #037547;
}
h1 {
margin: 20px auto;
text-align: center;
}
h3 {
font-weight: bold;
text-align: left;
}
table.quotation {
border: 3px solid #037547;
border-collapse: collapse;
margin: 0 auto;
}
.quotation thead, tfoot {
border-width: 3px;
border-style: solid;
}
.quotation th, .quotation td {
border: 1px solid #037547;
color: #037547;
padding: 4px 25px;
}
.quotation thead th,
.quotation tfoot th {
background-color: #E0EBE3;
}
.quotation tbody td {
background-color: #FFFBFE;
}
</style>
<!--[if !mso]><!-->
</head>
<body class="clean-body u_body" style="border: none; margin-left: auto; margin-right: auto; margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000">
<h1>HTML Quotation Table</h1>
<table class="quotation">
<thead>
<tr>
<th>Product Description</th>
<th>Qty</th>
<th>Price Offer in CIF</th>
<th>Manufacturer</th>
<th>Availability</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<tr>
<td>@ViewBag.ItemDescription</td>
<td>@ViewBag.Qty</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
<tfoot>
<tr>
<th colspan="6">Lloyd Lab Inc.</th>
</tr>
</tfoot>
</table>
<!-- <h3>This quotation is subject to our Terms &amp; Conditions printed on reverse side hereof in addition to the following terms</h3>-->
</body>
</html>