Ejemplo n.º 1
0
                                         <thead>
                                        <tr style="font-size:12px">
                                            <th style="width: 9%;">OPCIONES</th>
                                            <th style="width: 4%;">ID</th>
                                            <th style="width: 15%;">EMPRESA</th>
                                            <th style="width: 18%;">DIRECCION</th>
                                            <th style="width: 9%;">TELEFONO 1</th>
                                            <th style="width: 9%;">TELEFONO 2</th>
                                            <th style="width: 12%;">CORREO</th>
                                            <th style="width: 12%;">WEBSITE</th>
                                            <th style="width:3%">ACTIVO</th>
                                        </tr>
                                         </thead>
                                          <tbody style="font-size:12px">
                                         <?php 
echo $obj_empresa->listar_empresas();
?>
 
                                         </tbody>
                                        <tfoot class="footer-menu">
                                        <tr>
                                          <td colspan="10">
                                           <nav class="text-right">
                                              <ul class="pagination hide-if-no-paging"></ul>
                                            </nav>
                                          </td>
                                        </tr>
                                      </tfoot>
                                    </table>                                   
                                </div>