diff options
Diffstat (limited to 'templates/nl')
-rwxr-xr-x[-rw-r--r--] | templates/nl/admlogin.html | 5 | ||||
-rw-r--r-- | templates/nl/options.html | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | templates/nl/private.html | 25 |
3 files changed, 26 insertions, 6 deletions
diff --git a/templates/nl/admlogin.html b/templates/nl/admlogin.html index f6fe3c7e..612355fd 100644..100755 --- a/templates/nl/admlogin.html +++ b/templates/nl/admlogin.html @@ -1,9 +1,10 @@ <html> <head> <title>%(listname)s %(who)s inloggen</title> + <script>function sf(){document.f.adminpw.focus();}</script> </head> -<body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(path)s"> +<body bgcolor="#ffffff" onLoad="sf()"> +<FORM METHOD=POST ACTION="%(path)s" name="f"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/nl/options.html b/templates/nl/options.html index eca4ed09..d6cf6f0c 100644 --- a/templates/nl/options.html +++ b/templates/nl/options.html @@ -166,6 +166,7 @@ lijsten waarvan u lid bent wordt doorgevoerd. Klik hierboven op <mm-global-deliver-button><i>Instellen voor alle lijsten</i> </td></tr> +<!--Start-Digests-Delete--> <tr><TD BGCOLOR="#cccccc"> <strong>Verzamelmail ontvangen</strong><p> Als u deze optie op <em>Aan</em> zet, ontvangt u geen losse berichten op @@ -188,6 +189,7 @@ lijsten waarvan u lid bent wordt doorgevoerd. Klik hierboven op <MM-Plain-Digests-Button>Gewone tekst<p> <mm-global-mime-button><i>Instellen voor alle lijsten</i> </td></tr> +<!--End-Digests-Delete--> <tr><TD BGCOLOR="#cccccc"> <strong>Door uzelf verstuurde berichten ontvangen?</strong><p> diff --git a/templates/nl/private.html b/templates/nl/private.html index 9f89a282..cc181299 100644..100755 --- a/templates/nl/private.html +++ b/templates/nl/private.html @@ -1,9 +1,10 @@ <html> <head> <title>%(realname)s Privé-archief Login</title> + <script>function sf(){document.f.username.focus();}</script> </head> -<body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s"> +<body bgcolor="#ffffff" onLoad="sf()"> +<FORM METHOD=POST ACTION="%(action)s" name="f"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> @@ -28,10 +29,26 @@ </TABLE> <p><strong><em>Belangrijk:</em></strong><br> Vanaf hier moet het gebruik van cookies in uw browser toegelaten zijn, anders kunnen uw - administratieve handelingen niet geeffectueerd worden! - <p>'Session cookies' worden gebruikt in Mailman's administratieve interface opdat u zichzelf + administratieve handelingen niet geëffectueerd worden! + <p>'Session cookies' worden gebruikt in Mailmans beheersinterface 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">Wachtwoordherinnering</FONT></B> + </TD> + </TR> + <tr> + <td>Indien u uw wachtwoord vergeten bent, kunt u hierboven uw e-mailadres invullen + en op de <em>Wachtwoord Vergeten</em>-knop drukken. U ontvangt dan uw wachtwoord per + e-mail.</td> + </tr> + <tr> + <td><center><INPUT name="login-remind" type="SUBMIT" value="Wachtwoord Vergeten" ></center></td> + </tr> + </TABLE> </FORM> </body> </html> |