-
Notifications
You must be signed in to change notification settings - Fork 5
/
Home.php
322 lines (274 loc) · 7.62 KB
/
Home.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
<?php
session_start();
?>
<!DOCTYPE>
<html>
<head>
<title>Home - MediPortal</title>
</head>
<body>
<table>
<div>
<div><table align="center" width="100%">
<tr align="right">
<td width="10%">
<a href="Home.php"><img src="images/logo.png" align="left"></a>
</td>
<td width="30%"> </td>
<td align="center" width="10%">
<fieldset><a href="Home.php" >Home <img src="images/home.png"></a></fieldset>
</td>
<td width="10%" align="center">
<fieldset><a href="Registration.php">Registration<img src="images/registration.png"></a></fieldset>
</td>
<td width="10%" align="center">
<fieldset><a href="service.php">Our Service<img src="images/service.png"></a></fieldset>
</td>
<td width="10%" align="center">
<fieldset><a href="Login.php">Login<img src="images/login.png"></a></fieldset>
</td>
</tr>
</table>
</div>
<div align="center">
<script>
var i=0;
var images=[];
var time=3000;
images[0]="images/1.jpg";
images[1]="images/2.jpg";
images[2]="images/3.jpg";
images[3]="images/4.jpg";
function changeImage()
{
document.slide.src=images[i];
if(i<images.length-1)
{
i++;
}
else
{
i=0;
}
setTimeout("changeImage()",time);
}
window.onload=changeImage;
</script>
<img name="slide" width="100%" height="70%">
</div>
<div>
<h1 align="center"><i>Welcome to MediPortal</i></h1>
</div>
<div>
<table>
<tr>
<td width="100%">
<fieldset>
<h1 align="center">About us</h1>
<p>
Mediportal.com is the first online doctor appointment service platform in Bangladesh, providing real time doctor information and appointments through a fully integrated system. Mediportal is missioned to bring convenience in the healthcare service delivery for the general people in Bangladesh.
<br>
Helping peoples accross the world by providing commiunication between doctor and patient.We try to provide the best facilities to patient and doctor so that they can now easily be connected with each other. Patient can easily take treatment from doctor and doctor also can freely give consultation to patient
</p>
<div align="center"><a href="About_Us.php">Read More</a></div>
</fieldset>
</td>
<!--
<td width="50%">
<div align="center">
<table width="80%" align="center">
<td>
<fieldset>
<img src="images/search.png" align="left" width="20%"></br>
<h1 align="center">Find Doctor and Get an Emergency Appointment now</h1>
<table align="center">
<form action="php/loginRedirect.php">
<tr><td>
<label>Select City</label></td>
<td>:</td>
<td>
<select>
<option selected="true">Select City</option>
<optgroup label="Dhaka Division">
<option>Dhaka</option>
<option>Gazipur</option>
</optgroup>
</select></td></tr>
<tr><td>
<label>Looking for</label></td>
<td>:</td>
<td>
<select>
<option>Doctor</option>
<option>Blood Donor</option>
</select></td>
</tr>
<td>
<label>Doctor Name</label>
</td>
<td>:</td>
<td>
<select>
<optgroup label="Doctor Name">
<option>Mr. X</option>
<option>Mr. Y</option>
</optgroup>
<optgroup label="Donor Name">
<option>Mr. X</option>
<option>Mr. Y</option>
</optgroup>
</select></td></tr>
<tr><td align="center">
<input type="submit" value="Get an appointment now" id="Sub"/></td></tr>
</form>
</table>
</fieldset>
</td> -->
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<br>
<fieldset> <div>
<h1 align="center"><b>Our Service</b></h1>
</div>
</div>
<div>
<table align="left" width="35%">
<tr>
<td align="center">
<fieldset>
<a href="service.php"><img src="images/appointment.png" align="center" width="30%"></a>
<h1>Get Appointment From Home</h1>
</fieldset>
</td>
</tr>
</table>
<table align="right" width="30%">
<tr>
<td align="center">
<fieldset>
<a href="service.php"><img src="images/donar.png" width="30%" align="center"></a>
<h1>Search for a blood donors</h1>
</fieldset>
</td>
</tr>
</table>
</div>
<div>
<table align="right" width="35%">
<tr>
<td align="center">
<fieldset>
<a href="service.php"><img src="images/contact.png" width="30%" align="center"></a>
<h1>Contact with your doctor</h1>
</fieldset>
</td>
</tr>
</table>
</div>
</fieldset>
<br><br>
<div align="center">
<fieldset>
<div>
<fieldset>
<h1 align="center"> Top Doctors</h1>
<table align="center" width="80%">
<tr align="center">
<?php
for($i=0; $i<3; $i++){
echo "<td align=\"center\">";
echo "<img height=\"100\" width=\"100\" src=\"data:image;base64, ".$_SESSION['topDoctor'][$i]['image']."\"/>";
echo "<p><b>";
echo $_SESSION['topDoctor'][$i]['name'];
echo "</b></p>";
echo "</td>";
}
?>
</tr>
</table>
</fieldset>
<fieldset>
<h1 align="center">Top general Users</h1>
<table align="center" width="80%">
<tr align="center">
<?php
for($i=0; $i<4; $i++){
echo "<td align=\"center\">";
echo "<img height=\"100\" width=\"100\" src=\"data:image;base64, ".$_SESSION['topMember'][$i]['image']."\"/>";
echo "<p><b>";
echo $_SESSION['topMember'][$i]['name'];
echo "</b></p>";
echo "</td>";
}
?>
</tr>
<!-- <td>
<img src="images/u1.png">
<p><b>Mr.XYZ</b></p>
<a href="patient.php">See Profile</a>
</td>
<td>
<img src="images/u1.png">
<p><b>Mr.XYZ</b></p>
<a href="patient.php">See Profile</a>
</td>
</tr> -->
</table>
</fieldset>
</div>
</fieldset>
<br><br><br>
<h1 align="center">Our Location</h1>
<iframe align="center" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3650.6717485272!2d90.40031141446606!3d23.794700593000627!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755c711d13bbec7%3A0xc47f7c3e8e2263f2!2sAmerican+International+University+Bangladesh+(AIUB)!5e0!3m2!1sen!2sbd!4v1507242789312" width="100%" height="50%" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<br><br><br><br><br><br><br><br>
<br><br>
<div align="center">
<i><b>Follow Us In</b></i>
<table align="center">
<tr align="center">
<td>
<a href="https://www.facebook.com/">
<img src="images/facebook.png">
</a>
</td>
<td>
<a href="https://www.twitter.com/">
<img src="images/twitter.png">
</a>
</td>
</tr>
</table>
<table align="center">
<tr>
<td align="center" colspan="3">
<a href="About_Us.php">About Us </a>
</td>
<td align="center" colspan="3">
<a href="Contact_Us.php">Contact Us </a>
</td>
<td align="center" colspan="3">
<a href="privacyPolicy.php">Privacy Policy </a>
</td>
<td align="center" colspan="3">
<a href="faq.php">FAQ</a>
</td>
</tr>
</table>
</div>
<div>
<table align="center" width="100%" border="1">
<tr>
<td align="center" colspan="3">
<b>©2017 MediPortal. All rights reserved</b>
</td>
</tr>
</table>
</div>
</body>
</html>