Пример #1
0
<?php

ob_start();
ini_set('display_errors', 1);
error_reporting(E_ALL);
$path = $_SERVER['DOCUMENT_ROOT'] . "/path.php";
require_once $path;
include 'header.php';
require_once $config;
include '../classes/login-functions.php';
if (loggedin()) {
    $a_username = $_SESSION['username'];
    $a = $_SESSION['username'];
    $meshednew = new Meshed();
    $att_ids = $meshednew->getIdByUname();
    ?>
<script type="text/javascript" src="<?php 
    echo $sitepath;
    ?>
/autocomplete/jquery.js"></script>
<script type="text/javascript" src="<?php 
    echo $sitepath;
    ?>
/autocomplete/jquery.autocomplete.js"></script>
<script type="text/javascript">
$(document).ready(function(){
 $("#email_address").autocomplete("getemailid.php", {
		selectFirst: true
	});
});
</script>
Пример #2
0
<?php

ob_start();
ini_set('display_errors', 1);
error_reporting(E_ALL);
$path = $_SERVER['DOCUMENT_ROOT'] . "/path.php";
require_once $path;
include 'header.php';
require_once $config;
include '../classes/login-functions.php';
if (loggedin()) {
    $a_username = $_SESSION['username'];
    $a = $_SESSION['username'];
    $meshednew = new Meshed();
    $att_ids = $meshednew->getIdByUname();
    ?>
<script type="text/javascript" src="<?php 
    echo $sitepath;
    ?>
/autocomplete/jquery.js"></script>
<script type="text/javascript" src="<?php 
    echo $sitepath;
    ?>
/autocomplete/jquery.autocomplete.js"></script>
<script type="text/javascript">
$(document).ready(function(){
 $("#email_address").autocomplete("getemailid.php", {
		selectFirst: true
	});
});
</script>
ini_set('display_errors', 1);
error_reporting(E_ALL);
$path = $_SERVER['DOCUMENT_ROOT'] . "/rao/path.php";
require_once $path;
$header = $_SERVER['DOCUMENT_ROOT'] . "/rao/attorney/header.php";
require $header;
require_once $config;
include '../../classes/login-functions.php';
include '../classes/meshed.php';
if (loggedin()) {
    if (isset($_SESSION['username'])) {
        $a = $_SESSION['username'];
    }
    $emails = $_SESSION['email'];
    $meshednew = new Meshed();
    $att_id = $meshednew->getIdByUname();
    echo $form_id = $meshednew->getFormId($emails);
    $user_id = $meshednew->UserId($emails);
    ?>
<section class="row">
	<div class="container client_application">
		<h1>General Surgery Step-2 Form</h1>
		<form name="meshed" method="post" action="">
			<div class="client_2">
				<h2>Client Attorney’s Information</h2>
				<?php 
    $c_att_informaiton = mysql_query("SELECT * FROM `members` where `id`= '{$att_id}'") or die(mysql_error());
    $get_att_information = mysql_fetch_object($c_att_informaiton);
    ?>
				<div class="attorney_row">
<?php

ob_start();
ini_set('display_errors', 1);
error_reporting(E_ALL);
$path = $_SERVER['DOCUMENT_ROOT'] . "/path.php";
require_once $path;
require_once $config;
$functions = $pathofmayo . "/classes/functions.php";
include $functions;
$meshedfile = $pathofmayo . "/attorney/classes/meshed.php";
require_once $meshedfile;
$getdata = new Meshed();
?>
<h1>Latest Message</h1>
	<div class="dr_message_sides">
	<?php 
$temp_message = mysql_query("SELECT * FROM `message_sent` order by message_id desc limit 0,100") or die(mysql_error());
if (mysql_num_rows($temp_message) > 0) {
    while ($message = mysql_fetch_object($temp_message)) {
        ?>
			<div class="dr_message_side_row">
				<div class="dr_message_side_left">
					<label>
						<?php 
        $cide = $getdata->GetInfoPlantiffInformation('case_type', $message->form_id);
        switch ($cide) {
            case "1":
                echo "<a href='/mayo-admin/welcome/ortho-case/index.php?cid=1&fid=" . $message->form_id . "&uid=" . $message->user_id . "#messages'><b>" . ucwords($getdata->GetInfoPlantiffInformation('plantiff_name', $message->form_id)) . "</b></a>";
                break;
            case "2":
Пример #5
0
<?php
ob_start();
ini_set('display_errors',1);  
error_reporting(E_ALL);
require_once('../../../includes/functions.php');
$path       = $_SERVER['DOCUMENT_ROOT']."/path.php";
require_once($path);
include($config);
include '../../functions.php';
include '../classes/Cases.php';
$desg       = new Cases();
$functions  = $pathofmayo."/classes/functions.php";
include($functions);
$meshedfile = $pathofmayo."/attorney/classes/meshed.php";
require_once($meshedfile);
$getdata    = new Meshed();
?>
<script language="javascript" type="text/javascript">
function getXMLHTTP() { 
		var xmlhttp=false;	
		try{
			xmlhttp=new XMLHttpRequest();
		}
		catch(e)	{		
			try{			
				xmlhttp= new ActiveXObject("Microsoft.XMLHTTP");
			}
			catch(e){
				try{
				xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
				}
Пример #6
0
ob_start();
ini_set('display_errors', 1);
error_reporting(E_ALL);
require_once '../../../includes/functions.php';
$path = $_SERVER['DOCUMENT_ROOT'] . "/path.php";
require_once $path;
include $config;
include '../../functions.php';
include '../classes/Cases.php';
$desg = new Cases();
$functions = $pathofmayo . "/classes/functions.php";
include $functions;
$meshedfile = $pathofmayo . "/attorney/classes/meshed.php";
require_once $meshedfile;
$getdata = new Meshed();
?>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script language="javascript" type="text/javascript">
function getXMLHTTP() { 
		var xmlhttp=false;	
		try{
			xmlhttp=new XMLHttpRequest();
		}
		catch(e)	{		
			try{			
				xmlhttp= new ActiveXObject("Microsoft.XMLHTTP");
			}
			catch(e){
				try{
				xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
Пример #7
0
<?php

ob_start();
ini_set('display_errors', 1);
error_reporting(E_ALL);
$path = $_SERVER['DOCUMENT_ROOT'] . "/path.php";
require_once $path;
require_once $config;
$functions = $pathofmayo . "/classes/functions.php";
include $functions;
$meshedfile = $pathofmayo . "/attorney/classes/meshed.php";
require_once $meshedfile;
$getdata = new Meshed();
?>

Latest Message
	<div class="dr_message_side">
	<?php 
$temp_message = mysql_query("SELECT * FROM `message_sent` order by message_id desc limit 0,100") or die(mysql_error());
if (mysql_num_rows($temp_message) > 0) {
    while ($message = mysql_fetch_object($temp_message)) {
        ?>
			<div class="dr_message_side_row">
				<div class="dr_message_side_left">
					<label>
						<?php 
        echo '<b>' . ucwords($getdata->GetInfoPlantiffInformation('plantiff_name', $message->form_id)) . '</b><br/>';
        $a_mess = $message->date_message;
        echo date('m-d-Y', strtotime($a_mess)) . "&nbsp";
        echo date('h:m:s a', strtotime($a_mess));
        ?>
Пример #8
0
<?php

require_once '/var/www/mayo-config.php';
//class file calling from attorney panel
require_once '/var/www/mayo-config.php';
require_once '/var/www/classes/functions.php';
require_once '/var/www/attorney/classes/meshed.php';
$getdata = new Meshed();
$document_messages = mysql_query("SELECT * FROM `documents_messages`") or die(mysql_error());
while ($docs = mysql_fetch_object($document_messages)) {
    $attManId = $docs->main_user_id;
    //name of the client
    $name = $getdata->GetObjectById($docs->user_id, "email_id");
    $caseNo = $docs->form_id;
    //attorney or case manager email
    $email_id = $getdata->GetObjectById($attManId, "email_id");
    $message_docs = "Your new client submission has been received. Unfortunately, the following documents are missing from your submission in order for us to process your referral.Please upload missing documents or fax to 800-865-8691. Once received, we will continue processing your referral. Thanks Mayo Surgical LLC and affliates.";
    $subject = "Message Sent from Mayo Department";
    $message = "Documents Missing";
    $extravalues = array("Name of Client" => $name, "Email" => $email_id, "Case No" => $caseNo, "Message" => $message, "Note:" => "Related Documents", "Description" => "{$message_docs}");
    $getdata->SendEmail($email_id, $subject, $message_docs, $extravalues);
}
Пример #9
0
<?php

ob_start();
ini_set('display_errors', 1);
error_reporting(E_ALL);
$path = $_SERVER['DOCUMENT_ROOT'] . "/path.php";
require_once $path;
include 'header.php';
require_once $config;
include '../classes/login-functions.php';
if (loggedin()) {
    /*Class file to call the functions*/
    include '../attorney/classes/meshed.php';
    $functions = $_SERVER['DOCUMENT_ROOT'] . "/classes/functions.php";
    require_once $functions;
    $myobj = new Meshed();
    $a_username = $_SESSION['username'];
    $getfunction = new Allfunctions();
    $designationid = $getfunction->GetObjectByUsername("id", $a_username);
    ?>

<?php 
    if (isset($_REQUEST['record'])) {
        switch ($_REQUEST['record']) {
            case 'updated':
                $msg = "Record Updated Successfully";
                ?>
		<div class="container">
			<div class="search_bottom">
				<p><?php 
                echo $msg;
Пример #10
0
<?php

$path = $_SERVER['DOCUMENT_ROOT'] . "/path.php";
require_once $path;
include $config;
include '../classes/Cases.php';
$desg = new Cases();
$functions = $pathofmayo . "/classes/functions.php";
include $functions;
$meshedfile = $pathofmayo . "/attorney/classes/meshed.php";
require_once $meshedfile;
//class file calling from attorney panel
$getdata = new Meshed();
if ($_POST['page']) {
    $page = $_POST['page'];
    $cur_page = $page;
    $page -= 1;
    $per_page = 15;
    $previous_btn = true;
    $next_btn = true;
    $first_btn = true;
    $last_btn = true;
    $start = $page * $per_page;
    $query = mysql_query("select a.*,b.*,d.* from plantiff_information a inner join plantiff_case_type_info b on a.form_id=b.form_id and a.id=b.id inner join members d on a.id=d.id and b.id=d.id where b.admin_approved=0 and b.case_closed=0 ORDER BY a.`form_id` DESC LIMIT {$start}, {$per_page}") or die(mysql_error());
    $i = 1;
    while ($row = mysql_fetch_array($query)) {
        ?>
<form name="verify" method="post" action="">
<div class="log_row">

	<div class="serial_no_15"><?php 
Пример #11
0
<?php

ob_start();
session_start();
$path = $_SERVER['DOCUMENT_ROOT'] . "/rao/path.php";
require_once $path;
$header = $_SERVER['DOCUMENT_ROOT'] . "/rao/attorney/header.php";
require $header;
require_once $config;
include '../../classes/login-functions.php';
include '../classes/meshed.php';
if (loggedin()) {
    $a = $_SESSION['username'];
    $data1 = $_SESSION['email'];
    $meshednew = new Meshed();
    $att_id = $meshednew->getIdByUname();
    $form_id = $meshednew->getFormId($data1);
    $user_id = $meshednew->UserId($data1);
    ?>
<!-- For validations -->
<script src="http://<?php 
    echo $jqueryminjs;
    ?>
"></script>

<script src="http://<?php 
    echo $validateminjs;
    ?>
"></script>

<!-- validation end --> 
Пример #12
0
<?php

ob_start();
ini_set('display_errors', 1);
error_reporting(E_ALL);
$q = $_GET['q'];
$my_data = $q;
$path = $_SERVER['DOCUMENT_ROOT'] . "/path.php";
require_once $path;
require_once $config;
include '../classes/login-functions.php';
include 'classes/meshed.php';
$get_emailid = new Meshed();
echo $get_emailid->Populatedata($my_data);
Пример #13
0
<?php

ob_start();
ini_set('display_errors', 1);
error_reporting(E_ALL);
//echo $contentfile = "../final-billing-document.php";
$functions = $_SERVER['DOCUMENT_ROOT'] . "/rao/classes/functions.php";
include $functions;
$meshedfile = $_SERVER['DOCUMENT_ROOT'] . "/rao/attorney/classes/meshed.php";
require_once $meshedfile;
$getdata = new Meshed();
$admin = $_SESSION['username'];
$admin_id = $getdata->GetDetailsByUsername($admin, "id");
$clientfname = $getdata->GetObjectById($_REQUEST['uid'], "first_name");
$clientlname = $getdata->GetObjectById($_REQUEST['uid'], "last_name");
$dattime = date('d-M-Y h:i:s a');
global $uid;
?>
<div class="billing_box_bg">
	<div class="view_client_row">
		<div class="attorney_client_info"><h1>Final Billing</h1></div>
	</div>
<form name="forms1" method="post" action="">
	<input type="submit" name="generatepdf" value="Generate Pdf"/>
</form>	
<?php 
/*if(isset($_POST['generatepdf']))
	{
		define('FPDF_FONTPATH','/var/www/rao/mayo-admin/welcome/includes/pdf-generator/font/');
		require('/var/www/rao/mayo-admin/welcome/includes/pdf-generator/fpdf.php');
		$pdf = new FPDF();
Пример #14
0
<?php
$path = $_SERVER['DOCUMENT_ROOT']."/path.php";
require_once($path);
include($config);
include '../../functions.php';
include '../classes/Cases.php';
$desg       = new Cases();
$functions  = $pathofmayo."/classes/functions.php";
include($functions);
$meshedfile = $pathofmayo."/attorney/classes/meshed.php";
require_once($meshedfile);
$getdata    = new Meshed();
?>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> 
<script language="javascript" type="text/javascript">
function getXMLHTTP() { 
		var xmlhttp=false;	
		try{
			xmlhttp=new XMLHttpRequest();
		}
		catch(e)	{		
			try{			
				xmlhttp= new ActiveXObject("Microsoft.XMLHTTP");
			}
			catch(e){
				try{
				xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
				}
				catch(e1){
					xmlhttp=false;
				}
Пример #15
0
<?php

$path = $_SERVER['DOCUMENT_ROOT'] . "/path.php";
require_once $path;
include $config;
include '../../functions.php';
include '../classes/Cases.php';
$desg = new Cases();
$functions = $pathofmayo . "/classes/functions.php";
include $functions;
$meshedfile = $pathofmayo . "/attorney/classes/meshed.php";
require_once $meshedfile;
$getdata = new Meshed();
?>

<script language="javascript" type="text/javascript">
function getXMLHTTP() { 
		var xmlhttp=false;	
		try{
			xmlhttp=new XMLHttpRequest();
		}
		catch(e)	{		
			try{			
				xmlhttp= new ActiveXObject("Microsoft.XMLHTTP");
			}
			catch(e){
				try{
				xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
				}
				catch(e1){
					xmlhttp=false;
Пример #16
0
<?php

ini_set('display_errors', 1);
error_reporting(E_ALL);
if (!isset($_SESSION)) {
    session_start();
}
$path = $_SERVER['DOCUMENT_ROOT'] . "/path.php";
require_once $path;
include $config;
$functions = $pathofmayo . "/classes/functions.php";
include $functions;
$meshedfile = $pathofmayo . "/attorney/classes/meshed.php";
require_once $meshedfile;
$getdata = new Meshed();
$admin = $_SESSION['username'];
$admin_id = $getdata->GetDetailsByUsername($admin, "id");
$workComment = $_REQUEST['commentData'];
$form_s_id = $_REQUEST['fid'];
$use_id = $_REQUEST['uid'];
$work_comments_area = $_REQUEST['notes'];
$query = mysql_query("INSERT INTO `work_comments` (`form_id`,`user_id`,`main_user_id`,`work_comments`,`work_comments_area`,`work_comments_date`) \n\tVALUES ('{$form_s_id}','{$use_id}','{$admin_id}','{$workComment}','{$work_comments_area}',now())") or die(mysql_error());
if ($query) {
    echo "<div class='thank_message'>Work Flow is Successfully Updated</div>";
} else {
    echo "<div class='thank_message'>There is some problem</div>";
}
?>

<div class="update_status_botom">
	<div class="update_status_row_heading">
session_start();
$path = $_SERVER['DOCUMENT_ROOT'] . "/path.php";
require_once $path;
$header = $pathofmayo . "/case-manager/header.php";
require $header;
require_once $config;
include '../../classes/login-functions.php';
@($data1 = $_SESSION['email']);
if (!isset($data1)) {
    ?>
<script>window.location="index.php";</script>
<?php 
}
if (loggedin()) {
    $a = $_SESSION['username'];
    $meshednew = new Meshed();
    $att_id = $meshednew->getIdByUname();
    $form_id = $meshednew->getFormId($data1);
    $user_id = $meshednew->UserId($data1);
    ?>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
		<script type="text/javascript">
			$(document).ready(function()
			{
				var icount=0;
				$('#add_more').click(function()
					{
						if(icount<=3)
						{
							icount = icount+1;
							$('#add_more_div').append('<div id="vikas"'+icount+'><div class="attorney_row"><div class="attorney_left"><label>Start Date of Service</label><input type="text" required="required" placeholder="mm-dd-yyyy" name="start_service[]" id="firm"/><span class="error"></span></div><div class="attorney_right"><label>End Date of Service</label><input type="text" placeholder="mm-dd-yyyy" required="required" name="end_service[]" id="frm_address" /><span class="error"></span></div></div><div class="attorney_row"><div class="attorney_left"><label>Facility or Physicians Name</label><input type="text" required="required" name="facility_physician_name[]" id="phone"/><span class="error"></span></div><div class="attorney_right"><label>Office No</label><input type="text" required="required" name="office_no[]" id="fax"/><span class="error"></span></div></div><div class="attorney_row"><label>Address</label><input type="text" required="required" name="address[]" id="frm_contact" /><span class="error"></span></div><div class="attorney_row"><div class="attorney_left"><label>State</label><input type="text" required="required" name="state[]" id="position"  /><span class="error"></span></div><div class="attorney_right"><label>City</label><input type="text" required="required" name="city[]" id="position"  /><span class="error"></span></div></div><div class="attorney_row"><div class="attorney_left"><label>Zip Code</label><input type="text" required="required" name="zip_code[]" id="contct_email" /><span class="error"></span></div><div class="attorney_right"><label>Notes- Type of Records to Order</label><input type="text" name="records_to_other[]" id="contct_email" /><span class="error"></span></div></div></div>');
Пример #18
0
<?php

ini_set('display_errors', 1);
error_reporting(E_ALL);
if (!isset($_SESSION)) {
    session_start();
}
$path = $_SERVER['DOCUMENT_ROOT'] . "/path.php";
require_once $path;
include $config;
$functions = $pathofmayo . "/classes/functions.php";
include $functions;
$meshedfile = $pathofmayo . "/attorney/classes/meshed.php";
require_once $meshedfile;
$getdata = new Meshed();
$admin = $_SESSION['username'];
$admin_id = $getdata->GetDetailsByUsername($admin, "id");
$status = $_REQUEST['status'];
$form_s_id = $_REQUEST['fid'];
$use_id = $_REQUEST['uid'];
$statusArea = $_REQUEST['statusComment'];
$query = mysql_query("INSERT INTO `status_update` (`form_id`,`user_id`,`main_user_id`,`status_messages`,`status_notes`,`date_status`) \n\tVALUES ('{$form_s_id}','{$use_id}','{$admin_id}','{$status}','{$statusArea}',now())") or die(mysql_error());
$hiresId = $getdata->getHiredStaff($form_s_id);
/*
	Get information from the hire staff to send the status update emails to all of them
*/
// Insert Status in the latest Messages
$clientName = $getdata->GetInfoPlantiffInformation("plantiff_name", $form_s_id);
$messageSent = $clientName . " has changed Status to " . $status;
$notification = mysql_query("INSERT INTO `notifications` (`user_id`,`form_id`,`main_id`,`message`) VALUES ('{$use_id}','{$form_s_id}','{$admin_id}','{$messageSent}')") or die(mysql_error());
$insertStatus = mysql_query("INSERT INTO `message_sent` (`form_id`,`user_id`,`sent_by`,`main_user_id`,`message`,`date_message`) VALUES ('{$form_s_id}','{$use_id}','{$admin_id}','{$hiresId}','{$messageSent}',now())") or die(mysql_error());
Пример #19
0
error_reporting(E_ALL);
error_reporting(E_ALL & ~E_NOTICE);
error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
error_reporting(-1);
ini_set('error_reporting', E_ALL);
if (!isset($_SESSION)) {
    session_start();
}
$path = $_SERVER['DOCUMENT_ROOT'] . "/path.php";
require_once $path;
include $config;
$functions = $_SERVER['DOCUMENT_ROOT'] . "/classes/functions.php";
include $functions;
$meshedfile = $_SERVER['DOCUMENT_ROOT'] . "/attorney/classes/meshed.php";
require_once $meshedfile;
$getdata = new Meshed();
$admin = $_SESSION['username'];
$admin_id = $getdata->GetDetailsByUsername($admin, "id");
if (isset($_REQUEST['message']) && $_REQUEST['message'] != '') {
    $insert_mes = mysql_query("INSERT INTO `message_sent` (`form_id`,`user_id`,`sent_by`,`main_user_id`,`message`,`date_message`) VALUES ('{$_REQUEST['fid']}','{$_REQUEST['uid']}','{$admin_id}','{$_REQUEST['sent_ids']}','{$_REQUEST['message']}',now())") or die(mysql_error());
}
if (isset($_REQUEST['message_reply_r']) && $_REQUEST['message_reply_r'] != '') {
    $sendmessage = mysql_query("INSERT INTO `message_reply`(`message_sent_id`,`form_id`,`user_id`,`main_user_id`,`reply_by`,`sent_by`,`message_reply`,`date_reply`) VALUES ('{$_REQUEST['message_id_r']}','{$_REQUEST['fid']}','{$_REQUEST['uid']}','{$_REQUEST['main_user_r']}','{$admin_id}','{$_REQUEST['sent_by_r']}','{$_REQUEST['message_reply_r']}',now())") or die(mysql_error());
}
$temp_message = mysql_query("SELECT * FROM `message_sent` WHERE `user_id`='{$_REQUEST['uid']}' &&`form_id`='{$_REQUEST['fid']}' order by message_id desc") or die(mysql_error());
$message = mysql_fetch_object($temp_message);
?>
				<div>
				  <div id="news_list">
					  <div class="rep_middle">
					  <div class="rep_tit"><a>
Пример #20
0
<?php

ob_start();
ini_set('display_errors', 1);
error_reporting(E_ALL);
$path = $_SERVER['DOCUMENT_ROOT'] . "/rao/path.php";
require_once $path;
$header = $_SERVER['DOCUMENT_ROOT'] . "/rao/attorney/header.php";
require $header;
require_once $config;
include '../../classes/login-functions.php';
include '../classes/meshed.php';
if (loggedin()) {
    /*Class file to call the functions*/
    $meshedform = new Meshed();
    ?>

<!-- For validations -->
<script src="http://<?php 
    echo $jqueryminjs;
    ?>
"></script>

<script src="http://<?php 
    echo $validateminjs;
    ?>
"></script>

<!-- validation end --> 

<style type="text/css">
Пример #21
0
<?php
ob_start();
ini_set('display_errors',1);  
error_reporting(E_ALL);
$path = $_SERVER['DOCUMENT_ROOT']."/path.php";
require_once($path);
include('header.php');
require_once($config);
$functionsfile = $_SERVER['DOCUMENT_ROOT']."/classes/functions.php";
include($functionsfile);
include('attorney/classes/meshed.php');
$temp_profile = new meshed();
	$a_username = $_SESSION['username'];
	$a      = $_SESSION['username'];
	$meshednew     = new Meshed();
	$att_ids       = $meshednew->getIdByUname();
?>
<section class="row">
	<div class="container dashboard_bg">
<?php if(isset($_REQUEST['fid'])){?>
	<p class="plantiff_name"><?php echo $pName = $meshednew->GetInfoPlantiffInformation("plantiff_name",$_REQUEST['fid']); ?></p>
	<?php }?>
			<div class="upload_clients_document">
				<h1>Uploaded Client Documents</h1>
				<div class="attorney_row">
					<div class="attorney_documents_left">
					<form name="upload-form" method="post" enctype="multipart/form-data" id="uploadForm" action="">
						<div class="attorney_row">
							<label>Document Type</label>
							<select name="relate_to" required>
								<option value="">...Select...</option>
Пример #22
0
<?php
ob_start();
ini_set('display_errors',1);  
error_reporting(E_ALL);
$path = $_SERVER['DOCUMENT_ROOT']."/path.php";
require_once($path);
include('header.php');
require_once($config);
include('../classes/login-functions.php');
if(loggedin()) 
{
/*Class file to call the functions*/
include('../attorney/classes/meshed.php');
$functions = $_SERVER['DOCUMENT_ROOT']."/classes/functions.php";
require_once($functions);
$myobj = new Meshed();
$a_username    = $_SESSION['username'];
		
$getfunction   = new Allfunctions();
$designationid = $getfunction->GetObjectByUsername("id",$a_username);
?>

<?php
if(isset($_REQUEST['record'])){
	switch($_REQUEST['record']){
		case 'updated' :		
		$msg = "Reocrd Updated Successfully";
?>
		<div class="container">
			<div class="search_bottom">
				<p><?=$msg?></p>
Пример #23
0
ob_start();
ini_set('display_errors', 1);
error_reporting(E_ALL);
require_once '../../../includes/functions.php';
$path = $_SERVER['DOCUMENT_ROOT'] . "/path.php";
require_once $path;
include $config;
include '../../functions.php';
include '../classes/Cases.php';
$desg = new Cases();
$functions = $pathofmayo . "/classes/functions.php";
include $functions;
$meshedfile = $pathofmayo . "/attorney/classes/meshed.php";
require_once $meshedfile;
$getdata = new Meshed();
?>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script language="javascript" type="text/javascript">
function getXMLHTTP() { 
		var xmlhttp=false;	
		try{
			xmlhttp=new XMLHttpRequest();
		}
		catch(e)	{		
			try{			
				xmlhttp= new ActiveXObject("Microsoft.XMLHTTP");
			}
			catch(e){
				try{
				xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
Пример #24
0
<?php
ob_start();
ini_set('display_errors',1);  
error_reporting(E_ALL);
require_once('../../../includes/functions.php');
$path = $_SERVER['DOCUMENT_ROOT']."/path.php";
require_once($path);
include($config);
include '../../functions.php';
include '../classes/Cases.php';
$desg = new Cases();
$functions  = $pathofmayo."/classes/functions.php";
include($functions);
$meshedfile = $pathofmayo."/attorney/classes/meshed.php";
require_once($meshedfile);
$getdatas = new Meshed();
if(loggedin())
{
	$header_admin = $pathofmayo."/mayo-admin/welcome/header.php";
	require_once($header_admin);
?>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript">
	function getXMLHTTP() 
	{ 
		var xmlhttp=false;	
		try
		{
			xmlhttp=new XMLHttpRequest();
		}
		catch(e)	
require_once $path;
$header = $pathofmayo . "/attorney/header.php";
require $header;
require_once $config;
include '../../classes/login-functions.php';
@($emails = $_SESSION['email']);
if (!isset($emails)) {
    ?>
<script>window.location="index.php";</script>
<?php 
}
if (loggedin()) {
    if (isset($_SESSION['username'])) {
        $a = $_SESSION['username'];
    }
    $meshednew = new Meshed();
    $att_id = $meshednew->getIdByUname();
    $form_id = $meshednew->getFormId($emails);
    $user_id = $meshednew->UserId($emails);
    ?>
<!-- validation end -->
<style type="text/css">
.error
{
	color: #ff0000;
	font: 12px/4 open_sansregular;
	margin: 0 !important;
}
</style>
<section class="row">
	<div class="container client_application">
Пример #26
0
<?php

ob_start();
$path = $_SERVER['DOCUMENT_ROOT'] . "/path.php";
require_once $path;
$header = $pathofmayo . "/attorney/header.php";
require $header;
require_once $config;
include '../../classes/login-functions.php';
if (loggedin()) {
    /*Class file to call the functions*/
    $temp_profile = new Meshed();
    ?>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="https://<?php 
    echo $validateminjs;
    ?>
"></script>

<!-- validation end --> 

<!-- jQuery Form Validation code -->
<script>
	$(document).ready(function(){
	 $("#registration").validate({
    
        // Specify the validation rules
        rules: {
            plantiff_name:{
				required: true
				},
Пример #27
0
<?php

ob_start();
session_start();
$path = $_SERVER['DOCUMENT_ROOT'] . "/path.php";
require_once $path;
$header = $pathofmayo . "/case-manager/header.php";
require $header;
require_once $config;
include '../../classes/login-functions.php';
$data1 = $_SESSION['email'];
if (loggedin()) {
    $a = $_SESSION['username'];
    $meshednew = new Meshed();
    $att_id = $meshednew->getIdByUname();
    $form_id = $meshednew->getFormId($data1);
    $user_id = $meshednew->UserId($data1);
    ?>

<style type="text/css">
	.error{
		color: #ff0000;
		font: 12px/3 open_sansregular;
	}
</style>
<!-- jQuery Form Validation code -->
<section class="row">
	<div class="container client_application">
	<?php 
    if (isset($_REQUEST['submit'])) {
        $meshednew->um_uim_o = mysql_real_escape_string($_REQUEST['um_uim']);
Пример #28
0
<?php
$path = $_SERVER['DOCUMENT_ROOT']."/path.php";
require_once($path);
include($config);
include '../classes/Cases.php';
$desg = new Cases();
$functions  = $pathofmayo."/classes/functions.php";
include($functions);
$meshedfile = $pathofmayo."/attorney/classes/meshed.php";
require_once($meshedfile);
//class file calling from attorney panel
$getdata = new Meshed();
?>
<?php
if($_POST['page'])
{
$page = $_POST['page'];
$cur_page = $page;
$page -= 1;
$per_page = 15;
$previous_btn = true;
$next_btn = true;
$first_btn = true;
$last_btn = true;
$start = $page * $per_page;
$query =mysql_query("select a.*,b.*,d.* from plantiff_information a inner join plantiff_case_type_info b on a.form_id=b.form_id and a.id=b.id inner join members d on a.id=d.id and b.id=d.id where b.admin_approved=0 and b.case_closed=0 ORDER BY a.`form_id` DESC LIMIT $start, $per_page") or die(mysql_error());
$i=1;
while ($row = mysql_fetch_array($query)) {
?>
<form name="verify" method="post" action="">
<div class="log_row">