コード例 #1
0
ファイル: pagos.php プロジェクト: johnsi15/pruebaPhpPrestamos
     		<a class="btn btn-small btn-primary" id="minimizar"> - </a>
     	<div class="span3 well" id="scroll">
     		<table  class="table table-hover table-bordered table-condensed">
				<thead>
					<tr>
						<th>N°</th>
						<th>Cut</th>
						<th>Cpt</th>
						<th>Int</th>
					</tr>
				</thead>
				<tbody>
					<?php 
require_once 'funciones.php';
$objeto = new funciones();
$objeto->verDetallesPrestamos();
?>
				</tbody>
			</table>
		</div>
     </div>
     <a href="#detalles" id="pres" class="btn btn-large btn-primary">Prestamos</a>
     
	<footer>
		<h2 id="pie"><img src="../img/twitter.png">  @Jandrey15 - 2013</h2>
		<!-- <h2 id="pie"><img src="img/copyright.png" alt="Autor"> JA Serrano</h2> -->
		<div> <br>
			<p id="pie">AJ 1.0</p>
		</div>
	</footer>
</body>