File manager - Edit - /home/autoph/public_html/portal/portal/employees_profile.php
Back
<html> <head> <title>AUTOHUB GROUP</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/portal.css"> <link rel="stylesheet" href="ajs/vendors/jQueryUI/jquery-ui.css"> <script src="ajs/vendors/jQueryUI/jquery-1.12.4.js"></script> <script src="ajs/vendors/jQueryUI/jquery-ui.js"></script> </head> </html> <center> <?php $empID = $user_data['emp_id']; $trCountOpen = mysql_result(mysql_query("SELECT COUNT(`id`) FROM `pod_training_list` WHERE `status` ='1' AND `grouping`='OPEN' "),0); $trCountInvites = mysql_result(mysql_query("SELECT COUNT(`id`) FROM `pod_training_invites` WHERE `status` ='1' AND `employee_id`='$empID' "),0); $totalEnrolledTraining = mysql_result(mysql_query("SELECT COUNT(`id`) FROM `pod_training_enrollees` WHERE `status` ='1' AND `employee_id`='$empID' "),0); $totalTrainingCount = $trCountOpen + $trCountInvites; //$averageAnswer = mysql_result(mysql_query("SELECT SUM(`score`) FROM `pod_exam_true_false_answer` WHERE `employee_id`='$empID'"),0); //$averageMaxAnswer = mysql_result(mysql_query("SELECT SUM(`score`) FROM `pod_exam_true_false_answer` WHERE `employee_id`='$empID'"),0); echo "<div style='padding:1px;min-width:250px;position:relative;width:100%;min-height:450px;border:0px solid lightgray;background:white;z-index:5;border-radius:3px'>"; echo "<div style='min-width:250px;position:relative;width:100%;height:450px;border:0px solid lightgray;background:white;z-index:5;border-radius:3px;top:50px;'>"; echo "<table style='border-collapse:collapse;width:100%;height:100%'>"; echo "<tr style='background:white;'>"; echo "<td colspan='1' align='left' valign='top' style='width:75%;height:320px;background:white;border:0px solid lightgray;'>"; echo "<div class='lightGradient' style='width:100%;top:0px;left:0px;position:relative;z-index:2;font-size:18px;'> Training Summary - <a href='myportal.php?window=3.1'> [ View Available Training ]</a> </a> </div>"; include 'portal/pod_employee_dashboard.php'; echo "</td>"; echo "<td colspan='1' align='center' valign='top' style='width:25%;height:900px;background:white;border:1px solid #fafafa;'>"; echo "<div class='lightGradient' style='width:100%;top:0px;left:0px;position:relative;z-index:2;font-size:18px;'> Training Updates - <a href='myportal.php?window=3.1'> [ View Available Training ]</a> </a>"; include 'includes/portal/updates.php'; echo "</div>"; echo "</td>"; echo "</tr>"; echo "</table>"; echo "</div><br><br><br><br>"; //===================================//===================================//===================================//===================================//=================================== echo "</center>"; echo "</div><br><br>"; echo "</div>"; ?>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings