688147dba3394e91d5537fa5dceb308fb1019edf
[photoprint.git] / skins / confirm_join_template.pt
1 <html metal:use-macro="here/main_template/macros/master"
2 xmlns:tal="http://xml.zope.org/namespaces/tal"
3 xmlns:metal="http://xml.zope.org/namespaces/metal"
4 xmlns:i18n="http://xml.zope.org/namespaces/i18n">
5 <head>
6 <title>titre</title>
7 <meta http-equiv="content-type" content="text/html;charset=utf-8" />
8
9 </head>
10 <body i18n:domain="photoprint">
11 <div metal:fill-slot="main_no_tabs" tal:omit-tag="">
12 <p i18n:translate="">You have been registered as a member.</p>
13
14 <p tal:condition="options/validate_email" i18n:translate="">You will receive
15 an email shortly containing your password and instructions on how to
16 activate your membership.</p>
17
18 <tal:case tal:condition="not: options/validate_email">
19 <p i18n:translate="">Click the button to log in immediately.</p>
20 <form tal:attributes="action options/form_action">
21 <input type="hidden" name="__ac_name" value=""
22 tal:attributes="value options/member_id" />
23 <input type="hidden" name="__ac_password" value=""
24 tal:attributes="value options/password" />
25 <input type="hidden" name="noAjax" value="1" />
26 <input type="submit" name="login" value="Log in" i18n:attributes="value"/>
27 </form>
28 </tal:case>
29 </div>
30 </body>
31 </html>