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 $newsQ=mysqli_query($con,"select * from attendance order by id desc"); ?> <div class="bodySection m-t-lg"> <div class="container"> <div class="row"> <div class="col-md-8"> <div class="workingArea m-t-lg"> <div class="tpsubMen"></div> <div class="textArea"> <h1>Attendance</h1><div class="row"> <div class="col-md-12"> <?php while($newsR=mysqli_fetch_array($newsQ)){ ?> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title"><a href="#" class="nws-n-tndr-hread"><?=$newsR['title'];?></a></h3> </div> <div class="panel-body" style="font-size: 14px"> <?=$newsR['title'];?> <p>Attendance Report From <?=date("d M Y",strtotime($newsR['date_from']));?> To <?=date("d M Y",strtotime($newsR['date_to']));?></p> </div> <div class="panel-footer"> <div class="row"> <div class="col-md-6 text-left"> <a href="admin/attendance/<?=$newsR['pdf']; ?>">Read More <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></a> </div> <div class="col-md-6 text-right text-left-xs"> <span class="btn btn-default btn-sm">Posted on : <?=date("M Y",strtotime($newsR['posted_on']));?></span> </div> </div> </div> </div> <?php } ?> </div> </div> </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>