HEX
Server: Apache
System: Linux 185.122.168.184.host.secureserver.net 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
User: barbeatleanalyti (1024)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/barbeatleanalyti/public_html/baris.beatleanalytics.com/site/template/coacheslist.php
<?php
   // Declare new object 
   $objProfile = object;
   
   // Assing object 
   $objProfile = $objDB->objController;
   
   // Assign all variable's value
   $pg      = $objProfile->pg;
   $acn     = $objProfile->acn;
   $Email     = $objProfile->Email;
   $Password    = $objProfile->Password;
   
   $error     = $objProfile->error;
   $msg     = $objProfile->msg;
   $p       = $objProfile->p;
   
   $m       = $objProfile->m;
   $y       = $objProfile->y;
   
   $FromDate = $objProfile->FromDate;
   $ToDate   = $objProfile->ToDate;
   
   $PageID   = $objProfile->PageID;
   $PageConID  = $objProfile->PageConID;   
   $atype    = $objProfile->atype;
   
   
   $BranchID   = $objProfile->BranchID;
   $IndustryID   = $objProfile->IndustryID;
   
   $NoData = $objProfile->NoData;
   
   if(!method_exists($objProfile,$acn)){
   ReturnPostFormData($ValidateArr = array(),"error.html","<span class='error-msg'>Method <strong>".$acn."</strong> does not exist in <strong>".$pg."</strong> file !</span>",2);
   }
   
   $rsUserData = $objProfile->FetchUserData();
   $auditorData = $objProfile->FetchAuditorsData();
   
   // echo "<pre>";
   // print_r($rsUserData);
   
   
   /*echo "<pre>";
   print_r($perforArr['wfbtotal']);
   echo "<pre>"*/
   ?>
<!--
   data table
   	<link rel="stylesheet" href="https://cdn.datatables.net/1.10.19/css/jquery.dataTables.min.css">
   	<link rel="stylesheet" href="https://cdn.datatables.net/fixedheader/3.1.5/css/fixedHeader.dataTables.min.css">
   --->
<link href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap" rel="stylesheet">
<link rel="stylesheet" href="<?php echo $curImagePath?>/dist/css/Custom.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.20/css/jquery.dataTables.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="r/RGraph.svg.common.core.js"></script>
<script src="r/RGraph.svg.common.tooltips.js"></script>
<script src="r/RGraph.svg.pie.js"></script>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<!-- <h1>
   Dashboard
   <small>Control panel</small>
   </h1>-->
<!--<ol class="breadcrumb">
   <li><a href="#"><i class="fa fa-dashboard"></i> Dashboard</a></li>
   <li class="active"></li>
   </ol>
   </section>-->
<?php 
   ?>




   
<!-- Main content -->
<section class="content">
   <div class="auditor_list">
      <table id="coacheslist" class="display " style="width:100%">
         <thead>
            <tr>
               <th>Sr No</th>
               <th>Coaches Name </th>
               <th>Station</th>
			   <th> Zone</th>
            
            </tr>
         </thead>
         <tbody>
		   <tr>
               <td>1</td>
               <td>xxxxxxxx</td>
               <td>xxxxxx</td>
               <td> xxxxx xxxxxx</td>
			 </tr>
			 
			 
			   <tr>
               <td>2</td>
               <td>xxxxxxxx</td>
               <td>xxxxxx</td>
               <td> xxxxx xxxxxx</td>
			 </tr>
			 
			 
			    <tr>
               <td>3</td>
               <td>xxxxxxxx</td>
               <td>xxxxxx</td>
               <td> xxxxx xxxxxx</td>
			 </tr>
			  
			  
			  
			     <tr>
               <td>4</td>
               <td>xxxxxxxx</td>
               <td>xxxxxx</td>
               <td> xxxxx xxxxxx</td>
			 </tr>
			 
			    <tr>
               <td>5</td>
               <td>xxxxxxxx</td>
               <td>xxxxxx</td>
               <td> xxxxx xxxxxx</td>
			 </tr>
		</tbody>
      </table>
</section>
</div>
<!-- /.content-wrapper -->





<!-- jQuery 3 -->
<script src="theme/black/bower_components/jquery/dist/jquery.min.js"></script>
<!-- jQuery UI 1.11.4 -->
<script src="bower_components/jquery-ui/jquery-ui.min.js"></script>
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
<script>
   $.widget.bridge('uibutton', $.ui.button);
</script>
<!-- Bootstrap 3.3.7 -->
<script src="theme/black/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Morris.js charts -->
<script src="theme/black/bower_components/raphael/raphael.min.js"></script>
<script src="theme/black/bower_components/morris.js/morris.min.js"></script>
<!-- Sparkline -->
<script src="theme/black/bower_components/jquery-sparkline/dist/jquery.sparkline.min.js"></script>
<!-- jvectormap -->
<script src="theme/black/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js"></script>
<script src="theme/black/plugins/jvectormap/jquery-jvectormap-world-mill-en.js"></script>
<!-- jQuery Knob Chart -->
<script src="theme/black/bower_components/jquery-knob/dist/jquery.knob.min.js"></script>
<!-- daterangepicker -->
<script src="theme/black/bower_components/moment/min/moment.min.js"></script>
<script src="theme/black/bower_components/bootstrap-daterangepicker/daterangepicker.js"></script>
<!-- datepicker -->
<script src="theme/black/bower_components/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js"></script>
<!-- Bootstrap WYSIHTML5 -->
<script src="theme/black/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js"></script>
<!-- Slimscroll -->
<script src="theme/black/bower_components/jquery-slimscroll/jquery.slimscroll.min.js"></script>
<!-- FastClick -->
<script src="theme/black/bower_components/fastclick/lib/fastclick.js"></script>
<!-- AdminLTE App -->
<script src="theme/black/dist/js/adminlte.min.js"></script>
<!-- AdminLTE dashboard demo (This is only for demo purposes) -->
<script src="theme/black/dist/js/pages/dashboard.js"></script>
<!-- AdminLTE for demo purposes -->
<script src="theme/black/dist/js/demo.js"></script>
<style>
   .small-box>.inner {
   border-radius: 0px  !IMPORTANT;
   }
   .bi_box.subscription {
   background-image: linear-gradient(to bottom right, #ffffff, #f4f4f4);
   }
</style>
<!-- FLOT CHARTS -->
<script src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js"></script>
<!-- FLOT CHARTS -->
<script src="theme/black/bower_components/Flot/jquery.flot.js"></script>
<!-- FLOT RESIZE PLUGIN - allows the chart to redraw when the window is resized -->
<script src="theme/black/bower_components/Flot/jquery.flot.resize.js"></script>
<!-- FLOT PIE PLUGIN - also used to draw donut charts -->
<script src="theme/black/bower_components/Flot/jquery.flot.pie.js"></script>
<!-- FLOT CATEGORIES PLUGIN - Used to draw bar charts -->
<script src="theme/black/bower_components/Flot/jquery.flot.categories.js"></script>


<script>
   $(document).ready(function() {
       $('#coacheslist').DataTable();
   } );
   
   
</script>