Advertisement
darmariduan

views?pengiriman.php

Aug 8th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.85 KB | None | 0 0
  1. <?php
  2. defined('BASEPATH') OR exit('No direct script access allowed');
  3. ?>
  4. <div class="x_panel">
  5.    <div class="x_title">
  6.       <h3>List Resi Pengiriman</h3>
  7.       <div style="float:right">
  8.  
  9.       </div>
  10.      <div class="clearfix"></div>
  11.    </div>
  12.  
  13.    <div class="x_content">
  14.       <div class="row">
  15.          <div class="col-md-12">
  16.             <table class="table table-striped table-bordered dt-responsive nowrap" id="datatable">
  17.                <thead>
  18.                   <tr>
  19.                      <th width="5%">#</th>
  20.                      <th width="40%">Nama </th>
  21.                     <th width="25%">No. Resi </th>
  22.                     <th width="40%">Pengiriman </th>
  23.  
  24.                   </tr>
  25.                </thead>
  26.                <tbody>
  27.                </tbody>
  28.             </table>
  29.          </div>
  30.       </div>
  31.    </div>
  32. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement