Exemple #1
0
                    $("#user_proposed").hide();
                    $('#user_proposed').val('');
                    //$("#user_proposed").attr("disabled","true");
                } else {
                    $("#user_proposed").show();
                }
            }
        </script>
        <?php 
if ($_POST) {
    $file_type = $_POST['file_type'];
    $app_no = $_POST['app_no'];
    $class = $_POST['classes'];
    $classes = str_replace(' ', ',', $class);
    $title = $_POST['title'];
    $filing_date = $_POST['filing_date'];
    $pr = $_POST['pr'];
    $p_d = $_POST['p_d'];
    $priority_date = $_POST['priority_date'];
    $applicant = $_POST['applicant'];
    $client = $_POST['client'];
    $history = addslashes($_POST['history']);
    $pending_record = $_POST['pending_record'];
    $cl_ref_no = $_POST['cl_ref_no'];
    $obj->apply_new($file_type, $app_no, $classes, $title, $filing_date, $pr, $p_d, $applicant, $client, $priority_date, $history, $pending_record, $cl_ref_no);
}
?>
        
    </body>
</html>
Exemple #2
0
                                });
//           
                            });
        </script>
        <?php 
if ($_POST) {
    $file_type = $_POST['file_type'];
    $mark = $_POST['mark'];
    $class = $_POST['classes'];
    $classes = str_replace(' ', ',', $class);
    $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['status1'];
    $status_date = $_POST['status_date1'];
    $pending_record = $_POST['pending_record'];
    $cl_ref_no = $_POST['cl_ref_no'];
    $alg_ref_no = $_POST['alg_ref_no'];
    $applicant_ref_no = $_POST['applicant_ref_no'];
    $client_ref_no = $_POST['client_ref_no'];
    $priority_ref_no = $_POST['priority_ref_no'];
    $year_ref_no = $_POST['year_ref_no'];
    $obj->apply_new($file_type, $mark, $classes, $filing_date, $applicant, $client, $priority_date, $jurisdiction, $goods_services, $pending_record, $cl_ref_no, $alg_ref_no, $applicant_ref_no, $client_ref_no, $priority_ref_no, $year_ref_no);
}
?>
        
    </body>
</html>
Exemple #3
0
    $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);
}
?>
  
<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>
Exemple #4
0
    $patn_year12 = $_POST['patn_year2'];
    $patn_year13 = $_POST['patn_year3'];
    if ($patn_year11 != '') {
        $patn_year2 = $patn_year11;
    } else {
        if ($patn_year12 != '') {
            $patn_year2 = $patn_year12;
        } else {
            if ($patn_year13 != '') {
                $patn_year2 = $patn_year13;
            }
        }
    }
    $title = $_POST['title'];
    $date_of_publication = $_POST['date_of_publication'];
    $filing_date = $_POST['filing_date'];
    $pr_type = $_POST['priority'];
    $priority_date = $_POST['priority_date'];
    $applicant = $_POST['applicant'];
    $client = $_POST['client'];
    $rfe_filing_date = $_POST['rfe_filing_date'];
    $history = $_POST['history'];
    $pending_record = $_POST['pending_record'];
    $cl_ref_no = $_POST['cl_ref_no'];
    $obj->apply_new($file_type, $patn_digit1, $patn_digit2, $patn_city1, $patn_year2, $title, $date_of_publication, $filing_date, $pr_type, $applicant, $client, $rfe_filing_date, $priority_date, $history, $pending_record, $cl_ref_no);
}
?>
        
    </body>
</html>
Exemple #5
0
                var ischecked = $('#proposed').attr('checked') ? true : false;
                if (ischecked) {
                    $("#user_proposed").hide();
                    $('#user_proposed').val('');
                    //$("#user_proposed").attr("disabled","true");
                } else {
                    $("#user_proposed").show();
                }
            }
        </script>
        <?php 
if ($_POST) {
    $ac_type = $_POST['ac_type'];
    $court = $_POST['court'];
    $case_type = $_POST['case_type'];
    $case_hash = $_POST['case_hash'];
    $applicant = $_POST['applicant'];
    $client = $_POST['client'];
    $filing_date = $_POST['filing_date'];
    $petitioner_property = $_POST['petitioner_property'];
    $respondent_property = $_POST['respondent_property'];
    $history = addslashes($_POST['history']);
    $pending_record = $_POST['pending_record'];
    $cl_ref_no = $_POST['cl_ref_no'];
    $obj->apply_new($ac_type, $court, $case_type, $case_hash, $applicant, $client, $filing_date, $petitioner_property, $respondent_property, $history, $pending_record, $cl_ref_no);
}
?>
        
    </body>
</html>
Exemple #6
0
                if (ischecked) {
                    $("#user_proposed").hide();
                    $('#user_proposed').val('');
                    //$("#user_proposed").attr("disabled","true");
                } else {
                    $("#user_proposed").show();
                }
            }
        </script>
        <?php 
if ($_POST) {
    $dispute_type = $_POST['dispute_type'];
    $dispute_forum = $_POST['dispute_forum'];
    $case_no = $_POST['case_no'];
    $mark_client = $_POST['mark_client'];
    $applicant = $_POST['applicant'];
    $client = $_POST['client'];
    $adversary_entity = $_POST['adversary_entity'];
    $adversary_do_name = $_POST['adversary_do_name'];
    $filing_date = $_POST['filing_date'];
    $date_panel = $_POST['date_panel'];
    $history = addslashes($_POST['history']);
    $pending_record = $_POST['pending_record'];
    $cl_ref_no = $_POST['cl_ref_no'];
    $obj->apply_new($dispute_type, $dispute_forum, $case_no, $mark_client, $applicant, $client, $adversary_entity, $adversary_do_name, $filing_date, $date_panel, $history, $pending_record, $cl_ref_no);
}
?>
        
    </body>
</html>