first commit

This commit is contained in:
Ricsi
2016-11-10 08:19:53 +00:00
commit ae91c7c53b
41 changed files with 3462 additions and 0 deletions

View File

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