diff options
Diffstat (limited to 'templates/uk')
-rwxr-xr-x[-rw-r--r--] | templates/uk/admlogin.html | 5 | ||||
-rw-r--r-- | templates/uk/options.html | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | templates/uk/private.html | 21 |
3 files changed, 24 insertions, 4 deletions
diff --git a/templates/uk/admlogin.html b/templates/uk/admlogin.html index 8711532b..fd9f1655 100644..100755 --- a/templates/uk/admlogin.html +++ b/templates/uk/admlogin.html @@ -1,9 +1,10 @@ <html> <head> <title>Автентифікація користувача %(who)s списку листування %(listname)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/uk/options.html b/templates/uk/options.html index bd68df25..aa30aab5 100644 --- a/templates/uk/options.html +++ b/templates/uk/options.html @@ -168,6 +168,7 @@ <mm-global-deliver-button><i>Встановити глобально</i> </td></tr> +<!--Start-Digests-Delete--> <tr><TD BGCOLOR="#cccccc"> <strong>Встановлення режиму збірок</strong><p> Якщо ви ввімкнули режим збірок, ви отримуватимете @@ -191,6 +192,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/uk/private.html b/templates/uk/private.html index 1e0641df..9871cc4a 100644..100755 --- a/templates/uk/private.html +++ b/templates/uk/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 @@ завершити сеанс натиснувши посилання <em>Від'єднатись</em> у розділі <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> |