Advertisement
Guest User

Untitled

a guest
Jan 1st, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. if(!$allroutes)
  3. {
  4.     echo '<p align="center">No routes have been found!</p>';
  5.     return;
  6. }
  7. ?>
  8.  
  9.         <script type="text/javascript">
  10. $(document).ready(function() {
  11.         $('#tabledlist').dataTable( {
  12.                 "sPaginationType": "full_numbers"
  13.         } );
  14. } );
  15.                 </script>  
  16.                
  17.  
  18.                
  19.                
  20. <table id="tabledlist" class="display">
  21. <thead>
  22. <tr>
  23.     <th>Flight Info</th>
  24.     <th>Options</th>
  25. </tr>
  26. </thead>
  27. <tbody>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement