Example #1
0
<?php

ini_set('display_errors', 'off');
require_once 'include/session.php';
include "class.docket.php";
$obj = new docket();
?>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Welcome Page</title>
        <link rel="stylesheet" href="css/jquery.fancybox.css" />
        <link rel="stylesheet" href="css/jquery-ui.css" />
        <link rel="stylesheet" href="css/custom.css" />
        <link rel="stylesheet" href="css/menu.css" />
        <script src="js/jquery-1.8.3.min.js"></script>
<!--        <script type="text/javascript"  src="js/jquery-1.11.1.min.js"></script>-->
        <script type="text/javascript"  src="js/jquery-ui.js"></script>
        <script type="text/javascript"  src="js/jquery.fancybox.js"></script>
        <script type="text/javascript"  src="js/custom.js"></script>

        <!--Below are two js for editor
        <script type="text/javascript" src="editor/jscripts/tiny_mce/tiny_mce.js"></script>
        <script type="text/javascript" src="editor/jscripts/tarun.js"></script>  -->
        <style>
            #addVar{background: none repeat scroll 0 0 #000000;color: #FFFFFF;padding: 3px;cursor: pointer;}
            .custom-combobox {position: relative;display: inline-block;}
            .custom-combobox-toggle {position: absolute;top: 0;bottom: 0;margin-left: -1px;padding: 0;/* support: IE7 */*height: 1.7em;*top: 0.1em;}
            .custom-combobox-input {margin: 0;padding: 0.3em;}
            .ui-state-default .ui-icon {background-image: url("images/ui-icons_888888_256x240.png");}
            .custom-combobox input { width:250px;}
Example #2
0
<?php

require_once 'include/session.php';
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Client List</title>
	<link rel="stylesheet" href="css/custom.css" />
	<link rel="stylesheet" href="css/menu.css" />
<?php 
include "class.docket.php";
$obj = new docket();
?>
</head>

<body> <?php 
include_once 'include/menu.php';
?>
	<div class="content1">
		
		<div class="welcome"><h3>Welcome <?php 
echo $_SESSION['username'];
?>
!</h3></div>

<table  width="100%">
<!--<form action="" method="post">-->
<tr>
<td><b>S.no</b></td>
<td><b>Lawfirm</b></td>
Example #3
0
<!DOCTYPE HTML>
<?php 
ini_set('display_errors', 'off');
require_once 'include/session.php';
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Search</title>
	<link rel="stylesheet" href="css/custom.css">
	<link rel="stylesheet" href="css/menu.css">
<?php 
include "class.docket.php";
$obj = new docket();
?>
</head>

<body> <?php 
include_once 'include/menu.php';
?>
	<div class="content1">
    
		<div class="welcome"><h3>Welcome <?php 
echo $_SESSION['username'];
?>
!</h3></div>

<table  width="100%">

<a href="create_word.php?application=<?php 
echo $_POST['application'];
Example #4
0
<?php

//ini_set("display_errors", "off");
header("Content-Type: application/vnd.ms-word");
header("Content-disposition: inline; filename=search-" . $_GET['application'] . "-" . date('dmY-H:i:s') . ".doc");
header("Pragma: no-cache");
header("Expires: 0");
echo $app = $_GET['application'];
include "class.docket.php";
$i = 0;
print "<table border=\"1\"><tr><td><b>S.NO.</b></td><td><b>Application_NO</b></td><td><b>Mark</b></td><td><b>Classes</b></td><td><b>Filling_Date</b></td><td><b>Applicant</b></td><td><b>Client</b></td><td><b>Priority_Date</b></td><td><b>Jurisdiction</b></td><td><b>Status</b></td><td><b>History</b></td><td><b>Pending_Record</b></td></tr>";
$obj = new docket();
echo $obj->search("{$app}");
Example #5
0
<?php

