File manager - Edit - /home/autoph/public_html/ahglegal/includes/body/masterfile_body.php
Back
<div style='padding:1px;width:99.70%;height:85%;min-height:490px;border:0px solid lightgray;background:#D8D8D8'> <?php $user = $user_data['u_name']; $action = $_GET['action']; switch($action){ case 'new': if($_GET['view']==='100'){ echo "<div style='left:200px;top:90px;position:absolute;width:800px;height:480px;border:1px solid orange;background:white;z-index:5;border-radius:3px'>"; echo "<h3 class='titleBlue' style='width:99.5%;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.5%;position:absolute;z-index:3'> <a href='main_new.php?book=".$_GET['book']."&view=100&sview=100&sid=".$_GET['sid']."&action=&tab=0#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/addnewpatient.php'; echo "</div>"; } break; case 'book': if($_GET['view']==='100'){ echo "<div style='left:200px;top:90px;position:absolute;width:450px;height:280px;border:1px solid orange;background:white;z-index:5;border-radius:3px'>"; echo "<h3 class='titleBlue' style='width:98.5%;font-family:Calibri Light;font-size:16px;font-weight:normal;padding-left:5px;padding-top:2px;'>ADD NEW BOOK RECORD</h3>"; echo "<div class='lightGradient' style='top:2px;left:95.5%;position:absolute;z-index:3'> <a href='main_new.php?book=".$_GET['book']."&view=100&sview=100&sid=".$_GET['sid']."&action=&tab=0#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/addnewbook.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']==='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 '': // ACTIVE include 'includes/menu/masterfile/active_patients.php'; break; case 'M1': // ACTIVE include 'includes/menu/masterfile/active_patients.php'; break; case 'MS': // ACTIVE include 'includes/menu/masterfile/search_patient_results.php'; break; case 'NB': // ACTIVE include 'includes/book_summary.php'; break; } } echo "</td>"; echo "</tr>"; echo "</table>"; ?> </div>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings