コード例 #1
0
			<div class="span12">
				<a class="btn btn-large btn-primary" id="nuevo">Registrar cliente</a>
				<hr>
				<table class="table table-hover table-bordered table-condensed">
					<thead>
						<tr>
							<th>Nombre</th>
							<th>Dirección</th>
							<th>Teléfono</th>
						</tr>
					</thead>
					<tbody id="verDatos" style="text-aling:center;">
						<?php 
require_once 'funciones.php';
$objeto = new funciones();
$objeto->verTodosClientes();
?>
					</tbody>
				</table>
				<div id="cargando" style="display: none;"><img src="../img/loader.gif" alt=""></div>
		        <div id="paginacion">
		    	 	 <?php 
require_once 'funciones.php';
$objeto = new funciones();
$objeto->paginacionDatosPersonales();
?>
		    	</div>
			</div>
		</div>
		<div class="row">