Exemple #1
0
 				</p>
 				<p>
 					<label>Fecha Estreno</label>
 					<input type="text" name="txtNuevaFecha" value="<?php 
$Date = date("Y-m-d");
?>
" id="txtNuevaFecha"/>
 				</p>
 				<p>
 					<label>Precio pelicula:</label>
 					<input type="text" name="txtNuevoPrecio" value="" id="txtNuevoPrecio"/>
 				</p>
 				<p>
 					<label>Videoclub:</label>
 					<?php 
echo $video->listaVideoclubs($_SESSION["idVideoclub"]);
?>
 					
 				</p>
 				<p>
 					<label>&nbsp;</label>
 					<input class="btn btn-success" type="submit" value="CrearPelicula" id="CrearPelicula" name="CrearPelicula"/>
 				</p>
 			</form>
 		</div>
 	</div>

<?php 
include "footer.php";
?>
Exemple #2
0
<?php 
include "header.php";
?>

 	<h1>Para comenzar el&iacute;ge un videoclub:</h1>
 	<h4>Podr&aacute;s alquilar pel&iacute;culas del videoclub seleccionado.</h4>
 	<div class="row-fluid">
		<div class="span4">

 			<h2>Elegir Videoclub</h2>
 			<form method="post" action="">
				<h4><img src="img/video.png" alt="videoclub" class="img-circle">&emsp;Listado de videoclubs:</h4>
				<p>
					<?php 
echo $video->listaVideoclubs();
?>
				</p>
 				
 				<p>
 					<label>&nbsp;</label>
 					<input class="btn btn-primary" type="submit" value="Seleccionar" id="btnSeleccionar" name="btnSeleccionar"/>
 				</p>
 			</form>
 		</div>
 		<div class="span4">
 			<h3>Nuevo videoclub:</h3>
 			<form method="post" action="">
				<p>
 					<label>Nombre gerente:</label>
 					<input type="text" name="txtNuevoGerente" value="" id="txtNuevoGerente"/>