Subversion Repository Public Repository

gpstest

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
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
	pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
    <head>    
	    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
	    <meta charset="utf-8">
	    <meta name="viewport" content="width=device-width, initial-scale=1.0">
	    <meta content="Admin Dashboard" name="description" />
	    <meta content="ThemeDesign" name="author" />
	    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
	    <title>Bestray</title>	    
	    <style>
		    #map-canvas-frm1, #map-canvas-frm2, #map-canvas-frm3, #map-canvas-frm4 {
				height: 250px;
			  	width: 500px;
			}
	    </style>
	    
		<%  
	    	String user_email=session.getAttribute("email").toString();  
	    	String user_password=session.getAttribute("password").toString();  
		%>
		<!--<link rel="shortcut icon" href="assets/images/favicon.ico">-->	
	    <!--Morris Chart CSS -->
	    <link rel="stylesheet" href="assets/plugins/morris/morris.css">
	    <link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css">
	    <link href="assets/alertifyjs/css/alertify.min.css" rel="stylesheet" type="text/css">
		<link href="assets/alertifyjs/css/themes/default.min.css" rel="stylesheet" type="text/css">
	    <link href="assets/css/icons.css" rel="stylesheet" type="text/css">
	    <link href="assets/css/style.css" rel="stylesheet" type="text/css">

