Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.17.81.201
Web Server : Apache
System : Linux server.bti.yaw.mybluehostin.me 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : btiyawmy ( 1003)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/btiyawmy/public_html/login.easenup.in/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/btiyawmy/public_html/login.easenup.in/Post_Operation_Care.php
<?php session_start();
require_once("../patientmanager.php");
require_once("../DBManager.php");
if(isset($_POST['Operation_Care'])) 
{
   PatientManager::OperationCare("$_GET[prescriptionid]","$_GET[patientid]","$_GET[surgeryid]","$_POST[Analgesia_Plan]","$_POST[Analgesia_Plan_Note]","$_POST[entered_by]");
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>

<script type="text/javascript">
$(document).ready(function(){
    $('#myForm_Operation_Care').submit(function() {
     $('#loaderImg').show(); 
      return true;
    });
});
  </script>
<style>
      #loaderImg {
         position: absolute;
         top: 0;
         bottom: 0;
         left: 0;
         right: 0; 
         margin: auto;
         border: 10px solid grey;
         border-radius: 50%;
         border-top: 10px solid black;
         width: 100px;
         height: 100px;
         animation: spin 1s linear infinite;
      }
      @keyframes spin {
         0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
         }
         100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
         }
      }
   </style>
</head>
    <section class="content-header">
    
<div style = "display:none;" id = "loaderImg"> <div class="loader"> </div> </div>
<form  name='Operation_Care' method="post" id="myForm_Operation_Care" >
        
<h2 align="center">Post Operation Plan of Care  </h2>
<br>
<div class="center">
<table id="example2" class="table table-bordered table-hover"> 
  
      <tr><td><span style="font-size: 20px">Post Operation Analgesia Plan Explained: 
</span></h3></td><td><label class="switch">
  <input type="checkbox" name='Analgesia_Plan'>
  <span class="slider"></span>
</label>
</td>
</tr>
<tr>
    <td>
     <span style="font-size: 20px">Anesthesia Note and instruction  </span> </td>
     <td>
 <textarea name="Analgesia_Plan_Note" rows="2" cols="100"></textarea>
   </td>
   </tr>
   
   </table>

   <input type="submit" value="Submit" name="Operation_Care">
   </div>
   </form>
 </section>
</html>
 

Anon7 - 2022
AnonSec Team