コード例 #1
0
		<!-- <input type="text" name="buscar" id="buscar" class="search-query" placeholder="Buscar Nombre" autofocus>	 -->
		<div class="row">
			<h1>Renovar o Eliminar Creditos</h1> <hr>
			<div class="span2"></div>
			<div class="span8">
				<table class="table table-hover table-bordered table-condensed">
					<thead>
						<th>N°</th>
						<th>Nombre</th>
						<th>Prestamo</th>	
					</thead>
					<tbody id="verRenovar">
						<?php 
require_once 'funciones.php';
$objeto = new funciones();
$objeto->verRenovar();
?>
					</tbody>
				</table>
			</div>
		</div>
	</section>

	<!--codigo para renovar el credito o prestamo del cliente-->
	<div class="hide" id="renovarPrestamo" title="Renovar Prestamo">
     	<form action="acciones.php" method="post" id="renovarPrest" class="limpiar" name="formu">
     		<input type="hidden" id="id_registro" name="id_registro" value="0">
     			<label>Nombre:</label>
				<input type="text" name="nombre" id="nombre" disabled>
     			<label>Prestamo:</label>
				<input type="text" name="dinero" required id="prestamo"/>