Referal overview finished and rewritten for refback extension
[mailer.git] / templates / de / html / guest / guest_sponsor_activate.tpl
1 <DIV align="center">
2 <FORM action="{!URL!}/modules.php?module=index&amp;what=sponsor_login&amp;mode=activate" method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="400">
4 <TR>
5   <TD class="guest_title2 bottom2" align="center" height="30" colspan="2">
6     <STRONG>{--SPONSOR_SEND_ACTIVATION_LINK--}</STRONG>
7   </TD>
8 </TR>
9 <TD colspan="2" height="5" class="seperator">&nbsp;</TD></TR>
10 <TR>
11   <TD width="200" align="right" style="padding-right: 10px" height="30">
12     {--SPONSOR_ENTER_EMAIL--}:
13   </TD>
14   <TD width="200">
15     <INPUT type="text" name="email" class="guest_normal" size="20" maxlength="255">
16   </TD>
17 </TR>
18 <TR>
19 <TD colspan="2" height="5" class="bottom2 seperator">&nbsp;</TD></TR>
20 <TR>
21   <TD colspan="2" align="center" class="guest_footer">
22     <INPUT type="reset" class="guest_reset" value="{--CLEAR_FORM--}">&nbsp;*
23     <INPUT type="submit" name="ok" class="guest_submit" value="{--SPONSOR_ACTIVATION_SUBMIT--}">
24   </TD>
25 </TR>
26 </TABLE>
27 </FORM>
28 </DIV>
29
30 <DIV align="center">
31   <FONT class="guest_note">{--SPONSOR_HOWTO_GET_ACTIVATION_LINK--}</FONT>
32 </DIV>
33 <br />
34 <DIV align="center">
35 <TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table" width="100%">
36 <TR>
37   <TD align="center" height="30">
38     &raquo;&raquo;&nbsp;<A href="{!URL!}/modules.php?module=index&amp;what=sponsor_login">{--SPONSOR_BACK_TO_LOGIN--}</A><br />
39   </TD>
40 </TR>
41 </TABLE>
42 </DIV>