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 () { $(function () { $(".preloader").fadeOut(); $('#side-menu').metisMenu(); }); // Theme settings $(".open-close").click(function () { $("body").toggleClass("show-sidebar"); }); //Open-Close-right sidebar $(".right-side-toggle").click(function () { $(".right-sidebar").slideDown(50); $(".right-sidebar").toggleClass("shw-rside"); // Fix header $(".fxhdr").click(function () { $("body").toggleClass("fix-header"); }); // Fix sidebar $(".fxsdr").click(function () { $("body").toggleClass("fix-sidebar"); }); // Service panel js if ($("body").hasClass("fix-header")) { $('.fxhdr').attr('checked', true); } else { $('.fxhdr').attr('checked', false); } }); //Loads the correct sidebar on window load, //collapses the sidebar on window resize. // Sets the min-height of #page-wrapper to window size $(function () { $(window).bind("load resize", function () { topOffset = 60; width = (this.window.innerWidth > 0) ? this.window.innerWidth : this.screen.width; if (width < 768) { $('div.navbar-collapse').addClass('collapse'); topOffset = 100; // 2-row-menu } else { $('div.navbar-collapse').removeClass('collapse'); } height = ((this.window.innerHeight > 0) ? this.window.innerHeight : this.screen.height) - 1; height = height - topOffset; if (height < 1) height = 1; if (height > topOffset) { $("#page-wrapper").css("min-height", (height) + "px"); } }); var url = window.location; var element = $('ul.nav a').filter(function () { return this.href == url || url.href.indexOf(this.href) == 0; }).addClass('active').parent().parent().addClass('in').parent(); if (element.is('li')) { element.addClass('active'); } }); // This is for resize window $(function () { $(window).bind("load resize", function () { width = (this.window.innerWidth > 0) ? this.window.innerWidth : this.screen.width; if (width < 1170) { $('body').addClass('content-wrapper'); $(".sidebar-nav, .slimScrollDiv").css("overflow-x", "visible").parent().css("overflow", "visible"); } else { $('body').removeClass('content-wrapper'); } }); }); // Collapse Panels (function ($, window, document) { var panelSelector = '[data-perform="panel-collapse"]'; $(panelSelector).each(function () { var $this = $(this) , parent = $this.closest('.panel') , wrapper = parent.find('.panel-wrapper') , collapseOpts = { toggle: false }; if (!wrapper.length) { wrapper = parent.children('.panel-heading').nextAll().wrapAll('
').parent().addClass('panel-wrapper'); collapseOpts = {}; } wrapper.collapse(collapseOpts).on('hide.bs.collapse', function () { $this.children('i').removeClass('ti-minus').addClass('ti-plus'); }).on('show.bs.collapse', function () { $this.children('i').removeClass('ti-plus').addClass('ti-minus'); }); }); $(document).on('click', panelSelector, function (e) { e.preventDefault(); var parent = $(this).closest('.panel'); var wrapper = parent.find('.panel-wrapper'); wrapper.collapse('toggle'); }); }(jQuery, window, document)); // Remove Panels (function ($, window, document) { var panelSelector = '[data-perform="panel-dismiss"]'; $(document).on('click', panelSelector, function (e) { e.preventDefault(); var parent = $(this).closest('.panel'); removeElement(); function removeElement() { var col = parent.parent(); parent.remove(); col.filter(function () { var el = $(this); return (el.is('[class*="col-"]') && el.children('*').length === 0); }).remove(); } }); }(jQuery, window, document)); //tooltip $(function () { $('[data-toggle="tooltip"]').tooltip() }) //Popover $(function () { $('[data-toggle="popover"]').popover() }) // Task $(".list-task li label").click(function () { $(this).toggleClass("task-done"); }); $(".settings_box a").click(function () { $("ul.theme_color").toggleClass("theme_block"); }); }); //Colepsible toggle $(".collapseble").click(function () { $(".collapseblebox").fadeToggle(350); }); // Sidebar $('.slimscrollright').slimScroll({ height: '100%' , position: 'right' , size: "5px" , color: '#dcdcdc' , }); $('.slimscrollsidebar').slimScroll({ height: '100%' , position: 'left' , size: "6px" , color: 'rgba(0,0,0,0.5)' , }); $('.chat-list').slimScroll({ height: '100%' , position: 'right' , size: "0px" , color: '#dcdcdc' , }); // Resize all elements $("body").trigger("resize"); // visited ul li $('.visited li a').click(function (e) { $('.visited li').removeClass('active'); var $parent = $(this).parent(); if (!$parent.hasClass('active')) { $parent.addClass('active'); } e.preventDefault(); }); // Login and recover password $('#to-recover').click(function () { $("#loginform").slideUp(); $("#recoverform").fadeIn(); }); // Update 1.5 // this is for close icon when navigation open in mobile view $(".navbar-toggle").click(function () { $(".navbar-toggle i").toggleClass("ti-menu"); $(".navbar-toggle i").addClass("ti-close"); }); // Update 1.6