Ver Mensaje Individual
  #11 (permalink)  
Antiguo 07/02/2013, 09:52
wilmer30
 
Fecha de Ingreso: enero-2010
Mensajes: 491
Antigüedad: 14 años, 2 meses
Puntos: 12
Respuesta: formas de usar decordador ViewScript

este es el resultado:
Código HTML:
Ver original
  1. <div id="content">
  2.             <h1></h1>
  3.             <form enctype="application/x-www-form-urlencoded" action="/login/process" method="post"><dl id="login">
  4.  
  5. <h1>Restrici&oacute;n</h1>
  6. <fieldset id="inputs">
  7.  
  8. <dt id="username-label"><label for="username" class="required">Usuario:</label></dt>
  9. <dd id="username-element">
  10. <input type="text" name="username" id="username" value="" />
  11. <ul class="errors"><li>Value is required and can't be empty</li></ul></dd><dt id="password-label"><label for="password" class="required">Contraseña:</label></dt>
  12. <dd id="password-element">
  13. <input type="password" name="password" id="password" value="" />
  14. <ul class="errors"><li>Value is required and can't be empty</li></ul></dd>
  15. <fieldset id="actions">
  16. <dt id="login-label"> </dt><dd id="login-element">
  17. <input type="submit" name="login" id="login" value="Ingresar" /></dd><a href="">Reg&iacute;strate</a>
  18.  
  19. </dl></form>        </div>