2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
5 <td colspan="2" align="center" class="admin_title bottom" height="29">
6 <strong>{--ADMIN_REGISTER_NOW--}</strong>
10 <td width="50%" align="right">{--ADMIN_REG_LOGIN--}:</td>
12 <input type="text" class="admin_normal" name="login" size="20" maxlength="100" value="$content[login]" />
15 $content[login_message]
17 <td width="50%" align="right">{--ADMIN_REG_PASS1--}:</td>
19 <input type="password" class="admin_normal" name="pass1" size="20" maxlength="255" />
22 $content[pass1_message]
24 <td width="50%" align="right">{--ADMIN_REG_PASS2--}:</td>
26 <input type="password" class="admin_normal" name="pass2" size="20" maxlength="255" />
29 $content[pass2_message]
31 <td align="center" colspan="2" class="admin_footer top">
32 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
33 <input type="submit" class="admin_submit" name="ok" value="{--ADMIN_REG_SUBMIT--}" />