first commit
This commit is contained in:
17
template/templates/login.tpl
Normal file
17
template/templates/login.tpl
Normal 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>
|
||||
Reference in New Issue
Block a user