-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
144 lines (120 loc) · 7.46 KB
/
index.html
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
<!-- created by sidhanshu monga
2018-05-04 -->
<html>
<head>
<title>
Custom Indicator App
</title>
<script type="text/javascript"></script>
<script type="text/javascript" src="scripts/lib/jQuery/jquery.min.js"></script>
<script type="text/javascript" src="scripts/lib/jQuery/ui/jquery-ui.min.js"></script>
<script type="text/javascript" src="scripts/lib/jQuery/jquery.plugin.min.js"></script>
<script type="text/javascript" src="scripts/lib/jQuery/jquery.tmpl.js"></script>
<script type="text/javascript" src="scripts/lib/bootstrap/js/bootstrap.min.js"></script>
<link type="text/css" rel="stylesheet" href="scripts/lib/bootstrap/css/bootstrap.min.css">
<script type="text/javascript" src="scripts/lib/angular/angular.js"></script>
<script type="text/javascript" src="scripts/lib/angular/angular-resource.js"></script>
<script type="text/javascript" src="scripts/lib/angular/angular-route.js"></script>
<script type="text/javascript" src="scripts/lib/angular/angular-cookies.js"></script>
<script type="text/javascript" src="scripts/lib/angular/angular-animate.js"></script>
<script type="text/javascript" src="scripts/lib/angular/angular-messages.js"></script>
<script type="text/javascript" src="scripts/lib/angular/angular-sanitize.js"></script>
<script type="text/javascript" src="scripts/lib/angular/ui-bootstrap-tpls-0.14.0.js"></script>
<script type="text/javascript" src="scripts/lib/angular/plugins/angular-translate.min.js"></script>
<script type="text/javascript" src="../../../dhis-web-commons/javascripts/jQuery/calendars/jquery.calendars.min.js"></script>
<script type="text/javascript" src="../../../dhis-web-commons/javascripts/jQuery/calendars/jquery.calendars.picker.min.js"></script>
<script type="text/javascript" src="../../../dhis-web-commons/javascripts/jQuery/calendars/jquery.calendars.plus.min.js"></script>
<script type="text/javascript" src="../../../dhis-web-commons/javascripts/jQuery/calendars/jquery.calendars.picker.ext.js"></script>
<script type="text/javascript" src="../../../dhis-web-commons/javascripts/jQuery/calendars/jquery.calendars.coptic.min.js"></script>
<script type="text/javascript" src="../../../dhis-web-commons/javascripts/jQuery/calendars/jquery.calendars.ethiopian.min.js"></script>
<script type="text/javascript" src="../../../dhis-web-commons/javascripts/jQuery/calendars/jquery.calendars.islamic.min.js"></script>
<script type="text/javascript" src="../../../dhis-web-commons/javascripts/jQuery/calendars/jquery.calendars.julian.min.js"></script>
<script type="text/javascript" src="../../../dhis-web-commons/javascripts/jQuery/calendars/jquery.calendars.nepali.min.js"></script>
<script type="text/javascript" src="../../../dhis-web-commons/javascripts/jQuery/calendars/jquery.calendars.thai.min.js"></script>
<link type="text/css" rel="stylesheet" href="../../../dhis-web-commons/javascripts/jQuery/ui/css/redmond/jquery-ui.css">
<link type="text/css" rel="stylesheet" href="../../../dhis-web-commons/javascripts/jQuery/calendars/css/ui-redmond.calendars.picker.css">
<!--cal ends-->
<script type="text/javascript" src="scripts/lib/commons/dhis2.util.js"></script>
<script type="text/javascript" src="scripts/lib/commons/commons.js"></script>
<script type="text/javascript" src="scripts/lib/commons/commons.ajax.js"></script>
<script type="text/javascript" src="scripts/lib/commons/ouwt/ouwt.js"></script>
<script type="text/javascript" src="scripts/lib/commons/dhis2.angular.filters.js"></script>
<script type="text/javascript" src="scripts/lib/commons/dhis2.angular.directives.js"></script>
<script type="text/javascript" src="scripts/lib/commons/dhis2.angular.services.js"></script>
<script type="text/javascript" src="scripts/lib/commons/dhis2.storage.ss.js"></script>
<script type="text/javascript" src="scripts/lib/commons/dhis2.storage.ls.js"></script>
<script type="text/javascript" src="scripts/lib/commons/dhis2.storage.idb.js"></script>
<script type="text/javascript" src="scripts/lib/commons/dhis2.storage.memory.js"></script>
<script type="text/javascript" src="scripts/lib/commons/dhis2.storage.js"></script>
<script type="text/javascript" src="scripts/lib/commons/dhis2.translate.js"></script>
<script type="text/javascript" src="scripts/lib/commons/dhis2.menu.js"></script>
<script type="text/javascript" src="scripts/lib/commons/dhis2.menu.ui.js"></script>
<link type="text/css" rel="stylesheet" media="screen" href="scripts/lib/commons/css/menu.css">
<link type="text/css" rel="stylesheet" media="screen" href="scripts/lib/commons/css/widgets.css">
<link type="text/css" rel="stylesheet" media="screen" href="styles/style.css">
<link type="text/css" rel="stylesheet" media="screen" href="styles/custom-style.css">
<script type="text/javascript" src="scripts/main.js"></script>
<script type="text/javascript" src="scripts/services.js"></script>
<script type="text/javascript" src="scripts/utility.js"></script>
<script type="text/javascript" src="scripts/Constants.js"></script>
<script type="text/javascript" src="scripts/popupValues.js"></script>
<!-- Reports js files -->
<script type="text/javascript" src="scripts/reports/activeatendreport.js"></script>
<script type="text/javascript" src="scripts/reports/creatinineClearance.js"></script>
<script type="text/javascript" src="scripts/reports/COPDandAsthama.js"></script>
<script type="text/javascript" src="scripts/reports/cvStatin.js"></script>
<script type="text/javascript" src="scripts/reports/cvdpre.js"></script>
<script type="text/javascript" src="scripts/reports/diabeticsWithHba1c.js"></script>
<script type="text/javascript" src="scripts/reports/hba1cLessThan8.js"></script>
<script type="text/javascript" src="scripts/reports/HtnMedications.js"></script>
<script type="text/javascript" src="scripts/reports/htnControl.js"></script>
<script type="text/javascript" src="scripts/reports/activePatientsEnrolledLastYearSameQuarter.js"></script>
<!-- Monthly reports-->
<script type="text/javascript" src="scripts/reports/insulinDiabetics.js"></script>
<script type="text/javascript" src="scripts/reports/newDiagnosis.js"></script>
<script type="text/javascript" src="scripts/reports/activeAndLTFUreport.js"></script>
<style>
body {
margin: auto;
}
</style>
</head>
<body>
<d2-header-bar></d2-header-bar>
<div class="loading" id="loader">
<p id='loadtext'></p>
</div>
<div>
<br>
<br>
<center>
<button id='submit' class='btn btn-default' onclick='execute();'>Submit</button>
</center>
</div>
<div>
<br>
<br>
<table class='table table-hover table-bordered table-striped reporttable'>
<thead>
<tr>
<th>Indicator name</th>
<th>Orgunit name</th>
<th>Type</th>
<th>Period</th>
<th>Value</th>
<th>Push status</th>
</tr>
</thead>
</table>
</div>
<!-- The Modal -->
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<span class="close">×</span>
<table class='table table-hover table-bordered table-striped popupTable'>
</table>
</div>
</div>
</body>
</html>