kekrozsak/app/Resources/views/Box/Login.html.twig

13 lines
462 B
Twig
Raw Normal View History

2012-07-24 14:59:48 +00:00
<div id="login-gomb">
<span id="login-mutato">Bejelentkezés</span>
<div id="login-box">
<div id="login-belso">
<form method="post" action="{{ path('KekRozsakSecurityBundle_login_check') }}">
Felhasználónév: <input type="text" name="_username" /><br />
Jelszó: <input type="password" name="_password" /><br />
<button type="submit">Bejelentkezés</button>
</form>
</div>
</div>
</div>