Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.15.229.111
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/www/login.easenup.in/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/btiyawmy/www/login.easenup.in/DelayIn.php
<?php session_start();
include("dbconnection.php");
require_once("../patientmanager.php");
require_once("../DBManager.php");
if(isset($_POST[DelayInva]))
	{
		PatientManager::DelayIn("$_GET[prescriptionid]","$_GET[patientid]","$_POST[DelayIn]","$_POST[DelayIn_Native]","$_POST[DelayIn_Corrective]","$_POST[entered_by]");
	 }
?>

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="Dashboard">
    <meta name="keyword" content="Dashboard, Bootstrap, Admin, Template, Theme, Responsive, Fluid, Retina">

    <title>Delay In</title>
 
  <body>
      
           	<h3><i class="fa fa-angle-right"></i> &nbsp; &nbsp; Delay In </h3>
            <div style = "display:none;" id = "loaderImg"> <div class="loader"> </div> </div>
<form name="DelayInva" method="post" id="myForm" enctype="multipart/form-data">	
           		    
           	     <label for="address">Delay In</label>
              <select name="DelayIn">
              <option value="" disabled selected>Delay In</option>
             <option>OPD Consultation </option>
<option>Admission and Bed Allotment</option>
<option>Sample Collection </option>
<option>Nursing Assessment  </option>
<option>Doctors Visit  </option>
<option>Procedure of medical Record Billing  </option>
<option>Medicine from Pharmacy Drugs   </option>
<option>Scheduled Operative Procedure   </option>
<option>Discharge   </option>
        </select>
        <label>Native description of Occurrence</label>
        <input type="text" name="DelayIn_Native" placeholder="Native description of Occurrence">
         <label>Corrective And Preventive Action Taken</label>
        <input type="text" name="DelayIn_Corrective" placeholder="Native description of Occurrence">
 <br>
           <br>
              <br>
    <button style="float: right;"  name="DelayInva" type="submit"> Save</button>
        
</form>
          	<style>
    form{
        margin: 20px 0;
    }
    form input, button{
        padding: 5px;
    }
    table{
        width: 100%;
        margin-bottom: 20px;
		border-collapse: collapse;
    }
    table, th, td{
        border: 1px solid #cdcdcd;
    }
    table th, table td{
        padding: 10px;
        text-align: left;
    }
	<style>
           
			table{
    border: solid 1px gray;
    width: 100%;
  }
  </style>
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>

     <script type="text/javascript">
$(document).ready(function(){
    $('#myForm').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>
 
    <div id="container">
 
      </div>

Anon7 - 2022
AnonSec Team