831 |
florian |
1 |
{IF ERROR}
|
|
|
2 |
<h4>{ERROR}</h4>
|
|
|
3 |
{/IF}
|
|
|
4 |
|
|
|
5 |
<form id="login-form" action="{URL->ACTION}" method="post">
|
|
|
6 |
{POST_VARS}
|
|
|
7 |
<input type="hidden" name="forum_id" value="{LOGIN->forum_id}" />
|
|
|
8 |
<input type="hidden" name="redir" value="{LOGIN->redir}" />
|
|
|
9 |
<table cellspacing="0">
|
|
|
10 |
<tr>
|
|
|
11 |
<td>{LANG->Username}: </td>
|
|
|
12 |
<td><input type="text" name="username" size="30" value="{LOGIN->username}" /></td>
|
|
|
13 |
</tr>
|
|
|
14 |
<tr>
|
|
|
15 |
<td>{LANG->Password}: </td>
|
|
|
16 |
<td><input type="password" name="password" size="30" value="" /></td>
|
|
|
17 |
</tr>
|
|
|
18 |
<tr>
|
|
|
19 |
<td colspan="2" align="right"><input type="submit" class="PhorumSubmit" value="{LANG->Submit}" /></td>
|
|
|
20 |
</tr>
|
|
|
21 |
</table>
|
|
|
22 |
<br /><a href="{URL->REGISTER}">{LANG->NotRegistered}</a>
|
|
|
23 |
</form>
|
|
|
24 |
<br /><br />
|
|
|
25 |
<form id="lostpass-form" action="{URL->ACTION}" method="post">
|
|
|
26 |
{POST_VARS}
|
|
|
27 |
<input type="hidden" name="lostpass" value="1" />
|
|
|
28 |
<input type="hidden" name="forum_id" value="{LOGIN->forum_id}" />
|
|
|
29 |
<input type="hidden" name="redir" value="{LOGIN->redir}" />
|
|
|
30 |
<h2>{LANG->LostPassword}</h2>
|
|
|
31 |
{LANG->LostPassInfo}<br />
|
|
|
32 |
<input type="text" name="lostpass" size="30" value="" /> <input type="submit" class="PhorumSubmit" value="{LANG->Submit}" />
|
|
|
33 |
</form>
|