<!-- /.row --> <div class="row"> <div class="col-lg-12"> <div> <div class="panel panel-default"> <div class="panel-heading"> Prestar Juego </div> <!-- /.panel-heading --> <div class="panel-body"> <div class="dataTable_wrapper"> <form class="form" action="phpalta.php" method="POST"> <label for="dni">Seleccione un Usuario</label> <?php echo Util::getSelect("dni", $gestorUsuario->getValuesSelect()); ?> <br> <label for="idjuego">Seleccione un Juego</label> <?php echo Util::getSelect("idjuego", $gestorLudoteca->getValuesSelect()); ?> <br> <label for="fechaePrestamo">Fecha Prestamo</label> <input type="date" name="fechaPrestamo" value="" /><br> <label for="fechaeDevolucion">Fecha Devolucion</label> <input type="date" name="fechaDevolucion" value="" /><br> <input type="submit" value="Prestar" /> </form> </div> <!-- /.table-responsive -->