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">
6 <title>Password reset form</title>
7 <meta http-equiv="content-type" content="text/html;charset=utf-8" />
10 <body i18n:domain="plinn">
11 <div metal:fill-slot="main_no_tabs" tal:omit-tag="">
12 <form tal:attributes="action options/action">
13 <h2 i18n:translate="">Password resetting</h2>
14 <table class="TwoColumnForm">
17 <dl class="FieldHelp">
18 <dd i18n:translate="">
19 Please enter a new password and clic on "Validate" button.
25 <th i18n:translate="">Password</th>
27 <input type="password" name="password"/>
31 <th i18n:translate="">Confirm</th>
33 <input type="password" name="confirm"/>
39 <input type="submit" name="validate" value="Validate" i18n:attributes="value"/>