<script src="https://maps.google.com/maps/api/js?sensor=false&libraries=geometry&v=3.22&key=AIzaSyAwhtPukjfFu0p8p7KtAToIuLjqSQJmThM"></script>    
<script src="assets/js/jquery.min.js"></script>	  
<script type="text/javascript">
$(function(){
	var map1, map2, map3, map4;
	var infoWindow1, infoWindow2, infoWindow3, infoWindow4;

	// markersData variable stores the information necessary to each marker
	var markersData1 = [{"lat":40.6486333,"lng":-8.745,"name":"Camping Praia do Farol","address1":"Rua Diogo C�o, 125","address2":"Praia da Barra","postalCode":"3830-772 Gafanha da Nazar�"},{"lat":40.54955,"lng":-8.7498167,"name":"Camping Costa Velha","address1":"Quinta dos Patos, n.� 2","address2":"Praia da Costa Nova","postalCode":"3830-453 Gafanha da Encarna��o"},{"lat":40.6447167,"lng":-8.7129167,"name":"Camping Gafanha da Boavista","address1":"Rua dos Balne�rios do Complexo Desportivo","address2":"Gafanha da Nazar�","postalCode":"3830-225 Gafanha da Nazar�"}];
	var markersData2 = [{"lat":40.6386333,"lng":-8.745,"name":"Camping Praia da Barra","address1":"Rua Diogo C�o, 125","address2":"Praia da Barra","postalCode":"3830-772 Gafanha da Nazar�"},{"lat":40.59955,"lng":-8.7498167,"name":"Camping Costa Nova","address1":"Quinta dos Patos, n.� 2","address2":"Praia da Costa Nova","postalCode":"3830-453 Gafanha da Encarna��o"},{"lat":40.6247167,"lng":-8.7129167,"name":"Camping Gafanha da Nazar�","address1":"Rua dos Balne�rios do Complexo Desportivo","address2":"Gafanha da Nazar�","postalCode":"3830-225 Gafanha da Nazar�"}];
	var markersData3 = [{"lat":40.6486333,"lng":-8.745,"name":"Camping Praia do Farol","address1":"Rua Diogo C�o, 125","address2":"Praia da Barra","postalCode":"3830-772 Gafanha da Nazar�"},{"lat":40.54955,"lng":-8.7498167,"name":"Camping Costa Velha","address1":"Quinta dos Patos, n.� 2","address2":"Praia da Costa Nova","postalCode":"3830-453 Gafanha da Encarna��o"},{"lat":40.6447167,"lng":-8.7129167,"name":"Camping Gafanha da Boavista","address1":"Rua dos Balne�rios do Complexo Desportivo","address2":"Gafanha da Nazar�","postalCode":"3830-225 Gafanha da Nazar�"}];
	var markersData4 = [{"lat":40.6386333,"lng":-8.745,"name":"Camping Praia da Barra","address1":"Rua Diogo C�o, 125","address2":"Praia da Barra","postalCode":"3830-772 Gafanha da Nazar�"},{"lat":40.59955,"lng":-8.7498167,"name":"Camping Costa Nova","address1":"Quinta dos Patos, n.� 2","address2":"Praia da Costa Nova","postalCode":"3830-453 Gafanha da Encarna��o"},{"lat":40.6247167,"lng":-8.7129167,"name":"Camping Gafanha da Nazar�","address1":"Rua dos Balne�rios do Complexo Desportivo","address2":"Gafanha da Nazar�","postalCode":"3830-225 Gafanha da Nazar�"}];
	
	google.maps.event.addDomListener(window, 'load', function(){ 
		initialize("map1"); 
		initialize("map2"); 
		initialize("map3"); 
		initialize("map4"); 
	});

	function initialize(setMap) {
	   var mapOptions;
	   if(setMap == "map1") {
	      	mapOptions = {
	         	center: new google.maps.LatLng(40.601203,-8.668173),
	         	zoom: 11,
	         	maxZoom: 15,
	         	mapTypeId: 'roadmap',
	      	};
	      
	       	map1 = new google.maps.Map(document.getElementById('map-canvas-frm1'), mapOptions);
		   	// a new Info Window is created
		   	infoWindow1 = new google.maps.InfoWindow();
		   	// Event that closes the Info Window with a click on the map
		   	google.maps.event.addListener(map1, 'click', function() {
		    	infoWindow1.close();
	   	   	});
	   }else if(setMap == "map2") {
		    mapOptions = {
	         	center: new google.maps.LatLng(40.601203,-8.668173),
	         	zoom: 9,
	         	maxZoom: 15,
	         	mapTypeId: 'roadmap',
	      	};
	      
		   	map2 = new google.maps.Map(document.getElementById('map-canvas-frm2'), mapOptions);
		   	// a new Info Window is created
		   	infoWindow2 = new google.maps.InfoWindow();
		   	// Event that closes the Info Window with a click on the map
		   	google.maps.event.addListener(map2, 'click', function() {
		      	infoWindow2.close();
		   	});
		 }else if(setMap == "map3") {
	   		mapOptions = {
	         	center: new google.maps.LatLng(40.601203,-8.668173),
	         	zoom: 11,
	         	maxZoom: 15,
	         	mapTypeId: 'roadmap',
	      	};
	      
	       	map3 = new google.maps.Map(document.getElementById('map-canvas-frm3'), mapOptions);
		   	// a new Info Window is created
		   	infoWindow3 = new google.maps.InfoWindow();
		   	// Event that closes the Info Window with a click on the map
		   	google.maps.event.addListener(map3, 'click', function() {
		    	infoWindow3.close();
	   	   	});
		 } else {
	      	mapOptions = {
	         	center: new google.maps.LatLng(40.601203,-8.668173),
	         	zoom: 9,
	         	maxZoom: 15,
	         	mapTypeId: 'roadmap',
	      	};
	      
		   	map4 = new google.maps.Map(document.getElementById('map-canvas-frm4'), mapOptions);
		   	// a new Info Window is created
		   	infoWindow4 = new google.maps.InfoWindow();
		   	// Event that closes the Info Window with a click on the map
		   	google.maps.event.addListener(map4, 'click', function() {
		      	infoWindow4.close();
	   	   	});
	     }

	   // Finally displayMarkers() function is called to begin the markers creation
	   //displayMarkers(setMap);  // <--------------------------------------------------------------
	   
	   // Create second map only when initialize function is called for the first time.
	   // Second time setMap is equal to map2, so this condition returns false and it will not run  
	   /* if(setMap == "map1"){
	      initialize("map2");   
	   } */
	   
	}

	// This function will iterate over markersData array
	// creating markers with createMarker function
	function displayMarkers(setMap){
	   var markersData;
	   var map;
	   	if(setMap == "map1"){
	      	markersData = markersData1;
	      	map = map1;
	   	}else if(setMap == "map2"){
		    markersData = markersData2;
		    map = map2;
		}else if(setMap == "map3"){
		    markersData = markersData3;
		    map = map3;
		} else {
	      	markersData = markersData4;
	      	map = map4;
	   	}
	   
	   // this variable sets the map bounds according to markers position
	   var bounds = new google.maps.LatLngBounds();
	   
	   // for loop traverses markersData array calling createMarker function for each marker 
	   for (var i = 0; i < markersData.length; i++){
	      var latlng = new google.maps.LatLng(markersData[i].lat, markersData[i].lng);
	      var name = markersData[i].name;
	      var address1 = markersData[i].address1;
	      var address2 = markersData[i].address2;
	      var postalCode = markersData[i].postalCode;

	      createMarker(setMap, latlng, name, address1, address2, postalCode);

	      // marker position is added to bounds variable
	      bounds.extend(latlng);  
	   }

	   // Finally the bounds variable is used to set the map bounds
	   // with fitBounds() function
	   map.fitBounds(bounds);
	}

	// This function creates each marker and it sets their Info Window content
	function createMarker(setMap, latlng, name, address1, address2, postalCode){
	   var map;
	   var infoWindow;
	   	if(setMap == "map1"){
	      	map = map1;
	      	infoWindow = infoWindow1;
	   	}else if(setMap == "map2"){
		    map = map2;
		    infoWindow = infoWindow2;
		}else if(setMap == "map3"){
		    map = map3;
		    infoWindow = infoWindow3;
		} else {
	      map = map4;
	      infoWindow = infoWindow4;
	   	}
	   
	   var marker = new google.maps.Marker({
	      map: map,
	      position: latlng,
	      title: name
	   });

	   // This event expects a click on a marker
	   // When this event is fired the Info Window content is created
	   // and the Info Window is opened.
	   google.maps.event.addListener(marker, 'click', function() {
	      // Creating the content to be inserted in the infowindow
	      var iwContent = '<div id="iw_container">' +
	            '<div class="iw_title">' + name + '</div>' +
	         '<div class="iw_content">' + address1 + '<br />' +
	         address2 + '<br />' +
	         postalCode + '</div></div>';
	      
	      // including content to the Info Window.
	      infoWindow.setContent(iwContent);

	      // opening the Info Window in the current map and at the current marker location.
	      infoWindow.open(map, marker);
	   });
	}
	
	$('#btnshow').on('click', function(e){
		// clear all map
		initialize("map1");
		initialize("map2");
		initialize("map3");
		initialize("map4");
		
		
		var checked_count = $('.chkdevicelist:checked').size();
		if(checked_count > 4){
			alertify.alert('Maximum 4 vehicles can be selected at a time. ');
		}else if(checked_count <= 0){
			alertify.alert('Select atleast one vehicle. ');
		}else{
			// get position of all devices
			var email = '<%= user_email %>';
			var password = '<%= user_password %>';
			var position_url = 'http://23.92.61.79:8082/api/positions/';
			$.ajax({
				async:false,
				cache:false,
				dataType:"json",
				type: 'get',
				url: position_url,
				headers: {
					"Accept": "application/json",         
					"Content-Type": "application/json",
					"Authorization": "Basic " + btoa(email + ":" + password)
				},
				success: function (response) {
					console.log('@@@@@@@@@ Success: '+JSON.stringify(response));
					
					var loop_count = 0;
					var location_arr = [];
					var location_obj = {};
					$.each(response, function(k,v){
						location_arr = [];
						var _id 	= v.id,
						_deviceId 	= v.deviceId,
					    _type		= v.type,
					    _protocol	= v.protocol,
					    _serverTime	= v.serverTime,
					    _deviceTime	= v.deviceTime,
					    _fixTime	= v.fixTime,
					    _outdated	= v.outdated,
					    _valid		= v.valid,
					    _latitude	= v.latitude,
					    _longitude	= v.longitude,
					    _altitude	= v.altitude,
					    _speed		= v.speed,
					    _course		= v.course,
					    _address	= v.address,
					    _accuracy	= v.accuracy,
					    _network	= v.network;
						
						_address = (_address == null)?"":_address;
						
						location_obj = {};
						location_obj["lat"] = ""+_latitude;
						location_obj["lng"] = ""+_longitude;
						location_obj["name"] = ""+_deviceId;
						location_obj["address1"] = ""+_address;
						location_obj["address2"] = "";
						location_obj["postalCode"] = "";
						location_arr.push(location_obj);
						
						console.log('####location_arr: '+JSON.stringify(location_arr));
						loop_count++ ;
						if(loop_count == 1)	markersData1 = location_arr;
						if(loop_count == 2)	markersData2 = location_arr;
						if(loop_count == 3)	markersData3 = location_arr;
						if(loop_count == 4)	markersData4 = location_arr;

						// get checked check-box device ids
						//markersData1 = [{"lat":20.293531666666667,"lng":85.81933833333333,"name":"mitu","address1":null,"address2":0,"postalCode":null}];
						//displayMarkers("map"+loop_count);
					});
				},
				error: function(response){
					alert('Error: '+JSON.stringify(response));
					$('#loader_left').hide();
				}
			});
			
			// get checked check-box device ids
			var loop_count = 0;
			$('.chkdevicelist:checked').each(function(){
				loop_count++ ;
				if(loop_count > 0 && loop_count <= 4){
					var selected_vehicle_id_all 	= $(this).attr('id');
			        var selected_vehicle_id			= selected_vehicle_id_all.split('^')[0];
			        var selected_vehicle_uniqueId	= selected_vehicle_id_all.split('^')[1];
			        var selected_vehicle_name		= selected_vehicle_id_all.split('^')[2];
			        var selected_vehicle_status		= selected_vehicle_id_all.split('^')[3];

			        displayMarkers("map"+loop_count);
				}
			});			
		}
	});
});

