]> git.mxchange.org Git - mailer.git/blob - templates/de/html/guest/guest_sponsor_activate.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[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--}" />
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   <div class="guest_note">{--SPONSOR_HOWTO_GET_ACTIVATION_LINK--}</div>
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>