Responsive design;

New menus (members);
Improved interface for parent editing;
This commit is contained in:
Ricsi
2016-12-03 11:10:28 +01:00
parent 289f409405
commit 303f26587f
69 changed files with 2037 additions and 2111 deletions

View File

@@ -1,17 +1,22 @@
<div class="form_wrapper">
<form method="post">
<input type="hidden" name="action" id="action" value="login">
<input type="hidden" name="user_type" id="user_type" value="1">
<table>
<tr>
<td>Felhasználónév:</td>
<td><input type="text" name="user_name" id="user_name"></td>
</tr>
<tr>
<td>Jelszó:</td>
<td><input type="password" name="user_password" id="user_password"></td>
</tr>
<tr>
<td colspan="2"><input type="submit" value="Belépés"></td>
</tr>
</table>
</form>
<div>
<label class="desc" id="title1" for="user_name">Név:</label>
<div><input type="text" name="user_name" id="user_name" required></div>
</div>
<div>
<label class="desc" id="title1" for="user_password">Jelszó:</label>
<div><input type="password" name="user_password" id="user_password" required></div>
</div>
<div>
<div>
<input class="button black" type="submit" value="Belépés">
</div>
</div>
</form>
</div>