Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/celkcksm/jcboseedu.org/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("admin/include/config.inc.php"); include("include/header.php"); ?> <?php $doc=mysqli_fetch_array(mysqli_query($con,"select * from documents order by id desc limit 1"))['course']; ?> <div class="bodySection m-t-lg"> <div class="container"> <div class="row"> <div class="col-md-8"> <div id="bios"> <div class="topslider" style="display: none;"> <div class="prev1" style="display: none;"><i class="fa fa-chevron-left"></i></div> <div class="item1"><img src="flashphotos/photos/1300e26d042b996c0d31110a2a6a9013.jpg" class="img-responsive"></div> <div class="next1" style="display: none;"><i class="fa fa-chevron-right"></i></div> </div> </div> <div class="workingArea m-t-lg"> <div class="tpsubMen"></div> <div class="textArea"> <h1>Course and Intake</h1> <object data="admin/images/<?=$doc;?>" height="600px" type="application/pdf" width="100%"> <p>It appears you don't have a PDF plugin for this browser. Alternatively you can <a href="admin/images/<?=$doc;?>">click here to download the PDF file.</a></p> </object> </div> </div> </div> <div class="col-md-4"> <?php include("include/admission_query.php"); ?> </div> </div> </div> </div> <?php include("include/footer.php"); ?> </div> <link rel="stylesheet" type="text/css" href="scripts/site/jquery.mmenu.all.css"> <link href="scripts/site/bootstrap.min.css" rel="stylesheet" type="text/css"/> <link href="scripts/theme/nav.css" rel="stylesheet" type="text/css"/> <link href="scripts/theme/owl.carousel.min.css" rel="stylesheet" type="text/css"/> <link href="scripts/site/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link href="scripts/content.css" rel="stylesheet" type="text/css"/> <script src="scripts/site/bootstrap.min.js" type="text/javascript"></script> <script src="scripts/theme/owl.carousel.min.js" type="text/javascript"></script> <script src="scripts/site/javascript.js" type="text/javascript"></script> <script type="text/javascript" src="scripts/site/jquery.mmenu.min.all.js"></script> <script type="text/javascript"> jQuery(window).load(function() { var preload = jQuery(".preload"); preload.fadeOut("slow"); }); $("#qSubmit").click(function(){quickQuery();}); $(".lemmenuToggle").click(function(){ if($(this).next('ul').hasClass('hidden')){ $(this).html('<i class="fa fa-angle-down selt" aria-hidden="true"></i>'); $(this).next('ul').removeClass('hidden');} else{$(this).html('<i class="fa fa-angle-right" aria-hidden="true"></i>');$(this).next('ul').addClass('hidden');} }); jQuery(document).ready(function ($) { // for Slider $('.topslider').removeAttr('style'); }); $(function () { $('[data-toggle="tooltip"]').tooltip() }); </script> </body> </html>