17 lines
476 B
Smarty
17 lines
476 B
Smarty
<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> |