]> CRI, Mines Paris - PSL - Plinn.git/blobdiff - skins/generic/password_reset_template.pt
Déplacement pour eggification.
[Plinn.git] / skins / generic / password_reset_template.pt
diff --git a/skins/generic/password_reset_template.pt b/skins/generic/password_reset_template.pt
deleted file mode 100644 (file)
index 30c46b4..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-<html metal:use-macro="here/main_template/macros/master"
-      xmlns:tal="http://xml.zope.org/namespaces/tal"
-      xmlns:metal="http://xml.zope.org/namespaces/metal"
-      xmlns:i18n="http://xml.zope.org/namespaces/i18n">
-  <head>
-    <title>Password reset form</title>
-    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
-    
-  </head>
-  <body i18n:domain="plinn">
-    <div metal:fill-slot="main_no_tabs" tal:omit-tag="">
-      <form tal:attributes="action options/action">
-        <h2 i18n:translate="">Password resetting</h2>
-        <table class="TwoColumnForm">
-          <tr>
-            <td colspan="2">
-              <dl class="FieldHelp">
-                <dd i18n:translate="">
-                  Please enter a new password and clic on "Validate" button.
-                </dd>
-              </dl>
-            </td>
-          </tr>
-          <tr>
-            <th i18n:translate="">Password</th>
-            <td>
-              <input type="password" name="password"/>
-            </td>
-          </tr>
-          <tr>
-            <th i18n:translate="">Confirm</th>
-            <td>
-              <input type="password" name="confirm"/>
-            </td>
-          </tr>
-          <tr>
-            <td><br/></td>
-            <td>
-              <input type="submit" name="validate" value="Validate" i18n:attributes="value"/>
-            </td>
-          </tr>
-        </table>
-      </form>
-    </div>
-  </body>
-</html>