ok
Direktori : /proc/thread-self/root/home2/selectio/www/lilyexpresslive/software/admin/ |
Current File : //proc/thread-self/root/home2/selectio/www/lilyexpresslive/software/admin/bulk_shipment_history.php |
<?php require_once('header.php'); ?> <style> table { border-collapse: collapse; } table, td, th { border: 1px solid black; } </style> <section class="content-header"> <div class="content-header-left"> <h2>View Bulk Shipment History</h2> </div> <div class="content-header-right" style="margin-right: 1%;"> <a href="bulk_shipment_tracking.php" class="btn btn-primary btn-sm">View All</a> </div> </section> <section class="content"> <div class="row"> <div class="col-md-12"> <div class="table-responsive"> <center> <h4>BULK SHIPMENT HISTORY</h4> <table style="width: 90%;line-height: 34px;background-color: white;"> <tr> <th style="padding-left: 4px;">S.No</th> <th style="padding-left: 4px;">Status </th> <th style="padding-left: 4px;">Date</th> <th style="padding-left: 4px;">Location</th> </tr> <tr> <td>1</td> <td>1</td> <td>1</td> <td>1</td> </tr> <tr> <td>1</td> <td>1</td> <td>1</td> <td>1</td> </tr> <tr> <td>1</td> <td>1</td> <td>1</td> <td>1</td> </tr> </table></center> </div> </div> </div> <br><br> <div class="content-footer-right" style="margin-left:45%"> <a href="#" class="btn btn-primary btn-sm">Print</a> </div> </section>