Moved boxes to separate files

This commit is contained in:
Polonkai Gergely
2012-07-24 16:59:48 +02:00
parent 2e7d217503
commit 33b90a5c9f
4 changed files with 40 additions and 38 deletions

View File

@@ -0,0 +1,12 @@
<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>