Code

svn repository setup
[roundup.git] / templates / classic / html / user.forgotten.html
index d527c461bf900aadc74db3611cb320dc70f58a92..3f0a472e295f3ddbc7d58f4534f35a7969849be1 100644 (file)
@@ -1,18 +1,19 @@
 <!-- dollarId: user.item,v 1.7 2002/08/16 04:29:04 richard Exp dollar-->
 <tal:block metal:use-macro="templates/page/macros/icing">
-<title metal:fill-slot="head_title">Password reset request</title>
-<td class="page-header-top" metal:fill-slot="body_title">
- <h2>Password reset request</h2>
-</td>
+<title metal:fill-slot="head_title" i18n:translate="">Password reset request - <span
+ i18n:name="tracker" tal:replace="config/TRACKER_NAME" /></title>
+<span metal:fill-slot="body_title" tal:omit-tag="python:1"
+ i18n:translate="">Password reset request</span>
 <td class="content" metal:fill-slot="content">
 
-<p>You have two options if you have forgotten your password. If you 
-know the email address you registered with, enter it below.</p>
+<p i18n:translate="">You have two options if you have forgotten your password.
+If you know the email address you registered with, enter it below.</p>
 
-<form method="POST" onSubmit="return submit_once()">
+<form method="POST" onSubmit="return submit_once()"
+      tal:attributes="action context/designator">
     <table class="form">
       <tr>
-        <th>Email Address:</th>
+        <th i18n:translate="">Email Address:</th>
         <td><input name="address"></td>
       </tr>
       <tr>
@@ -20,22 +21,23 @@ know the email address you registered with, enter it below.</p>
         <td>
           <input type="hidden" name="@action" value="passrst">
           <input type="hidden" name="@template" value="forgotten">
-          <input type="submit" value="Request password reset">
+          <input type="submit" value="Request password reset"
+           i18n:attributes="value">
         </td>
       </tr>
 </table>
 
-<p>Or, if you know your username, then enter it below.</p>
+<p i18n:translate="">Or, if you know your username, then enter it below.</p>
 
 <table class="form">
- <tr><th>Username:</th> <td><input name="username"></td> </tr>
- <tr><td></td><td><input type="submit" value="Request password reset"></td></tr>
+ <tr><th i18n:translate="">Username:</th> <td><input name="username"></td> </tr>
+ <tr><td></td><td><input type="submit" value="Request password reset"
+   i18n:attributes="value"></td></tr>
 </table>
 </form>
 
-<p>A confirmation email will be sent to you - please follow the
-instructions
-within it to complete the reset process.</p>
+<p i18n:translate="">A confirmation email will be sent to you -
+please follow the instructions within it to complete the reset process.</p>
 </td>
 
 </tal:block>