<font color="red">{$error}</font>
<form action="?module=login&act=register" method="post">
<table width="100%">
<tr>
<td width="13%">
{$mlang.003}:
</td>
<td width="67%">
<input type="text" name="regusername" size=40><br />
</td>
</tr>
<tr>
<td>
{$mlang.004}:
</td>
<td>
<input type="password" name="regpassword" size=40>
</td>
</tr>
<tr>
<td>
{$mlang.015}:
</td>
<td>
<input type="password" name="confirmpass" size=40>
</td>
</tr>
<tr>
<td>
{$mlang.005}:
</td>
<td>
<input type="text" name="regemail" size=40>
</td>
</tr>
</table>
<input type="submit" name="submit" value="{$mlang.002}">
</form>