Skip to content

Instantly share code, notes, and snippets.

@hugofabricio
Created August 22, 2013 15:45
Show Gist options
  • Save hugofabricio/6308947 to your computer and use it in GitHub Desktop.
Save hugofabricio/6308947 to your computer and use it in GitHub Desktop.
<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