Example #1
0
                                <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 -->

                                </div>
                                <!-- /.panel-body -->
                            </div>
                            <!-- /.panel -->