File manager - Edit - /home/autoph/public_html/portal/includes/body/txcenter_body.php
Back
<div style='padding:1px;width:99.80%;height:85%;min-height:530px;border:1px solid lightgray;background:white'> <?php $action = $_GET['action']; switch($action){ } echo "<table style='width:100%;min-width:800px;height:100%;'>"; echo "<tr style='background:white'>"; echo "<td valign='top' style='width:20%;min-width:250px;'>"; if(isset($_GET['sview'])){ $sview = $_GET['sview']; switch($sview){ case '': //PATIENTS include 'includes/maindashboard_new.php'; break; case '200': //PATIENTS include 'includes/menu/tx_center_menu.php'; break; case '201': //PATIENTS include 'includes/maindashboard_new.php'; break; case '202': //PATIENTS include 'includes/maindashboard_new.php'; break; } } echo "</td>"; echo "<td valign='top' style='width:80%;min-width:550px;'>"; if(isset($_GET['sid'])){ $sid=$_GET['sid']; switch($sid){ case '': // ACTIVE include 'includes/menu/masterfile/dashboard_body.php'; break; case 'P1': // ACTIVE include 'includes/menu/masterfile/enrolled_patients.php'; break; case 'PS': // ACTIVE include 'includes/menu/masterfile/search_registered_results.php'; break; case 'C1': // ACTIVE include 'includes/checkin_new.php'; break; } } echo "</td>"; echo "</tr>"; echo "</table>"; ?> </div>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings