7c27a266734eed25a9850719db1bad01a5554d7a
[mailer.git] / templates / de / html / mailid / mailid_enter_code.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="mailid_table">
3         <tr>
4                 <td width="220" align="center">
5                         <form
6                                 accept-charset="utf-8"
7                                 action="{%url=mailid_top.php?userid=$content[userid]&amp;$content[type]=$content[data]&amp;mode=add&amp;code=$content[code]%}"
8                                 method="post">
9                                         {--MEMBER_ENTER_CODE--}:
10                                         $content[image]<br />
11                                         <input type="text" class="form_field" name="gfx_check" size="5" maxlength="45" />
12                                         <input type="submit" class="form_submit" name="ok" value="{--MEMBER_SUBMIT_CODE--}" />
13                         </form>
14                 </td>
15                 <td align="center">
16                         <div class="banner dashed">
17                                 $content[banner]
18                         </div>
19                 </td>
20         </tr>
21 </table>
22 </div>