This repository has been archived by the owner on Aug 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtips.php
97 lines (96 loc) · 4.13 KB
/
tips.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Tips on Blood Donation</title>
<style type="text/css">
<!--
.style1 {
font-size: xx-large;
color: #3333FF;
}
.style3 {
font-size: xx-large;
color: #3300CC;
}
-->
</style>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="848" height="374" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="121"><a href="index.php"><img src="images/title.jpg" width="1000" height="121" border="0" /></a></td>
</tr>
<tr bgcolor="#CC9933">
<td height="31" bgcolor="" > </td>
</tr>
<tr bgcolor="#CC9933">
<td height="184" bgcolor="#FFFFFF" ><div align="center">
<form id="form1" name="form1" action="" method="post">
<p class="style3">Tips on Blood Donation </p>
</form>
<table cellspacing="0" cellpadding="5" width="575" border="0">
<tbody><ol>
<tr>
<td valign="top"><p><li>Please have a good meal at least 3 hours before donating blood.</li></p></td>
</tr>
<tr>
<td valign="top"><li>Please accept the snacks offered to you after the donation, it is vital you have them. You are recommended to have a good meal later.</li></td>
</tr>
<tr>
<td valign="top"><li>Please avoid smoking on the day before donating. You can smoke 3 hours after donation.</li></td>
</tr>
<tr>
<td valign="top"><li>You will not be eligible to donate blood if you have consumed alcohol 48 hours before donation.</li></td>
</tr></ol>
</tbody>
</table>
<p class="style1">Misconception about Donating Blood</p>
<div id="Layer4"></div>
<table cellspacing="0" cellpadding="5" width="575" border="0">
<tbody><ol>
<tr>
<td valign="top"><li>You wont feel drained or tired if you continue to drink fluids and have a good meal. </li></td>
</tr>
<tr>
<td valign="top"><li>You can resume your normal activities after donating blood, though you are asked to refrain from exercise or heavy weight lifting for twelve hours after donation.</li></td>
</tr>
<tr>
<td valign="top"><li>Donating blood will not leave you low of blood; in fact you will still have surplus blood after the donation.</li></td>
</tr>
<tr>
<td valign="top"><li>If you choose to consume alcohol, you can on the next day.</li></td>
</tr>
<tr>
<td valign="top"><li>While donating blood you will not feel any pain.</li></td>
</tr>
<tr>
<td valign="top"><li>You will not faint or feel uncomfortable after donating blood. This is a common misconception.</li></td>
</tr>
<tr>
<td valign="top"><li>You will not get AIDS if you donate blood.</li></td>
</tr>
<tr>
<td valign="top"><li>Patients are just like donors - most of them have common blood types. Because your blood type is common, the demand for that type is greater than for rare types. So, even if your blood type is common there is still a requirement.</li></td>
</tr>
<tr>
<td valign="top"><li>Blood donors donate blood and do not sell it.</li></td>
</tr></ol>
</tbody>
</table>
<p> </p>
</div></td>
</tr>
<tr bgcolor="#CC9933">
<td height="19"> </td>
</tr>
<tr bgcolor="#990000">
<td height="19"><div align="right"><span class="style4"><a href="index.php" class="style5">HOME</a> </span> </div></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>