Merge branch 'Sruthikbs-main-patch-93603' into 'main'

Update report_template.html

See merge request sminnovations/hpos-web!1
This commit is contained in:
Pritimay Sarkar
2023-08-07 06:14:13 +00:00

View File

@@ -2,7 +2,12 @@
<html>
<head>
<title>Report</title>
<td>
<center>
<img src="C:\Users\Durga\Documents\sickle cell logo.png" width="128" height="128" alt="sickle cell logo Logo"/>
</center>
</td>
<style>
<style>
.person-details-row {
display: flex;
@@ -49,26 +54,29 @@
</head>
<body>
<div>
<table style="border: 1px solid black; margin: 10px; width: 98%;">
<tr class="person-details-row">
<td class="person-details-col" style="border-right: 2; width: 70%;">
<div><strong>Name:</strong></div>
<div><strong>Age / Gender:</strong></div>
<div><strong>Sample type:</strong></div>
<div><strong>Family History of Sickle Cell Anemia:</strong></div>
</td>
<td class="person-details-col" style="width: 30%;">
<div><strong>Marital Status:</strong></div>
<div><strong>Test Date:</strong></div>
<div><strong>ABHA ID:</strong></div>
<div><strong>Sample ID:</strong></div>
</td>
</tr>
</table>
</div>
<div>
<table style="border: 1px solid black; margin: 10px; width: 98%;">
<tr class="person-details-row">
<td class="person-details-col" style="border-right: 2; width: 70%;">
<div>Person Name : </div>
<div>Age & Sex : </div>
<div>Sample type : </div>
<div>Family History of Sickle Cell Anemia (Yes / No): </div>
</td>
<td class="person-details-col" style="width: 30%;">
<div>Received on : </div>
<div>Reported on : </div>
<div>Ref. Doctor : </div>
<div>Serial No: </div>
</td>
</tr>
</table>
</div>
<div>
<table class="test-details-table" style="border: 1px solid black; margin: 10px; width: 98%;">
<tr style="height: 50px;">
@@ -154,4 +162,4 @@
</div>
</body>
</html>
</html>