Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
$(document).ready(function () {
// toat popup js
/* // toat popup js
$.toast({
heading: 'Welcome to Afelschool'
, text: ''
, position: 'top-right'
, loaderBg: '#fff'
, icon: 'warning'
, hideAfter: 3500
, stack: 6
})
*/
//ct-visits
new Chartist.Line('#ct-visits', {
labels: ['2008', '2009', '2010', '2011', '2012', '2013', '2014', '2015']
, series: [
[5, 2, 7, 4, 5, 3, 5, 4]
, [2, 5, 2, 6, 2, 5, 2, 4]
]
}, {
top: 0
, low: 1
, showPoint: true
, fullWidth: true
, plugins: [
Chartist.plugins.tooltip()
]
, axisY: {
labelInterpolationFnc: function (value) {
return (value / 1) + 'k';
}
}
, showArea: true
});
// counter
$(".counter").counterUp({
delay: 100
, time: 1200
});
});
var sparklineLogin = function () {
$('#sparklinedash').sparkline([0, 5, 6, 10, 9, 12, 4, 9], {
type: 'bar'
, height: '30'
, barWidth: '4'
, resize: true
, barSpacing: '5'
, barColor: '#7ace4c'
});
$('#sparklinedash2').sparkline([0, 5, 6, 10, 9, 12, 4, 9], {
type: 'bar'
, height: '30'
, barWidth: '4'
, resize: true
, barSpacing: '5'
, barColor: '#7460ee'
});
$('#sparklinedash3').sparkline([0, 5, 6, 10, 9, 12, 4, 9], {
type: 'bar'
, height: '30'
, barWidth: '4'
, resize: true
, barSpacing: '5'
, barColor: '#11a0f8'
});
$('#sparklinedash4').sparkline([0, 5, 6, 10, 9, 12, 4, 9], {
type: 'bar'
, height: '30'
, barWidth: '4'
, resize: true
, barSpacing: '5'
, barColor: '#f33155'
});
}
var sparkResize;
$(window).resize(function (e) {
clearTimeout(sparkResize);
sparkResize = setTimeout(sparklineLogin, 500);
});
sparklineLogin();