diff options
Diffstat (limited to 'templates/el')
-rwxr-xr-x | templates/el/admlogin.html | 5 | ||||
-rwxr-xr-x | templates/el/options.html | 2 | ||||
-rwxr-xr-x | templates/el/private.html | 21 |
3 files changed, 24 insertions, 4 deletions
diff --git a/templates/el/admlogin.html b/templates/el/admlogin.html index 025ee5d5..5e43de6c 100755 --- a/templates/el/admlogin.html +++ b/templates/el/admlogin.html @@ -1,9 +1,10 @@ <html> <head> <title>%(listname)s Πιστοποίηση του %(who)s</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/el/options.html b/templates/el/options.html index 92cc921e..393a84f0 100755 --- a/templates/el/options.html +++ b/templates/el/options.html @@ -173,6 +173,7 @@ <mm-global-deliver-button><i>Ορισμός παντού</i> </td></tr> +<!--Start-Digests-Delete--> <tr><TD BGCOLOR="#cccccc"> <strong>Ορισμός Συνόψεων</strong><p> Αν ενεργοποιήσετε τις συνόψεις, τα μηνύματα θα σας στέλνονται @@ -197,6 +198,7 @@ <MM-Plain-Digests-Button>Απλό Κείμενο<p> <mm-global-mime-button><i>Ορισμός Παντού</i> </td></tr> +<!--End-Digests-Delete--> <tr><TD BGCOLOR="#cccccc"> <strong>Λήψη των δικών σας μηνυμάτων στη λίστα;</strong><p> diff --git a/templates/el/private.html b/templates/el/private.html index aa7e560d..7a2be99b 100755 --- a/templates/el/private.html +++ b/templates/el/private.html @@ -1,9 +1,10 @@ <html> <head> <title>%(realname)s πιστοποίηση στον προστατευόμενο χώρο αποθήκευσης ιστορικού μηνυμάτων</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> @@ -37,6 +38,22 @@ cookie θα λήξει αυτόματα μόλις κλείσετε τον browser, ή μπορείτε και εσείς να κάνετε το cookie να λήξει πατώντας το link της <em>Αποσύνδεσης</em>. + <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> + </TABLE> </FORM> </body> </html> |