diff options
Diffstat (limited to 'templates/lt')
-rwxr-xr-x[-rw-r--r--] | templates/lt/admlogin.html | 5 | ||||
-rw-r--r-- | templates/lt/archtoc.html | 1 | ||||
-rw-r--r-- | templates/lt/options.html | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | templates/lt/private.html | 21 |
4 files changed, 25 insertions, 4 deletions
diff --git a/templates/lt/admlogin.html b/templates/lt/admlogin.html index 8a3858cb..ec832130 100644..100755 --- a/templates/lt/admlogin.html +++ b/templates/lt/admlogin.html @@ -1,9 +1,10 @@ <html> <head> <title>%(listname)s %(who)s prisijungimas</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/lt/archtoc.html b/templates/lt/archtoc.html index 5d3cbe69..01dfdf48 100644 --- a/templates/lt/archtoc.html +++ b/templates/lt/archtoc.html @@ -3,6 +3,7 @@ <HEAD> <title>Forumo %(listname)s archyvai</title> <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s </HEAD> <BODY BGCOLOR="#ffffff"> <h1>Forumo %(listname)s archyvai</h1> diff --git a/templates/lt/options.html b/templates/lt/options.html index 38951e04..2a8fcaa4 100644 --- a/templates/lt/options.html +++ b/templates/lt/options.html @@ -156,6 +156,7 @@ Pažymėjus šią vėliavėlę pakečiami Jūsų nustatymai visuose <mm-host> forumuose. <mm-global-deliver-button><i>Bendri pakeitimai</i> </td></tr> +<!--Start-Digests-Delete--> <tr><TD BGCOLOR="#cccccc"> <strong>Rinkinių siuntimas</strong><p> Jeigu įjungsite rinkinių siuntimą, Jums bus siuntinėjami @@ -180,6 +181,7 @@ Pažymėjus šią vėliavėlę pakečiami Jūsų nustatymai visuose <mm-host> forumuose. <MM-Plain-Digests-Button>Vientisas tekstas<p> <mm-global-mime-button><i>Bendri pakeitimai</i> </td></tr> +<!--End-Digests-Delete--> <tr><TD BGCOLOR="#cccccc"> <strong>Ar norite gauti savo siųstus į forumą laiškus??</strong> diff --git a/templates/lt/private.html b/templates/lt/private.html index 73e9a613..d82f6391 100644..100755 --- a/templates/lt/private.html +++ b/templates/lt/private.html @@ -1,9 +1,10 @@ <html> <head> <title>%(realname)s privataus archyvo prisijungimas</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 @@ you can explicitly expire the cookie by hitting the <em>Logout</em> link under <em>Other Administrative Activities</em> (which you'll see once you successfully log in). + <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> |