ini_set('display_errors', 'off');
require_once 'include/session.php';
include "class.docket.php";
$obj = new docket();
?>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Welcome Page</title>
        <link rel="stylesheet" href="css/jquery.fancybox.css" />
        <link rel="stylesheet" href="css/jquery-ui.css" />
        <link rel="stylesheet" href="css/custom.css" />
        <link rel="stylesheet" href="css/menu.css" />
        <script type="text/javascript"  src="js/jquery-1.8.3.min.js"></script>
        <script type="text/javascript"  src="js/jquery-ui.js"></script>
        <script type="text/javascript"  src="js/jquery.fancybox.js"></script>
        <script type="text/javascript"  src="js/custom.js"></script>

        <!--Below are two js for editor
        <script type="text/javascript" src="editor/jscripts/tiny_mce/tiny_mce.js"></script>
        <script type="text/javascript" src="editor/jscripts/tarun.js"></script>  -->
        <style>
            #addVar{background: none repeat scroll 0 0 #000000;color: #FFFFFF;padding: 3px;cursor: pointer;}
            .custom-combobox {position: relative;display: inline-block;}
            .custom-combobox-toggle {position: absolute;top: 0;bottom: 0;margin-left: -1px;padding: 0;/* support: IE7 */*height: 1.7em;*top: 0.1em;}
            .custom-combobox-input {margin: 0;padding: 0.3em;}
            .ui-state-default .ui-icon {background-image: url("images/ui-icons_888888_256x240.png");}
            .custom-combobox input { width:250px;}
        </style>  
Example #6
0
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<title>Update User</title>
		<link rel="stylesheet" href="css/jquery.fancybox.css" />
        <link rel="stylesheet" href="css/jquery-ui.css" />
        <link rel="stylesheet" href="css/custom.css" />
        <link rel="stylesheet" href="css/menu.css" />
        <script src="js/jquery-1.8.3.min.js"></script>

        <script src="js/jquery-ui.js"></script>
        <script src="js/jquery.fancybox.js"></script>
        <script src="js/custom.js"></script>
		<?php 
