1 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=add_points&userid=$content[userid]%}" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4 <td class="admin_title seperator" height="10" colspan="3"> </td>
7 <td class="admin_title" colspan="3" align="center">
8 {--ADMIN_ADD_POINTS_TO_USER--}:<br />
9 <strong>$content[user]</strong>
13 <td class="admin_title seperator bottom" height="10" colspan="3"> </td>
16 <td height="8" colspan="3" class="seperator"> </td>
19 <td align="right">{--ENTER_POINTS_ADD--}:</td>
20 <td width="10" class="seperator"> </td>
22 <input type="text" class="admin_normal" name="points" size="6" maxlength="7" />
26 <td height="5" colspan="3" class="seperator"> </td>
29 <td align="right">{--ENTER_ADD_REASON--}:</td>
30 <td width="10" class="seperator"> </td>
32 <textarea name="reason" class="admin_normal" rows="5" cols="20"></textarea>
36 <td height="5" colspan="3" class="seperator"> </td>
39 <td height="5" colspan="3" class="seperator bottom"> </td>
42 <td colspan="3" align="center" class="admin_footer">
43 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
44 <input type="submit" class="admin_submit" name="ok" value="{--ADMIN_ADD_POINTS--}" />