Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / custom_generic / mail_password_form.pt
1 <html xmlns:tal="http://xml.zope.org/namespaces/tal"
2 xmlns:metal="http://xml.zope.org/namespaces/metal"
3 metal:use-macro="here/main_template/macros/master">
4 <head>
5 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
6 </head>
7 <body>
8
9 <div metal:fill-slot="main_no_tabs" i18n:domain="plinn">
10
11 <div class="Desktop"
12 tal:define="ptool here/portal_properties">
13
14 <h1 i18n:translate="">Don't panic!</h1>
15
16 <p i18n:translate="">Just enter your username below, click <em>Send</em>,
17 and your password will be mailed to you if you gave a valid email address
18 when you signed on.</p>
19
20 <p i18n:translate="">If this will not work for you (for example, if you
21 forget your member name or didn't enter your email address) send email to
22 <a tal:attributes="href string:mailto:${ptool/email_from_address}"
23 tal:content="ptool/email_from_address"
24 href="mailto:me@here.com"
25 i18n:name="admin_email">me@here.com</a>.</p>
26
27 <form action="mail_password"
28 tal:attributes="action string:${here/portal_url}/mail_password"
29 >
30 <input name="userid" />
31 <input type="submit" value=" Send " i18n:attributes="value" />
32 </form>
33
34 </div><!-- class="Desktop" -->
35
36 </div><!-- metal:fill-slot="main" -->
37
38 </body>
39 </html>
40