1 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=config_points&sub=ref&do=add%}" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4 <td class="admin_title bottom" colspan="2" align="center">
5 <strong>{--ADD_NEW_REFDEPTH--}</strong>
9 <td align="right" width="200">{--ENTER_REF_LVL--}:</td>
11 <input type="text" name="level" class="admin_normal" size="3" maxlength="3" />
15 <td class="bottom" align="right" width="200">{--ENTER_REF_PERCENTS--}:</td>
17 <input type="text" name="percents" class="admin_normal" size="3" maxlength="3" />%
21 <td class="admin_footer" colspan="2" align="center">
22 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
23 <input type="submit" name="ok" class="admin_submit" value="{--ADD_DEPTH--}" />