831 |
florian |
1 |
{IF ERROR}
|
|
|
2 |
<div class="PhorumUserError">{ERROR}</div>
|
|
|
3 |
{/IF}
|
|
|
4 |
<div align="center">
|
|
|
5 |
<form action="{URL->ACTION}" method="post" style="display: inline;">
|
|
|
6 |
{POST_VARS}
|
|
|
7 |
<input type="hidden" name="forum_id" value="{REGISTER->forum_id}" />
|
|
|
8 |
<div class="PhorumNavBlock PhorumNarrowBlock" style="text-align: left;">
|
|
|
9 |
<span class="PhorumNavHeading">{LANG->Goto}:</span> {IF URL->INDEX}<a class="PhorumNavLink" href="{URL->INDEX}">{LANG->ForumList}</a>•{/IF}{IF URL->TOP}<a class="PhorumNavLink" href="{URL->TOP}">{LANG->MessageList}</a>•{/IF}<a class="PhorumNavLink" href="{URL->SEARCH}">{LANG->Search}</a>•{INCLUDE loginout_menu}
|
|
|
10 |
</div>
|
|
|
11 |
<div class="PhorumStdBlockHeader PhorumNarrowBlock PhorumHeaderText" style="text-align: left;">{LANG->Register}</div>
|
|
|
12 |
<div class="PhorumStdBlock PhorumNarrowBlock" style="text-align: left;">
|
|
|
13 |
<table class="PhorumFormTable" cellspacing="0" border="0">
|
|
|
14 |
<tr>
|
|
|
15 |
<td nowrap="nowrap">{LANG->Username}*: </td>
|
|
|
16 |
<td><input type="text" name="username" size="30" value="{REGISTER->username}" /></td>
|
|
|
17 |
</tr>
|
|
|
18 |
<tr>
|
|
|
19 |
<td nowrap="nowrap">{LANG->Email}*: </td>
|
|
|
20 |
<td><input type="text" name="email" size="30" value="{REGISTER->email}" /></td>
|
|
|
21 |
</tr>
|
|
|
22 |
<tr>
|
|
|
23 |
<td nowrap="nowrap">{LANG->Password}*: </td>
|
|
|
24 |
<td><input type="password" name="password" size="30" value="" /></td>
|
|
|
25 |
</tr>
|
|
|
26 |
<tr>
|
|
|
27 |
<td nowrap="nowrap"> </td>
|
|
|
28 |
<td><input type="password" name="password2" size="30" value="" /> ({LANG->again})</td>
|
|
|
29 |
</tr>
|
|
|
30 |
</table>
|
|
|
31 |
<div style="float: left; margin-top: 5px;">*{LANG->Required}</div>
|
|
|
32 |
<div style="margin-top: 3px;" align="right"><input type="submit" class="PhorumSubmit" value=" {LANG->Submit} " /></div>
|
|
|
33 |
</div>
|
|
|
34 |
</form>
|
|
|
35 |
</div>
|