include "class.docket.php";
$obj = new docket();
?>
<style>
            #addEmail {background: none repeat scroll 0 0 #000000;color: #FFFFFF;padding: 3px;cursor: pointer;}
            .removeEmail {background: none repeat scroll 0 0 #8d8d8d;color: #FFFFFF;padding: 3px;cursor: pointer;}
        </style>
	</head>
	<?php 
if ($_GET['action'] == 'edit') {
    $id = $_GET['id'];
    $obj->edit_user($id);
}
if (isset($_REQUEST['action']) && $_REQUEST['action'] == 'delete') {
    $id = $_REQUEST['id'];
    $obj->delete_user($id);
}
Example #7
0
<?php

ini_set('display_errors', 'off');
require_once 'include/session.php';
include "class.docket.php";
$obj = new docket();
?>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Welcome Page</title>
        <link rel="stylesheet" href="css/jquery.fancybox.css" />
        <link rel="stylesheet" href="css/jquery-ui.css" />
        <link rel="stylesheet" href="css/custom.css" />
        <link rel="stylesheet" href="css/menu.css" />
        <script type="text/javascript"  src="js/jquery-1.8.3.min.js"></script>
        <script type="text/javascript"  src="js/jquery-ui.js"></script>
        <script type="text/javascript"  src="js/jquery.fancybox.js"></script>
        <script type="text/javascript"  src="js/custom.js"></script>

        <!--Below are two js for editor
        <script type="text/javascript" src="editor/jscripts/tiny_mce/tiny_mce.js"></script>
        <script type="text/javascript" src="editor/jscripts/tarun.js"></script>  -->
        <style>
            #addVar{background: none repeat scroll 0 0 #000000;color: #FFFFFF;padding: 3px;cursor: pointer;}
            .custom-combobox {position: relative;display: inline-block;}
            .custom-combobox-toggle {position: absolute;top: 0;bottom: 0;margin-left: -1px;padding: 0;/* support: IE7 */*height: 1.7em;*top: 0.1em;}
            .custom-combobox-input {margin: 0;padding: 0.3em;}
            .ui-state-default .ui-icon {background-image: url("images/ui-icons_888888_256x240.png");}
            .custom-combobox input { width:250px;}
        </style>  
Example #8
0
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Update Adversary</title>
        <link rel="stylesheet" href="css/jquery.fancybox.css" />
        <link rel="stylesheet" href="css/jquery-ui.css" />
        <link rel="stylesheet" href="css/custom.css" />
        <link rel="stylesheet" href="css/menu.css" />
        <script src="js/jquery-1.8.3.min.js"></script>

        <script src="js/jquery-ui.js"></script>
        <script src="js/jquery.fancybox.js"></script>
        <script src="js/custom.js"></script>
        <?php 
include "class.docket.php";
$obj = new docket();
?>
    </head>
    <?php 
if ($_GET['action'] == 'edit') {
    $id = $_GET['id'];
    $obj->edit_adversary($id);
}
if (isset($_REQUEST['action']) && $_REQUEST['action'] == 'delete') {
    $id = $_REQUEST['id'];
    $obj->delete_adversary($id);
}
?>
    <body>
        <?php 
include_once 'include/menu.php';
Example #9
0
require_once 'include/session.php';
?>
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Email List</title>
<link rel="stylesheet" href="css/custom.css" />
			<link rel="stylesheet" href="css/menu.css" />
		<script src="js/jquery-1.8.3.min.js"></script>
		<script src="js/custom.js"></script>

<?php 
include "class.docket.php";
$obj = new docket();
?>
</head>
<body>	
<?php 
include_once 'include/menu.php';
?>
<div class="content1">
<div class="welcome"><h3>Welcome <?php 
echo $_SESSION['username'];
?>
!</h3></div>
<table  width="100%">
<!--<form action="" method="post">-->
<tr>
<td><b>S.no</b></td>
Example #10
0
<?php

ini_set('display_errors', 'off');
require_once 'include/session.php';
include "class.docket.php";
$obj = new docket();
if ($_POST) {
    $id = $_POST['id'];
    $file_type = $_POST['file_type'];
    $application_no = $_POST['app_no'];
    $mark = addslashes($_POST['mark']);
    $image_named = $_POST['file'];
    $class = $_POST['classes'];
    $classes = str_replace(' ', ',', $class);
    $user = $_POST['user_proposed'];
    $filing_date = $_POST['filing_date'];
    $applicant = $_POST['applicant'];
    $client = $_POST['client'];
    $priority_date = $_POST['priority_date'];
    $jurisdiction = $_POST['jurisdiction'];
    $goods_services = $_POST['goods_services'];
    $status = $_POST['status'];
    $status_date = $_POST['status_date'];
    $status2 = $_POST['status2'];
    $status2_date = $_POST['status2_date'];
    $status3 = $_POST['status3'];
    $status3_date = $_POST['status3_date'];
    $status4 = $_POST['status4'];
    $status4_date = $_POST['status4_date'];
    $status5 = $_POST['status5'];
    $status5_date = $_POST['status5_date'];
Example #11
0
require_once 'include/session.php';
?>
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Create Letter</title>
	<link rel="stylesheet" href="css/custom.css" />
			<link rel="stylesheet" href="css/menu.css" />
		<script src="js/jquery-1.8.3.min.js"></script>
		<script src="js/custom.js"></script>


<?php 
include "class.docket.php";
$obj = new docket();
if (isset($_POST['subject'])) {
    $obj->docket();
    $obj->insertletter();
}
?>
</head>
<body>

<?php 
include_once 'include/menu.php';
?>
<div class="content">
        <div class="welcome"><h3>Welcome <?php 
echo $_SESSION['username'];
?>
Example #12
0
<?php

ini_set('display_errors', 'off');
require_once 'include/session.php';
include "class.docket.php";
$obj = new docket();
?>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Welcome Page</title>
        <link rel="stylesheet" href="css/jquery.fancybox.css" />
        <link rel="stylesheet" href="css/jquery-ui.css" />
        <link rel="stylesheet" href="css/custom.css" />
        <link rel="stylesheet" href="css/menu.css" />
        <script type="text/javascript"  src="js/jquery-1.8.3.min.js"></script>
        <script type="text/javascript"  src="js/jquery-ui.js"></script>
        <script type="text/javascript"  src="js/jquery.fancybox.js"></script>
        <script type="text/javascript"  src="js/custom.js"></script>

        <!--Below are two js for editor
        <script type="text/javascript" src="editor/jscripts/tiny_mce/tiny_mce.js"></script>
        <script type="text/javascript" src="editor/jscripts/tarun.js"></script>  -->
        <style>
            #addVar,#addStatusRecordals{background: none repeat scroll 0 0 #000000;color: #FFFFFF;padding: 3px;cursor: pointer;}
            .removeStatusRecordals {background: none repeat scroll 0 0 #8d8d8d;color: #FFFFFF;padding: 3px;cursor: pointer;}
            .custom-combobox {position: relative;display: inline-block;}
            .custom-combobox-toggle {position: absolute;top: 0;bottom: 0;margin-left: -1px;padding: 0;/* support: IE7 */*height: 1.7em;*top: 0.1em;}
            .custom-combobox-input {margin: 0;padding: 0.3em;}
            .ui-state-default .ui-icon {background-image: url("images/ui-icons_888888_256x240.png");}
            .custom-combobox input { width:250px;}
Example #13
0
<?
include "class.docket.php";
$obj=new docket();
$appno=$_POST['appno'];
$lettertype=$_POST['lettertype'];
$recp=$_SESSION['email'];
$obj->show_letter($appno,$lettertype);
$recp=$_SESSION['email'];
$subject=$obj->sub;
$a=$obj->letterbody;
//$myFile = $_SERVER['DOCUMENT_ROOT']."/docketing_backup/asset/Letter.doc";
$myFile = "asset/Letter.doc";
$fh = fopen($myFile, 'a') or die("can't open file");
echo filesize($myFile);
/*fwrite($fh,$a);
fclose($fh);

function mail_attachment($filename, $path, $mailto, $from_mail, $from_name, $replyto, $subject, $message) {
    $file = $path.$filename;
    $file_size = filesize($file);
    $handle = fopen($file, "r");
    $content = fread($handle, $file_size);
    fclose($handle);
    $content = chunk_split(base64_encode($content));
    $uid = md5(uniqid(time()));
    $name = basename($file);
    $header = "From: ".$from_name." <".$from_mail.">\r\n";
    $header .= "Reply-To: ".$replyto."\r\n";
    $header .= "MIME-Version: 1.0\r\n";
    $header .= "Content-Type: multipart/mixed; boundary=\"".$uid."\"\r\n\r\n";
    $header .= "This is a multi-part message in MIME format.\r\n";
Example #14
0
require_once 'include/session.php';
?>
<!DOCTYPE HTML>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Update Email</title>
<link rel="stylesheet" href="css/custom.css" />
			<link rel="stylesheet" href="css/menu.css" />
		<script src="js/jquery-1.8.3.min.js"></script>
		<script src="js/custom.js"></script>

<?php 
include "class.docket.php";
$obj = new docket();
?>
</head>
<?php 
if (isset($_REQUEST['action']) && $_REQUEST['action'] == 'edit') {
    $id = $_REQUEST['id'];
    $obj->docket();
    $obj->show($id);
}
if (isset($_POST['act']) == 'update') {
    $obj->docket();
    $obj->updatemail($id);
}
?>
<body>
Example #15
0
<?php

ini_set('display_errors', 'on');
require_once 'include/session.php';
include "class.docket.php";
$obj = new docket();
if ($_GET['action'] == 'edit') {
    $id = $_GET['id'];
    $obj->edit_user($id);
}
if (isset($_REQUEST['action']) && $_REQUEST['action'] == 'delete') {
    $id = $_REQUEST['id'];
    $obj->delete_user($id);
}
if ($_POST) {
    $id = $_POST['id'];
    $name = addslashes($_POST['name']);
    $name_code = $_POST['name_code'];
    $address = addslashes($_POST['address']);
    $entity_type = addcslashes($_POST['entity_type']);
    session_start();
    $obj->update_user($id, $name, $name_code, $address, $entity_type);
}
?>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Update Entity</title>
        <link rel="stylesheet" href="css/custom.css" />
        <link rel="stylesheet" href="css/menu.css" />
        <script src="js/jquery-1.8.3.min.js"></script>
Example #16
0
<?php

session_start();
require_once 'include/session.php';
include "class.docket.php";
$obj = new docket();
if ($_POST) {
    /*echo '<pre>';
      print_r($_POST);
      die();*/
    $file_type = $_POST['file_type'];
    $app_no = $_POST['app_no'];
    $mark = addslashes($_POST['mark']);
    $domain_name = addslashes($_POST['domain_name']);
    $adversary_entity = $_POST['alertdate'];
    $filing_date = $_POST['filing_date'];
    $applicant = $_POST['applicant'];
    $client = $_POST['client'];
    $client_marks = addslashes($_POST['client_marks']);
    $priority_date = $_POST['priority_date'];
    $jurisdiction = $_POST['jurisdiction'];
    $prior_use_india = $_POST['prior_use_india'];
    $prior_use_international = $_POST['prior_use_international'];
    $prior_use_adversary = $_POST['prior_use_adversary'];
    $history = addslashes($_POST['history']);
    $pending_record = $_POST['pending_record'];
    $cl_ref_no = $_POST['cl_ref_no'];
    $obj->apply_new($file_type, $mark, $domain_name, $adversary_entity, $filing_date, $applicant, $client, $client_marks, $priority_date, $jurisdiction, $prior_use_india, $prior_use_international, $prior_use_adversary, $history, $cl_ref_no);
}
?>
  
Example #17
0
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Add Status</title>
 <link rel="stylesheet" href="css/jquery-ui.css" />
<link rel="stylesheet" href="css/custom.css">
	<link rel="stylesheet" href="css/menu.css">
    
    <script src="js/jquery-1.8.3.min.js"></script>
    <script src="js/custom.js"></script>
    <script src="js/jquery-ui.js"></script>
    
<?php 
include "class.docket.php";
$obj = new docket();
if ($_POST['add_status']) {
    $obj->docket();
    $obj->insert_status();
}
?>
<body><?php 
include_once 'include/menu.php';
?>
	<div class="content">
    <div class="clear">
		<div class="welcome"><h3 style="margin-left: 130px;" >Welcome <?php 
echo $_SESSION['username'];
?>
!</h3></div>
        </div>
Example #18
0
						<tr>
							<td> Confirm Password :</td><td>
							<input type="password" name="repass" id="repass" />
							</td>
						</tr>
						<tr>
						<tr>
							<td></td><td>
							<input type="submit"  id="submit_pass" value="Update" />
							</td>
						</tr>
					</table>
				</form>
			</div>
			<?php 
echo "<div style='Color:#FF0000; margin-top:15px;font-weight:bold; '>" . $_GET['updated'] . "</div>";
?>
		</div>
		<?php 
if ($_POST) {
    $id = $_POST['id'];
    $pass = $_POST['pass'];
    $repass = $_POST['repass'];
    session_start();
    include "class.docket.php";
    $obj = new docket();
    $obj->change_pass($id, $pass, $repass);
}
?>
	</body>
</html>
Example #19
0
<?php

ini_set('display_errors', 'off');
require_once 'include/session.php';
include "class.docket.php";
$obj = new docket();
if ($_POST) {
    $id = $_POST['id'];
    $file_type = $_POST['file_type'];
    $patn_digit11 = $_POST['patn_digit1'];
    $patn_digit13 = $_POST['patn_digit3'];
    $patn_digit15 = $_POST['patn_digit5'];
    if ($patn_digit11 != '') {
        $patn_digit1 = $patn_digit11;
    } else {
        if ($patn_digit13 != '') {
            $patn_digit1 = $patn_digit13;
        } else {
            if ($patn_digit15 != '') {
                $patn_digit1 = $patn_digit15;
            }
        }
    }
    $patn_digit12 = $_POST['patn_digit2'];
    $patn_digit14 = $_POST['patn_digit4'];
    if ($patn_digit12 != '') {
        $patn_digit2 = $patn_digit12;
    } else {
        if ($patn_digit14 != '') {
            $patn_digit2 = $patn_digit14;
        }
Example #20
0
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/jquery.fancybox.js"></script>
<script src="js/custom.js"></script>
<style>
    #addEmail {background: none repeat scroll 0 0 #000000;color: #FFFFFF;padding: 3px;cursor: pointer;}
    .removeEmail {background: none repeat scroll 0 0 #8d8d8d;color: #FFFFFF;padding: 3px;cursor: pointer;}
</style>
<?php 
if ($_POST) {
    $name = addslashes($_POST['name']);
    $name_code = $_POST['name_code'];
    $address = $_POST['address'];
    session_start();
    include "class.docket.php";
    $obj = new docket();
    if ($_GET['pop'] == 'yes' && $_GET['current_ent'] == 'app_ent') {
        $entityid = $obj->add_app_client($name, $name_code, $address, 'yes');
        $sql = "select auto_id,email from user_entity_email where user_id='{$entityid}'";
        $res = mysql_query($sql);
        $emls = '';
        while ($row = mysql_fetch_array($res)) {
            $auto_id = $row['auto_id'];
            $emailId = $row['email'];
            $emls .= '<option value=\\"' . $auto_id . '\\">' . htmlspecialchars($emailId) . '</option>';
        }
        echo "<script>\r\n            showTXT = '';\r\n            \$(function() {\r\n                parent.\$('#applicant').append(\"<option value='{$entityid}' selected='selected'>{$name}</option>\");\r\n                showTXT= parent.\$('#applicant option:selected').text();\r\n                parent.\$('#applicant').next().children('input ').val(showTXT);\r\n                parent.\$('.applicant_ref_no').val(\"{$name_code}\");\r\n                parent.\$('.client_mail').append('{$emls}');\r\n                try {\r\n                    parent.jQuery.fancybox.close();\r\n                } catch (err) {\r\n                    parent.\$('#fancybox-overlay').hide();\r\n                    parent.\$('#fancybox-wrap').hide();\r\n                }\r\n            });\r\n        </script>    \r\n        ";
    } else {
        if ($_GET['pop'] == 'yes' && $_GET['current_ent'] == 'cli_ent') {
            $entityid = $obj->add_app_client($name, $name_code, $address, 'yes');
            $sql = "select auto_id,email from user_entity_email where user_id='{$entityid}'";
Example #21
0
        <link rel="stylesheet" href="css/custom.css" />
        <link rel="stylesheet" href="css/menu.css" />
        <style type="text/css" title="currentStyle">
            @import "media/css/demo_page.css";
            @import "media/css/demo_table.css";
        </style>        
        <script type="text/javascript" language="javascript" src="media/js/jquery.js"></script>
        <script type="text/javascript" language="javascript" src="media/js/jquery.dataTables.js"></script>
        <script type="text/javascript" charset="utf-8">
            $(document).ready(function() {
                $('#datatabe').dataTable();
            });
        </script>
        <?php 
include "class.docket.php";
$obj = new docket();
?>
    </head>
    <body> <?php 
include_once 'include/menu.php';
?>
        <div class="content1">
            <div class="welcome"><h3>Welcome <?php 
echo $_SESSION['username'];
?>
!</h3></div>
            <table id="datatabe"  cellpadding="0" cellspacing="0" border="0" class="display" >
                <thead>
                    <tr>
                        <td><b>S.no</b></td>
                        <td><b>Applicant/Client NAME</b></td>
Example #22
0
                    <td valign="top"> Name :</td><td>
                        <input type="text" name="name" id="name" />
                    </td>
                </tr>
                <tr class="">
                    <td valign="top"> ADDRESS :</td><td><textarea  name="address" id="address" class=""> </textarea></td>
                </tr>
                <tr>
                    <td></td><td>
                        <input type="submit" id="submit_user" value="Submit" />
                    </td>
                </tr>
            </table>
        </form>
    <?php 
echo "<div style='Color:#FF0000; margin-top:15px;font-weight:bold; '>" . $_GET['created'] . "</div>";
?>
    </div>
        <?php 
if ($_POST) {
    $name = addslashes($_POST['name']);
    $address = addslashes($_POST['address']);
    session_start();
    include "class.docket.php";
    $obj = new docket();
    $obj->add_adversary_client($name, $address);
}
?>

    </body>
</html>
Example #23
0
<?php

ini_set('display_errors', 'off');
require_once 'include/session.php';
include "class.docket.php";
$obj = new docket();
if ($_GET['action'] == 'edit') {
    $id = $_GET['id'];
    $obj->edit_application($id);
}
if ($_GET['action'] == 'delete') {
    $id = $_REQUEST['id'];
    $obj->delete_application($id);
}
?>
<html> <!--  manifest="cache.appcache" -->
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Update Application</title>
        <link rel="stylesheet" href="css/jquery.fancybox.css" />
        <link rel="stylesheet" href="css/jquery-ui.css" />
        <link rel="stylesheet" href="css/custom.css" />
        <link rel="stylesheet" href="css/menu.css" />
        <script src="js/jquery-1.8.3.min.js"></script>
        <script src="js/jquery-ui.js"></script>
        <script src="js/jquery.fancybox.js"></script>
        <script src="js/custom.js"></script>

        <style>
            #addVar,#addStatusRecordals{background: none repeat scroll 0 0 #000000;color: #FFFFFF;padding: 3px;cursor: pointer;}
            .removeStatusRecordals {background: none repeat scroll 0 0 #8d8d8d;color: #FFFFFF;padding: 3px;cursor: pointer;}
Example #24
0
            $(document).ready(function() {
                $(document).ready(function() { $('#datatable').dataTable(); });
                function popitup(url) {
                    newwindow = window.open(url, 'name', 'height=500,width=550');
                    if (window.focus) {
                        newwindow.focus()
                    }
                    return false;
                }


            });
        </script>
        <?php 
include "class.docket.php";
$obj = new docket();
?>
    </head>

    <body> <?php 
include_once 'include/menu.php';
?>
	<div class="content1">

	    <div class="welcome"><h3>Welcome <?php 
echo $_SESSION['username'];
?>
!</h3></div>
            <table id="datatable" class="display" cellspacing="0" width="100%">
		<thead>
		<tr>
Example #25
0
ini_set('display_errors', 'off');
require_once 'include/session.php';
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Update Notification</title>
<link rel="stylesheet" href="css/jquery-ui.css" />
 <link rel="stylesheet" href="css/custom.css" />
 	<link rel="stylesheet" href="css/menu.css" />
 	  <script src="js/jquery-1.8.3.min.js"></script>
    <script src="js/custom.js"></script>
    <script src="js/jquery-ui.js"></script>
<?php 
include "class.docket.php";
$obj = new docket();
?>
</head>

<?php 
if ($_GET['action'] == 'edit') {
    $ides = $_GET['id'];
    $notice_id = $_GET['notice_id'];
    //$obj->edit_application($id);
    //$sql="select *,(SELECT s.status_name FROM application_status a_s, status s  WHERE s.id=a_s.status and a_s.app_id='$ides') AS status from application a where id='$ides'";
    //$res=mysql_query($sql);
    $getClients = mysql_query("select a.*,g.app_id,g.status_name from application a,getappstatus g\r\nwhere a.id='{$ides}' and g.app_id='{$ides}' group by a.id");
    if ($getClients === FALSE) {
        die($getClients . mysql_error());
    }
    $row = mysql_fetch_array($getClients);
Example #26
0
							<input type="radio" name="role" value="associate"  />
							</td>
						</tr>
						<tr>
							<td></td><td>
							<input type="submit"  id="submit_user" value="Submit" />
							</td>
						</tr>
					</table>
				</form>
			</div>
			<?php 
echo "<div style='Color:#FF0000; margin-top:15px;font-weight:bold; '>" . $_GET['created'] . "</div>";
?>
		</div>
		<?php 
if ($_POST) {
    $name = $_POST['name'];
    $password = $_POST['password'];
    $email = $_POST['email'];
    $mobile = $_POST['mobile'];
    $address = $_POST['address'];
    $role = $_POST['role'];
    session_start();
    include "class.docket.php";
    $obj = new docket();
    $obj->add_admin_manager($name, $password, $email, $mobile, $address, $role);
}
?>
	</body>
</html>
Example #27
0
require_once 'include/session.php';
?>
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>mail</title>
	<link rel="stylesheet" href="css/custom.css" />
			<link rel="stylesheet" href="css/menu.css" />
		<script src="js/jquery-1.8.3.min.js"></script>
		<script src="js/custom.js"></script>


<?php 
include "class.docket.php";
$obj = new docket();
if (isset($_POST['subject'])) {
    $obj->docket();
    $obj->insertmail();
}
?>
</head>
<body>
<table align="center">
<?php 
include_once 'include/menu.php';
?>
<div class="welcome"><h3>Welcome <?php 
echo $_SESSION['username'];
?>
!</h3></div>
Example #28
0
<?php

ini_set('display_errors', 'on');
require_once 'include/session.php';
include "class.docket.php";
$obj = new docket();
if ($_POST) {
    $id = $_POST['id'];
    $status_name = $_POST['status_name'];
    $parent_status = $_POST['parent_status'];
    $radio_option = $_POST['radio_option'];
    $time_to_execute = $_POST['time_to_execute'];
    //session_start();
    $obj->update_status($id, $status_name, $parent_status, $radio_option, $time_to_execute);
}
$parent_id = '';
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Update Status</title>
 <link rel="stylesheet" href="css/custom.css" />
 	<link rel="stylesheet" href="css/menu.css" />
 	 <script src="js/jquery-1.8.3.min.js"></script>
    <script src="js/custom.js"></script>

</head>
<?php 
if ($_GET['action'] == 'edit') {
    $id = $_GET['id'];
    $obj->edit_status($id);
Example #29
0
<?php

ini_set('display_errors', 'off');
require_once 'include/session.php';
if ($_POST) {
    $name = addslashes($_POST['name']);
    $name_code = $_POST['name_code'];
    $address = addslashes($_POST['address']);
    $entity_type = addcslashes($_POST['entity_type']);
    session_start();
    include "class.docket.php";
    $obj = new docket();
    $obj->add_app_client($name, $name_code, $address, $entity_type);
}
?>
<html>
    <head>
        <title>ADD Entity</title>
        <link rel="stylesheet" href="css/custom.css" />
        <link rel="stylesheet" href="css/menu.css" />
        <script src="js/jquery-1.8.3.min.js"></script>
        <script src="js/custom.js"></script>
        <style>
            #addEmail {background: none repeat scroll 0 0 #000000;color: #FFFFFF;padding: 3px;cursor: pointer;}
            .removeEmail {background: none repeat scroll 0 0 #8d8d8d;color: #FFFFFF;padding: 3px;cursor: pointer;}
        </style>
    </head>
    <body>
        <?php 
include_once 'include/menu.php';
?>
Example #30
0
<?php

ini_set('display_errors', 'off');
require_once 'include/session.php';
?>
<html>
    <head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>Adversary List</title>
	<link rel="stylesheet" href="css/custom.css" />
	<link rel="stylesheet" href="css/menu.css" />
        
	<?php 
include "class.docket.php";
$obj = new docket();
?>
    </head>

    <body> <?php 
include_once 'include/menu.php';
?>
	<div class="content1">

	    <div class="welcome"><h3>Welcome <?php 
echo $_SESSION['username'];
?>
!</h3></div>
            <table width="90%" id="datatabe"  cellpadding="0" cellspacing="0" border="0" >
		<thead>
		<tr>
		    <td><b>SNo</b></td>