22 lines
613 B
Plaintext
22 lines
613 B
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>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>P.R. Notification</h1>
|
|
<p>This is to notify you, that the item has been rejected by requestor.</p>
|
|
|
|
|
|
<h1>Rejected</h1>
|
|
<p>PRNo: @ViewBag.PRNo</p>
|
|
<br>
|
|
<p>ItemNo: @ViewBag.ItemNo</p>
|
|
<br>
|
|
<p>Remarks: @ViewBag.Remarks</p>
|
|
</body>
|
|
|
|
</html>
|