Sourcecode in MemberMgr/sendpwd.skin:
1: <p>Please enter the e-mail address you most likely used back then when you registered yourself here. An e-mail containing all accounts that were registered with this e-mail address will be sent back to this address.</p>
2:
3: <form method="post" action="<% response.action %>">
4: <table border="0" cellspacing="0" cellpadding="3">
5: <tr>
6: <td class="small" nowrap="nowrap">e-mail:</td>
7: <td nowrap="nowrap"><% input type="text" name="email" %></td>
8: </tr>
9: <tr>
10: <td nowrap="nowrap"> </td>
11: <td nowrap="nowrap"><% input type="submit" name="send" value="Send" %> <% input type="submit" name="cancel" value="Cancel" %></td>
12: </tr>
13: </table>
14: </form>
15:
|