-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimmunization.php
More file actions
56 lines (56 loc) · 2.59 KB
/
immunization.php
File metadata and controls
56 lines (56 loc) · 2.59 KB
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
<!DOCTYPE html>
<html>
<head>
<title>HIGDA PROJECT</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="main.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<body>
<div class="container-fluid">
<div class="row">
<h1><center>Health Informatics Governance and Data Analytics</center></h1>
</div>
<div class="row">
<div class="col-sm-2">
<div class="btn-group-vertical">
<button type="button" class="btn btn-primary"><a href="index.php">Home</a></button>
<button type="button" class="btn btn-primary"><a href="index.php">Data Elements</a></button>
<button type="button" class="btn btn-primary"><a href="organizations.php">Orgnization Units</a></button>
<button type="button" class="btn btn-primary"><a href="immunization.php">Analytics</a></button>
<button type="button" class="btn btn-primary"><a href="maping.php">Maping</a></button>
</div>
</div>
<!-- data elements -->
<div class="col-sm-8">
<hr>
<div class="row">
<div class="col-sm-6">
<iframe width="600" height="371" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/1KsaJo-M2zzZ6tAiZ-p4-KqJlVhx1Q1Sx_PexAJcLLpQ/pubchart?oid=1409470235&format=interactive"></iframe>
</div>
<div class="col-sm-6">
<iframe width="600" height="371" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/1KsaJo-M2zzZ6tAiZ-p4-KqJlVhx1Q1Sx_PexAJcLLpQ/pubchart?oid=200770588&format=interactive"></iframe>
</div>
</div>
<div class="row">
<div class="col-sm-2">
<ul>
<li>Measles doses given</li>
<li>BCG doses given</li>
<li>Yellow Fever doses given</li>
</ul>
</div>
<div class="col-sm-10">
<center>
<iframe width="600" height="371" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/1yog--23KyDKa9gsj01XaNatsADC2Uk4WQ3q9HGxW-AA/pubchart?oid=398690082&format=interactive"></iframe>
</center>
</div>
</div>
</div>
<div class="col-sm-2"></div>
</div>
</div>
</body>
</html>