Advertisement
jamboljack

View RTLH

Oct 10th, 2017
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.25 KB | None | 0 0
  1. <form id="formRTLH" action="" method="post"/>
  2.                         Pilih Semua <input type="checkbox" name="select_all" id="select_all" value="" />
  3.                         <a href="javascript:;" class="btn btn-success" name="confirmSubmit" id="confirmSubmit">
  4.                             <i class="fa fa-check-circle"></i> Verifikasi
  5.                         </a>
  6.                         <br><br>
  7.                         <table class="table datatable" id="tableData" width="100%">
  8.                             <thead>
  9.                                 <tr>
  10.                                     <th width="5%"></th>
  11.                                     <th width="3%"></th>
  12.                                     <th width="10%">No. RTLH</th>
  13.                                     <th width="10%">NIK</th>
  14.                                     <th width="15%">Nama KK</th>
  15.                                     <th>Alamat</th>
  16.                                     <th width="10%">Status</th>
  17.                                     <th width="10%">Sts. RTLH</th>
  18.                                 </tr>
  19.                             </thead>
  20.                             <tbody>
  21.  
  22.                             </tbody>
  23.                         </table>
  24.                         </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement