ok
Direktori : /proc/self/root/home2/selectio/www/wedding-info-new/admin/ |
Current File : //proc/self/root/home2/selectio/www/wedding-info-new/admin/astrologer_report.php |
<?php include('header.php'); ?> <div class="page-wrapper"> <div class="page-content"> <div class="card"> <div class="card-body"> <div class="table-responsive"> <div hidden class="row row-cols-auto g-3"> <div class="col"> <button type="button" class="btn btn-dark px-5" onclick="default_noti()">Default</button> </div> <div class="col"> <button type="button" class="btn btn-info px-5" onclick="info_noti()"><i class="bx bx-info-circle mr-1"></i> Info</button> </div> <div class="col"> <button type="button" class="btn btn-warning px-5" onclick="warning_noti()"><i class="bx bx-error mr-1"></i> Warning</button> </div> <div class="col"> <button type="button" class="btn btn-danger px-5" onclick="error_noti()"><i class="bx bx-x-circle mr-1"></i> Danger</button> </div> <div class="col"> <button type="button" class="btn btn-success px-5" onclick="success_noti('form submitted')"><i class="bx bx-check-circle mr-1"></i> Success</button> </div> </div> <table id="example3" class="table table-striped table-bordered"> <thead> <tr> <th> ID </th> <th> Profile Created For </th> <th> Name </th> <th> Gender </th> <th> DOB </th> <th> Age </th> <th> Astrologer Mobile </th> <th> Astrologer Mobile Alt </th> <th> Astrologer Email </th> <th> Address </th> <th> City </th> <th> State </th> <th> Pincode </th> <th> Landmark </th> <th> Occupation </th> <th> Education </th> <th> Experience </th> <th> Language </th> <th> Photos </th> <th> Aadhar </th> <th> Aadhar Name </th> <th> Aadhar No </th> <th> Aadhar Mobile </th> <th> Birth_Cert_No </th> <th> Birthcert </th> <th> Communication </th> <th> Communication_No </th> <th> Verification Status </th> <th> Plan Hrs </th> <th> Plan Mins </th> <th> Plan Profile </th> <th> Verification Status </th> <th> Action </th> </tr> </thead> <tbody ></tbody> </table> </div> </div> </div> </div> </div> <script> $(document).ready(function () { getData(); function getData() { var status = $('#status').val(); var dataTable = $('#example38').DataTable({ destroy: true, processing: true, order: [[0, 'asc']], serverSide: true, lengthMenu: [[10, 25, 50, 100], [10, 25, 50, 100]], destroy: true, ajax: { url: 'data-tables/astrologer-list-data-table.php', data: { type: 'get_customer_table', status: status }, type: 'post', error: function () { $('.example-error').html(''); $('#example3').css('display', 'none'); } } }); } $('#status').change(function () { getData(); }); }); </script> <script> $(document).ready(function () { var dataTable = $('#example3').DataTable({ processing: true, order: [[0, 'asc']], serverSide: true, dom: 'Bfrtip', lengthMenu: [ [10, 25, 50, -1], ['10 rows', '25 rows', '50 rows', 'Show all'] ], buttons: [ { extend: 'pageLength', className: 'btn-sm' }, { extend: 'copyHtml5', className: 'btn-sm', exportOptions: { columns: ':visible' } }, { extend: 'excelHtml5', className: 'btn-sm', exportOptions: { columns: ':visible' } }, { extend: 'csvHtml5', className: 'btn-sm', orientation: 'landscape', pageSize: 'LEGAL', exportOptions: { columns: ':visible' } }, { extend: 'pdfHtml5', className: 'btn-sm', orientation: 'landscape', pageSize: 'LEGAL', exportOptions: { columns: ':visible' } }, { extend: 'colvis', className: 'btn-sm' } ], columnDefs: [ { targets: -1, visible: false } ], ajax: { url: 'data-tables/astrologer-list-data-table.php', type: 'post', error: function () { $('.example-error').html(''); $('#example9').css('display', 'none'); } } }); $('#status').change(function () { dataTable.ajax.reload(); }); }); </script> <script> function view(id) { alert('id: ' + id); window.location.href = 'astrologer_profile.php?id=' + id; } function edit(id) { alert('id: ' + id); window.location.href = 'astrologer_profile.php?id=' + id; } </script> <?php include('footer.php'); ?>