30455e878c45b8999354d68c0c2fa7672af42136
[mailer.git] / templates / de / html / guest / guest_sponsor_lost.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=index&amp;what=sponsor_login&amp;mode=lost_pass%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="400">
4 <tr>
5         <td class="guest_title2 bottom" align="center" colspan="2">
6                 <strong>{--SPONSOR_SEND_LOST_PASSWORD--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td width="200" align="right" style="padding-right: 10px">
11                 {--SPONSOR_ENTER_ID--}:
12         </td>
13         <td width="200">
14                 <input type="text" name="id" class="guest_normal" size="5" maxlength="20" />
15         </td>
16 </tr>
17 <tr>
18         <td class="bottom" width="200" align="right" style="padding-right: 10px">
19                 {--SPONSOR_ENTER_EMAIL--}:
20         </td>
21         <td class="bottom" width="200">
22                 <input type="text" name="email" class="guest_normal" size="20" maxlength="255" />
23         </td>
24 </tr>
25 <tr>
26         <td colspan="2" align="center" class="guest_footer">
27                 <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
28                 <input type="submit" name="ok" class="guest_submit" value="{--SPONSOR_LOST_PASS_SUBMIT--}" />
29         </td>
30 </tr>
31 </table>
32 </form>
33 </div>
34
35 <div align="center">
36         <div class="guest_note">{--SPONSOR_HOWTO_GET_LOST_PASSWORD--}</div>
37 </div>
38
39 <div align="center">
40 <table border="0" cellspacing="0" cellpadding="0" class="guest_table" width="100%">
41 <tr>
42         <td align="center">
43                 &raquo;&raquo;&nbsp;<a href="{%url=modules.php?module=index&amp;what=sponsor_login%}">{--SPONSOR_BACK_TO_LOGIN--}</a><br />
44         </td>
45 </tr>
46 </table>
47 </div>