</script>  
<script type="text/javascript">
$(function(){
	var username = '<%= user_email%>';
	var password = '<%= user_password%>';
	$('#loader_left').show();
	var device_url = 'http://23.92.61.79:8082/api/devices';
	$.ajax({
		type: 'get',
		url: device_url,
		headers: {
			"Accept": "application/json",         
			"Content-Type": "application/json",
			"Authorization": "Basic " + btoa(username + ":" + password)
		},
		'dataType': 'json',
		success: function (response) {
			//console.log('Success: '+JSON.stringify(response));
			
			// server + 4.30 = local time (india)
			// eithi padiba postio url -> ignition aau motion paiba paiin      <---------------------
			
			var html =  '';
			html =  '<table style="background-color: white;width: 485px;">';
			
			$.each(response, function(k,v){
				var id = v.id;
				var name = v.name;
				var uniqueId = v.uniqueId;
				var status = v.status;
				console.log('###Deviceid: '+id+'Success: '+JSON.stringify(response));
				
				html +=  '<tr><div>';
				if(status == 'offline')
					html +=  "<td><div class='device_details_name'><input type='checkbox' class='chkdevicelist' id='"+id+"^"+uniqueId+"^"+name+"^"+status+"' disabled /></div></td>";
				else
					html +=  "<td><div class='device_details_name'><input type='checkbox' class='chkdevicelist' id='"+id+"^"+uniqueId+"^"+name+"^"+status+"' /></div></td>";
					html += '<td><div class="device_details_name">'+name+'</div></td>'+
							'<td><div class="device_details_othr">'+status+'</div></td>'+
							'<td><div class="device_details_othr">'+uniqueId+'</div></td>'+
							//'<div>'+id+'</div>'+
							'</div></tr>';
				//$("#ul_device_list").append($(" <li class='device_li_"+status+"' id='"+id+"^"+uniqueId+"^"+name+"^"+status+"'> ").html(html));
			});
			html +=  '</table>';
			$("#div_device_list").html("");
			$("#div_device_list").html(html);
			$('#loader_left').hide();
		},
		error: function(response){
			console.log('Error: '+JSON.stringify(response));
			$('#loader_left').hide();
		}
	});
	
	$(document).on("click", ".chkdevicelist", function(event) {
		var checked_count = $('.chkdevicelist:checked').size();
		//var checkbox_id = $(this).attr('id');
		if(checked_count > 4){
			alertify.alert('Maximum 4 vehicles can be selected at a time. ');
			$(this).prop('checked', false);
		}
	});
	
	
});
</script>
    </head>
    <body class="fixed-left">
        <!-- Begin page -->
        <div id="wrapper">
        
            <!-- Top Bar Start -->
            <jsp:include page="topbar.jsp" />
            <!-- Top Bar End -->
            
            <!-- Left Sidebar Start -->
            <jsp:include page="leftsidemenu.jsp" />
            <!-- Left Sidebar End -->

            <!-- Start right Content here -->
            <div class="content-page">
                <!-- Start content -->
                <div class="content">
                    <div class="">
                        <div class="page-header-title">
                            <h4 class="page-title">Multi Tracking</h4>
                        </div>
                    </div>
                    
                    <!-- ------------------------------- new 4 frame map view -------------------------------------- -->
                    <div class="page-content-wrapper ">
				        <div class="container">
				          <div class="row">
				          
				          <!-- ------------------------------- 4 frame map view -------------------------------- -->
				            <div class="col-md-12">
				              <div class="panel panel-primary">
				                <div class="panel-body">
				                  <div class="row">
				                  	<!-- ------------- frame 1 ------------- -->
				                    <div class="col-md-6 col-sm-6 col-xs-6">
			                      		<div id="div_map_frm1" style="border: 2px solid #525c68;">
											<!-- <div id="loader_map" style="disply: none;">
												<img id="loader_img_map" alt="Loding ..." src="images/loader.gif" />
											</div> -->
											<div id="map-canvas-frm1"></div>
										</div>
				                    </div>
				                    
				                  	<!-- ------------- frame 2 ------------- -->
									<div class="col-md-6 col-sm-6 col-xs-6">
				                      	<div id="div_map_frm2" style="border: 2px solid #525c68;">
											<!-- <div id="loader_map" style="disply: none;">
												<img id="loader_img_map" alt="Loding ..." src="images/loader.gif" />
											</div> -->
											<div id="map-canvas-frm2"></div>
										</div>
				                    </div>
									 
				                  </div>
				                  <br>
								  <div class="row">
				                    <!-- ------------- frame 3 ------------- -->
									<div class="col-md-6 col-sm-6 col-xs-6">
				                      	<div id="div_map_frm3" style="border: 2px solid #525c68;">
											<!-- <div id="loader_map" style="disply: none;">
												<img id="loader_img_map" alt="Loding ..." src="images/loader.gif" />
											</div> -->
											<div id="map-canvas-frm3"></div>
										</div>
				                    </div>
				                    
									<!-- ------------- frame 4 ------------- -->
									<div class="col-md-6 col-sm-6 col-xs-6">
				                      	<div id="div_map_frm4" style="border: 2px solid #525c68;">
											<!-- <div id="loader_map" style="disply: none;">
												<img id="loader_img_map" alt="Loding ..." src="images/loader.gif" />
											</div> -->
											<div id="map-canvas-frm4"></div>
										</div>
				                    </div>
								    
								    
				                  </div>
				                </div>
				              </div>
				            </div>
				            <!-- ----------------------------- 4 frame map view end ------------------------------ -->
				            
				            <!-- ----------------------------- right side device list ---------------------------- -->
				            <div class="col-md-6">
				              <div class="panel panel-primary">
				                <div class="panel-body" style="padding: 12px;">
				                  <div class="form-group">
										<div id="loader_left">
											<img id="loader_img_left" alt="Loding ..." src="images/loader.gif" />
										</div>
										<div id="div_device_list" style="height:150px;  width:502px; overflow:auto;"></div><br>
										<input type="button" id="btnshow" value="SHOW" class="btn btn-primary">
									</div>
				                </div>
				              </div>
				            </div>
				            <!-- --------------------------- right side device list end -------------------------- -->
				          </div>
				          <!-- End Row --> 
				        </div>
				        <!-- container --> 
				      </div>
				      <!-- Page content Wrapper --> 
                    <!-- --------------------------------------------------------------------------- -->
                    
                    
                    
                    
                    
                <!--     
				<div class="page-content-wrapper ">
					<div class="container">
						------------------------
						<div class="row">
							<div class="col-md-12">
								<div class="panel panel-primary" style="background: #323c48;">
									<div class="panel-body">
										<div class="row">
											<div class="col-sm-2">
												<div class="wrapper">
													<a href="#"> <i class="ti-layers-alt "
														style="color: #e4e444;"></i></a>
													<div class="tooltip">
														<p style="font-weight: bold;">Multi Tracking</p>
													</div>
												</div>
											</div>

											<div class="col-sm-2">
												<div class="wrapper">
													<a href="live_tracking"> <i class="ti-location-arrow"></i>
													</a>
													<div class="tooltip">
														<p style="font-weight: bold;">Live Tracking</p>
													</div>
												</div>
											</div>

											<div class="col-sm-2">
												<div class="wrapper">
													<a href="tracking_history"> <i class="ti-time"></i></a>
													<div class="tooltip">
														<p style="font-weight: bold;">History Tracking</p>
													</div>
												</div>
											</div>

											<div class="col-sm-2">
												<div class="wrapper">
													<a href="livetraversedpath"> <i class="ti-flag-alt "></i></a>
													<div class="tooltip">
														<p style="font-weight: bold;">Traversed Path</p>
													</div>
												</div>
											</div>
										</div>
									</div>
								</div>
							</div>
						</div>

						<div class="row">
							<div id="div_map" style="border: 16px solid #525c68;border-radius: 10px;">
								<div id="loader_map" style="disply: none;">
									<img id="loader_img_map" alt="Loding ..." src="images/loader.gif" />
								</div>
							</div>
						</div>
					
                  			------------------------           
                        </div>
                    </div>container
                    
                     -->
                </div> <!-- Page content Wrapper -->
                <!-- content -->
                
            <!-- footer -->
            <jsp:include page="footer.jsp" />
            <!-- footer end -->
            </div>
            <!-- End Right content here -->
 
        <!-- END wrapper -->
        <!-- jQuery  -->
        
        <script src="assets/js/bootstrap.min.js"></script>
        <script src="assets/alertifyjs/alertify.min.js"></script>
        <script src="assets/js/modernizr.min.js"></script>
        <script src="assets/js/detect.js"></script>
        <script src="assets/js/fastclick.js"></script>
        <script src="assets/js/jquery.slimscroll.js"></script>
        <script src="assets/js/jquery.blockUI.js"></script>
        <script src="assets/js/waves.js"></script>
        <script src="assets/js/wow.min.js"></script>
        <script src="assets/js/jquery.nicescroll.js"></script>
        <script src="assets/js/jquery.scrollTo.min.js"></script>
        <!--Morris Chart-->
        <script src="assets/plugins/morris/morris.min.js"></script>
        <script src="assets/plugins/raphael/raphael-min.js"></script>
        <script src="assets/pages/dashborad.js"></script>
        <script src="assets/js/app.js"></script>
    </body>
</html>

Commits for gpstest/WebContent/multitracking.jsp

Diff revisions: vs.
Revision Author Commited Message
1 lingaraj picture lingaraj Sat 24 Nov, 2018 13:04:59 +0000