1<form method=
"post" id=
"inicioSesion">
6 <label>Introduce nombre de usuario</label><br>
7 <input
class=
"obligatorio" type=
"text" name=
"usuario">
8 <p
class=
"error"><?php echo(
$aErrores[
'usuario'])?></p>
11 <label>Introduce tu nombre completo</label><br>
12 <input
class=
"obligatorio" type=
"text" name=
"descripcion">
13 <p
class=
"error"><?php echo(
$aErrores[
'descripcion'])?></p>
16 <label>Introduce contraseƱa</label><br>
17 <input
class=
"obligatorio" type=
"password" name=
"contraseƱa">
19 <button
class=
"botonGenericoFormulario" type=
"submit" name=
"ACEPTAR">ACEPTAR</button>
20 <button
class=
"botonGenericoFormulario" name=
"CANCELAR">CANCELAR</button>