Server IP : 86.38.243.181 / Your IP : 216.73.216.51 Web Server : LiteSpeed System : Linux in-mum-web1336.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : u986601745 ( 986601745) PHP Version : 7.4.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u986601745/domains/emrskalsi.com/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en" style="overflow-x: hidden;"> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Eklavya Model Residential School - Teaching Staff</title> <?php include('include/header.php'); ?> <div class="breadcrumbs"> <div class="container"> <!-- <h1 class="pull-left"> Teaching Staff</h1> --> <ul class="pull-left breadcrumb"> <li><a href="javascript:void(0)">About Us</a></li> <li><a href="javascript:void(0)">Teaching Staff</a></li> </ul> </div> </div> </div> <style>.menshow{display:block !important} .table th{ white-space: nowrap!important; width: 1%!important; } .table tr:first-child,.table tr:nth-child(2) { font-weight: bold; } </style> </div></div><div class="" id="pr" style="padding:0 30px;"> <div class="row"><div class="col-xs-12 col-md-12 col-sm-12 col-lg-12" > <div class="headline" id="headlines"> <h2>Teaching Staff</h2> </div> <div class="row ap-section "> <div class="col-md-12"> <div></div> </div> <div class="col-md-12"> <div class="ap-plain" > <div class="table-responsive"> <table class="table table-bordered table-hover table-striped "> <thead> <tr> <th >S.no.</th> <th >Name Of Staff</th> <th>Designation</th> <th>Qualification</th> <!-- <th>Post</th> <th>Qualification</th> <th>Date of Birth</th> <th>Date of Joining</th> <th>Category</th> <th>DIR/ DEP./CONT.</th> <th>PROB. Cleared (Yes/No)</th> <th>Home District</th> --> </tr> </thead> <tbody> <?php $q = "select * from staff where type='Full Time'"; $query = mysqli_query($conn,$q); $i=1; while($res = mysqli_fetch_array($query)) { ?> <tr> <td><?php echo $i++; ?></td> <td><?php echo $res['name'] ?></td> <td><?php echo $res['designation'] ?></td> <td><?php echo $res['qualification'] ?></td> <!-- <td><?php echo $res['dob'] ?></td> <td><?php echo $res['doj'] ?></td> <td><?php echo $res['category'] ?></td> <td><?php echo $res['dir'] ?></td> <td><?php echo $res['prob'] ?></td> <td><?php echo $res['district'] ?></td> --> </tr> <?php } ?> <tr> <td colspan="4" class="text-center"><b>PART TIME TEACHERS</b></td> </tr> <?php $q = "select * from staff where type='Part Time'"; $query = mysqli_query($conn,$q); $i=1; while($res = mysqli_fetch_array($query)) { ?> <tr> <td><?php echo $i++; ?></td> <td><?php echo $res['name'] ?></td> <td><?php echo $res['designation'] ?></td> <td><?php echo $res['qualification'] ?></td> </tr> <?php } ?> </tbody> </table> <p> </p></div> </div> </div> </div></div></div> </div> <?php include('include/footer.php'); ?>