-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbiodata.php
433 lines (415 loc) · 20.2 KB
/
biodata.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
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
<?php
include('functions.php');
$user = $_SESSION['user'];
$project_ids = explode(', ', $user['project_id']);
if(!$user){
header("Location: ./login.php?nexturl=biodata.php?$_SERVER[QUERY_STRING]");
exit;
}
if (isset($_GET['id'])) {
if ($user['user_type']!=='administrator') {
header('HTTP/1.0 403 Forbidden');
header('Location: ./403.html');
} elseif (!in_array(e($_GET['id']), $project_ids, true)) {
header('HTTP/1.0 404 Not Found');
header('Location: ./404.html');
}
} else {
header("Location: ./forms.php");
exit;
}
?>
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Content-Language" content="en"/>
<meta name="theme-color" content="#817729">
<meta name="msapplication-TileColor" content="#817729">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Agridata">
<meta name="mobile-web-app-capable" content="yes">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="application-name" content="Agridata">
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon-precomposed.png">
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<link rel="manifest" href="./site.webmanifest">
<link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5">
<title>Verde - Agricultural Extension and Analytics</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext">
<script charset="utf-8" src="./assets/js/pace.min.js"></script>
<script src="./assets/js/require.min.js"></script>
<script>
setTimeout(hideURLbar, 0);
function hideURLbar(){
window.scrollTo(0,1);
}
requirejs.config({
baseUrl: '.'
});
</script>
<!-- Dashboard Core -->
<link href="./assets/css/dashboard.css" rel="stylesheet" />
<link href="./assets/css/pace.css" rel="stylesheet" />
<script charset="utf-8" async src="./assets/js/dashboard.js"></script>
</head>
<body class="">
<div class="page">
<div class="page-main">
<div class="header py-4">
<div class="container">
<div class="d-flex">
<a class="header-brand" href="./forms.php">
<img src="./assets/images/logo.png" class="header-brand-img" alt="[VERDE]">
</a>
<div class="d-flex order-lg-2 ml-auto">
<div class="dropdown d-none d-md-flex">
<a class="nav-link icon" data-toggle="dropdown">
<i class="fe fe-bell"></i>
<span class="nav-unread"></span>
</a>
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
<a href="#" class="dropdown-item d-flex">
<!-- <span class="avatar mr-3 align-self-center" style="background-image: url(demo/faces/male/41.jpg)"></span> -->
<div>
<p>New farmer signed on -
<strong>Musa Abdullahi</strong>
</p>
<div class="small text-muted">10 minutes ago</div>
</div>
</a>
<a href="#" class="dropdown-item d-flex">
<div>
<p>50 messages sent to farmers in
<strong>Kano State</strong>
</p>
<div class="small text-muted">1 hour ago</div>
</div>
</a>
<a href="#" class="dropdown-item d-flex">
<div>
<p>5 voice calls were not picked.</p>
<div class="small text-muted">2 hours ago</div>
</div>
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item text-center text-muted-dark">Mark all as read</a>
</div>
</div>
<div class="dropdown">
<a href="#" class="nav-link pr-0 leading-none" data-toggle="dropdown">
<span class="avatar avatar-blue">
<?php
$firstname = $_SESSION['user']['firstname'];
$lastname = $_SESSION['user']['lastname'];
if ($firstname) {
$words = explode(" ", $firstname .' '. $lastname);
$initials = null;
foreach ($words as $w) {
$initials .= $w[0];
}
echo $initials;
} else if ($_SESSION['user']['user_type'] === 'agent') {
echo "A";
}
?>
</span>
<span class="ml-2 d-none d-lg-block">
<span class="text-primary">
<?php
if ($_SESSION['user']['firstname']) {
echo $_SESSION['user']['firstname'].' '.$_SESSION['user']['lastname'];
} else {
echo ucfirst($_SESSION['user']['username']);
}
?>
</span>
<small class="text-muted d-block mt-1">
<?php echo ucfirst($_SESSION['user']['user_type']); ?>
</small>
</span>
</a>
<div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
<a class="dropdown-item" href="./profile.php<?php echo isset($_GET['id']) ? '?name='.e($_GET['name']).'&id='.e($_GET['id']) : null ?>">
<i class="dropdown-icon fe fe-user"></i> Profile
</a>
<a class="dropdown-item" href="#">
<i class="dropdown-icon fe fe-settings"></i> Settings
</a>
<a class="dropdown-item" href="#">
<span class="float-right">
<span class="badge badge-primary">6</span>
</span>
<i class="dropdown-icon fe fe-mail"></i> Inbox
</a>
<!-- <a class="dropdown-item" href="#">
<i class="dropdown-icon fe fe-send"></i> Message
</a> -->
<div class="dropdown-divider"></div>
<!-- <a class="dropdown-item" href="#">
<i class="dropdown-icon fe fe-help-circle"></i> Need help?
</a> -->
<a class="dropdown-item" href="./biodata.php?logout='1'">
<i class="dropdown-icon fe fe-log-out"></i> Sign out
</a>
</div>
</div>
</div>
<a href="#" class="header-toggler d-lg-none ml-3 ml-lg-0" data-toggle="collapse" data-target="#headerMenuCollapse">
<span class="header-toggler-icon"></span>
</a>
</div>
</div>
</div>
<div class="header collapse d-lg-flex p-0" id="headerMenuCollapse">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-3 ml-auto">
<form class="input-icon my-3 my-lg-0">
<input type="search" class="form-control header-search" placeholder="Search…" tabindex="1">
<div class="input-icon-addon">
<i class="fe fe-search"></i>
</div>
</form>
</div>
<div class="col-lg order-lg-first">
<ul class="nav nav-tabs border-0 flex-column flex-lg-row">
<li class="nav-item dropdown">
<a href="javascript:void(0)" class="nav-link active" data-toggle="dropdown"><i class="fe fe-trending-up"></i> Analytics</a>
<div class="dropdown-menu dropdown-menu-arrow">
<a href="./overview.php<?php echo isset($_GET['id']) ? '?name='.e($_GET['name']).'&id='.e($_GET['id']) : null ?>" class="dropdown-item"><i class="fe fe-box"></i> Overview</a>
<a href="./biodata.php<?php echo isset($_GET['id']) ? '?name='.e($_GET['name']).'&id='.e($_GET['id']) : null ?>" class="dropdown-item active"><i class="fe fe-file-text"></i> Bio-data</a>
<a href="./demography.php<?php echo isset($_GET['id']) ? '?name='.e($_GET['name']).'&id='.e($_GET['id']) : null ?>" class="dropdown-item"><i class="fe fe-bar-chart-2"></i> Demographics</a>
</div>
</li>
<li class="nav-item">
<a href="./data.php<?php echo isset($_GET['id']) ? '?name='.e($_GET['name']).'&id='.e($_GET['id']) : null ?>" class="nav-link"><i class="fe fe-file-text"></i> Data</a>
</li>
<li class="nav-item">
<a href="./collaborate.php<?php echo isset($_GET['id']) ? '?name='.e($_GET['name']).'&id='.e($_GET['id']) : null ?>" class="nav-link"><i class="fe fe-users"></i> Collaborate</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="my-3 my-md-5">
<div class="container">
<div class="page-header" style="flex-direction: row;">
<h1 class="page-title">Farmers' Biodata</h1>
<div class="page-subtitle">1 - 20 of 20 farmers</div>
<div class="page-options d-flex">
<select class="form-control custom-select w-auto">
<option value="asc">Newest</option>
<option value="desc">Oldest</option>
</select>
<div class="input-icon ml-2">
<span class="input-icon-addon">
<i class="fe fe-search"></i>
</span>
<input type="text" id="nameSearch" class="form-control w-10" placeholder="Search farmers by name...">
</div>
</div>
</div>
<div class="card">
<div class="table-responsive">
<div class="dimmer active">
<div class="loader"></div>
<div class="dimmer-content">
<table id="bioTable" class="table table-hover table-outline table-vcenter text-nowrap card-table">
<thead>
<tr>
<th class="text-center w-1">
<i class="fe fe-image"></i>
</th>
<th>Farmer Name</th>
<th>State</th>
<th>LGA</th>
<th>Town/Village</th>
<th class="text-center">Land Size (ha)</th>
<th>Phone Number(s)</th>
<th class="text-center">Age</th>
<th class="text-center">
<i class="icon-settings"></i>
</th>
</tr>
</thead>
<tbody class="results"></tbody>
</table>
</div>
</div>
</div>
<script>
require(['jquery'], function ($) {
$(function() {
// Create the XHR object.
function createCORSRequest(method, url) {
var xhr = new XMLHttpRequest();
if ("withCredentials" in xhr) {
// XHR for Chrome/Firefox/Opera/Safari.
xhr.open(method, url, true);
} else if (typeof XDomainRequest != "undefined") {
// XDomainRequest for IE.
xhr = new XDomainRequest();
xhr.open(method, url);
} else {
// CORS not supported.
xhr = null;
}
return xhr;
}
var url = "./farmer-data.php";
// Get date of birth
function DOB(dob) {
var today = new Date();
var currentYear = today.getFullYear();
var birthDate = new Date(dob);
var birthYear = birthDate.getFullYear();
var age = currentYear - birthYear;
return age;
}
// Get date of registration
function DOR(d) {
var fullDate = new Date(d);
var regMonth = fullDate.toString().split(' ')[1];
var regDay = fullDate.getDay()+1;
var regYear = fullDate.getFullYear();
return `${regMonth} ${regDay}, ${regYear}`;
// console.log(regDay);
}
// Farm size - acres to hectares converter
function ath(a_size) {
var land = a_size.match(/\d+/)[0];
var h_size = parseFloat(Math.round(0.4 * land));
return h_size;
}
// Display secondary phone number
function sph(num) {
if (num !== "") {
return `, ${num}`;
} else {
return "";
}
}
// Navigate to Farmer profile page
function navigateTo(url) {
var userId = url.match(/[0-9a-zA-Z]{5}$/)[0];
return userId;
}
// Make CORS Request
function makeCorsRequest() {
var xhr = createCORSRequest('GET', url);
if (!xhr) {
alert('CORS not supported');
return;
}
// Response handlers.
xhr.onreadystatechange = function () {
var tbody = $('.results');
if (this.readyState === 4) {
if (this.status === 200) {
var farmerData = JSON.parse(this.responseText),
userUrl;
farmerData.map(data => {
tbody.prepend(`
<tr>
<td class="text-center">
<div class="avatar d-block" style="background-image: url(${data.farmer_pic})">
</div>
</td>
<td>
<p class="m-0">${data.firstname} ${data.lastname}</p>
<div class="small text-muted">
Registered: ${DOR(data.date_of_registration)}
</div>
</td>
<td>
<div>${data.state}</div>
</td>
<td>
<div>${data.lga}</div>
</td>
<td>
<div>${data.town}</div>
</td>
<td>
<div class="text-center">
<strong>${ath(data.land_area)}</strong>
</td>
<td>
${data.phone_primary}${sph(data.phone_secondary)}
</td>
<td class="text-center">
<div class="mx-auto chart-circle chart-circle-xs" data-value="${DOB(data.date_of_birth)/100}" data-thickness="3" data-color="blue"><canvas width="40" height="40"></canvas>
<div class="chart-circle-value">${DOB(data.date_of_birth)}</div>
</div>
</td>
<td class="text-center">
<div class="item-action dropdown">
<a href="javascript:void(0)" data-toggle="dropdown" class="icon"><i class="fe fe-more-vertical"></i></a>
<div class="dropdown-menu dropdown-menu-right">
<a href="" id="navigator" class="dropdown-item"><i class="dropdown-icon fe fe-eye"></i> View Full Profile </a>
</div>
</div>
</td>
</tr>
`);
userUrl = data.id;
var a = document.getElementById('navigator');
a.href = `./farmer-profile.php?uid=${userUrl}<?php echo isset($_GET['id']) ? '&name='.e($_GET['name']).'&id='.e($_GET['id']) : null ?>`;
});
$(".dimmer").removeClass("active");
} else {
console.log("Unable to retrieve data");
tbody.prepend()
}
}
};
xhr.send();
}
makeCorsRequest();
// Search for names
var input, filter, table, tr, td, i;
input = document.getElementById("nameSearch");
input.onkeyup = function() {
filter = this.value.toUpperCase();
table = document.getElementById("bioTable");
tr = table.getElementsByTagName("tr");
// Loop through all table rows, and hide those who don't match the search query
for (i = 0; i < tr.length; i++) {
td = tr[i].getElementsByTagName("td")[1];
if (td) {
if (td.firstElementChild.innerHTML.toUpperCase().indexOf(filter) > -1) {
tr[i].style.display = "";
} else {
tr[i].style.display = "none";
}
}
}
}
})
})
</script>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-auto mt-3 mt-lg-0 text-center">
Copyright © 2018
<a href="../index.html" target="_blank" class="text-primary">Plurimus Technologies</a>. All rights reserved.
</div>
</div>
</div>
</footer>
</div>
</body>
</html>