File manager - Edit - /home/autoph/public_html/portal/includes/body/pod_master_body.php
Back
<div style='padding:1px;width:99.888%;height:95%;min-height:900px;border:0px solid lightgray;background:#D8D8D8'> <?php $user = $user_data['u_name']; $action = $_GET['action']; switch($action){ case 'new'://NEW ENTRY COMPANY OR DEALERS if($_GET['view']==='104'){ //ADD NEW COMPANY echo "<div style='left:200px;top:50px;position:absolute;width:700px;height:400px;border:1px solid orange;background:white;z-index:5;border-radius:3px'>"; echo "<h3 class='titleBlue' style='width:99%;font-family:Calibri Light;font-size:16px;font-weight:normal;padding-left:5px;padding-top:2px;'>ADD NEW RECORD</h3>"; echo "<div class='lightGradient' style='top:2px;left:97%;position:absolute;z-index:3'> <a href='main_new.php?view=100&sid=M1&sview=100&tab=1#id-0' style='display:block;width:17px;height:17px;border:1px solid lightgray;border-radius:2px;font-size:14px;color:red'> <center>X</center> </a> </div>"; include 'includes/pod_addnewmodule.php'; echo "</div>"; } break; //=============================================================================================================== //=============================================================================================================== case 'edit'://EDIT ENTRY COMPANY OR DEALERS ===================================================================== if($_GET['view']==='104'){ echo "<div style='left:200px;top:50px;position:absolute;width:700px;height:400px;border:1px solid orange;background:white;z-index:5;border-radius:3px'>"; echo "<h3 class='titleBlue' style='width:99%;font-family:Calibri Light;font-size:16px;font-weight:normal;padding-left:5px;padding-top:2px;'>UPDATE RECORD</h3>"; echo "<div class='lightGradient' style='top:2px;left:97%;position:absolute;z-index:3'> <a href='main_new.php?view=100&sid=M1&sview=100&tab=1#id-0' style='display:block;width:17px;height:17px;border:1px solid lightgray;border-radius:2px;font-size:14px;color:red'> <center>X</center> </a> </div>"; include 'includes/pms_editcompany.php'; echo "</div>"; } break; //=============================================================================================================== //=============================================================================================================== case 'emp'://ADD TRAINING PARTICIPANTS===================================================================== if($_GET['view']==='104'){ echo "<div style='left:200px;top:50px;position:absolute;width:1000px;height:500px;border:1px solid orange;background:white;z-index:5;border-radius:3px'>"; echo "<h3 class='titleBlue' style='width:99.4%;font-family:Calibri Light;font-size:16px;font-weight:normal;padding-left:5px;padding-top:2px;'>ADD PARTICIPANTS</h3>"; echo "<div class='lightGradient' style='top:2px;left:97.5%;position:absolute;z-index:3'> <a href='main_new.php?view=104&sid=SCH&sview=101&tab=3&#id-0' style='display:block;width:17px;height:17px;border:1px solid lightgray;border-radius:2px;font-size:14px;color:red'> <center>X</center> </a> </div>"; include 'includes/exam/pod_add_participants.php'; echo "</div>"; } break; } echo "<table style='width:100%;min-width:800px;height:100%;'>"; echo "<tr style='background:white'>"; if($_GET['sview']==='1024'){ echo "<td valign='top' style='width:20%;min-width:250px;'>"; include 'includes/lab/lab_menu_new.php'; echo "</td>"; } if($_GET['sview']==='721'){ echo "<td valign='top' style='width:20%;min-width:250px;'>"; include 'includes/lab/lab_menu_721.php'; echo "</td>"; } if($_GET['sview']==='911'){ echo "<td valign='top' style='width:20%;min-width:250px;'>"; include 'includes/lab/lab_menu_911.php'; echo "</td>"; } echo "<td valign='top' style='width:80%;min-width:550px'>"; if(isset($_GET['sid'])){ $sid=$_GET['sid']; switch($sid){ //========================================//======================================== case 'POD': // ADD NEW COMPANY / LIST include 'includes/menu/masterfile/pod_active_modules.php'; break; case 'PEX': // SEARCH COMPANY RESULTS include 'includes/menu/masterfile/pod_exam_summary_list.php'; break; case 'PEXA': // SEARCH COMPANY RESULTS include 'includes/menu/masterfile/pod_exam_administration.php'; break; case 'SCH': // ADD/EDIT NEW COMPANY / LIST include 'includes/menu/masterfile/pod_training_schedule_lisst.php'; break; case 'RPT': // SEARCH COMPANY RESULTS include 'includes/reports/pod_report_employee_listing_with_score.php'; break; //========================================//======================================== } } echo "</td>"; echo "</tr>"; echo "</table>"; ?> </div>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings