ok
Direktori : /proc/self/root/home2/selectio/www/wedding-info-new/admin/php old code/ |
Current File : //proc/self/root/home2/selectio/www/wedding-info-new/admin/php old code/order-report.php |
<?php include('header.php'); ?> <div class="page-wrapper"> <div class="page-content"> <div class="tab-pane fade show active" id="all" role="tabpanel"> <div id="all_con"></div> </div> </div> </div> <style> table{ width:100%;font-size:14px;font-family: SFProDisplay-Semibold;} th{padding:10px;font-weight:bold;} td{padding:7px;} tr{margin:5px;} thead,tr{ border: 0 solid transparent; margin-bottom: 1.5rem; border-radius:5px; box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%); }.span-success{ background: #819558; color: white; padding: 3px 6px 3px 6px; border-radius: 15px; } } </style> <script> function custom_view(file_name,id){ $('#loader').show();$('#order-report').empty(); $('#'+id).load("ui-pages/reports/"+file_name+".php"); $('#loader').hide(); } $(document).ready(function(){ $('#loader').show(); $('#all_con').load("ui-pages/reports/order-report.php"); $('#loader').hide(); }); </script> <?php include('footer.php'); ?>