diff options
Diffstat (limited to 'templates/nl/private.html')
-rw-r--r-- | templates/nl/private.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/nl/private.html b/templates/nl/private.html index a90db372..14cf8ac8 100644 --- a/templates/nl/private.html +++ b/templates/nl/private.html @@ -33,6 +33,21 @@ <p>'Session cookies' worden gebruikt in Mailman's administratieve interface opdat u zichzelf niet steeds weer dient te identificeren bij elke handeling. Dit cookie zal automatisch verlopen als u de browser afsluit, of wanneer u zelf het cookie actief doet verlopen door de pagina 'lidmaatschapsinstellingen' te bezoeken en daar op de link <em>Uitloggen</em> te klikken. + <p> + <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> + <TR> + <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER"> + <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B> + </TD> + </TR> + <tr> + <td>If you don't remember your password, enter your email address + above and click the <em>Remind</em> button and your + password will be emailed to you.</td> + </tr> + <tr> + <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td> + </tr> </FORM> </body> </html> |