Created
August 22, 2013 15:45
-
-
Save hugofabricio/6308947 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="/base/painel/usuarios/login" id="UsuarioPainelLoginForm" method="post" accept-charset="utf-8"> | |
<div style="display:none;"> | |
<input type="hidden" name="_method" value="POST"/> | |
</div> | |
<div class="input text required"> | |
<label for="UsuarioUsuario">Usuario</label> | |
<input name="data[Usuario][usuario]" maxlength="20" type="text" value="root" id="UsuarioUsuario" required="required"/> | |
</div> | |
<div class="input password"> | |
<label for="UsuarioSenha">Senha</label> | |
<input name="data[Usuario][senha]" type="password" value="senha" id="UsuarioSenha"/> | |
</div> | |
<div class="submit"> | |
<input type="submit" value="Acessar"/> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment