ok

Mini Shell

Direktori : /home2/selectio/public_html/lilyexpresslive/software/admin/
Upload File :
Current File : /home2/selectio/public_html/lilyexpresslive/software/admin/bulk_shipment_tracking.php

<?php require_once('header.php'); ?>

<section class="content-header">
	<div class="content-header-left">
		<h1>View Bulk Shipment Tracking</h1>
	</div>
</section>

<section class="content">
	<div class="row">
		<div class="col-md-12">
			<div class="box box-info">
				<div class="box-body table-responsive">
					<table id="example1" class="table table-bordered table-striped">
						<thead>
							<tr>
								<th width="30">SL</th>
								<th>AWB No</th>
								<th>Customer Name</th>
								<th>Status</th>
								<th>Date</th>
								<th>Location</th>
								<th>Action</th>
							</tr>
						</thead>
						<tbody>
						 <?php for($i=1;$i<=4;$i++) { ?>
								<tr>
									<td><?php echo $i; ?></td>
									<td><?php echo $i; ?></td>
									<td><?php echo $i; ?></td>
									<td><?php echo $i+2; ?></td>
									<td><?php echo $i; ?></td>
									<td><?php echo $i+3; ?></td>
									<td>										
							<a href="bulk_shipment_history.php" class="btn btn-primary btn-xs">View</a>
									  
									</td>
								</tr>
							 <?php }?>						
						</tbody>
					</table>
				</div>
			</div>
		</div>
	</div>


</section>


<div class="modal fade" id="confirm-delete" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
                <h4 class="modal-title" id="myModalLabel">Delete Confirmation</h4>
            </div>
            <div class="modal-body">
                <p>Are you sure want to delete this item?</p>
            </div>
            <div class="modal-footer">
                <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
                <a class="btn btn-danger btn-ok">Delete</a>
            </div>
        </div>
    </div>
</div>


<?php require_once('footer.php'); ?>

Zerion Mini Shell 1.0