diff options
Diffstat (limited to 'templates/sl')
-rwxr-xr-x[-rw-r--r--] | templates/sl/admlogin.html | 5 | ||||
-rw-r--r-- | templates/sl/headfoot.html | 2 | ||||
-rw-r--r-- | templates/sl/options.html | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | templates/sl/private.html | 21 |
4 files changed, 25 insertions, 5 deletions
diff --git a/templates/sl/admlogin.html b/templates/sl/admlogin.html index 2babe073..edb694ef 100644..100755 --- a/templates/sl/admlogin.html +++ b/templates/sl/admlogin.html @@ -1,9 +1,10 @@ <html> <head> <title>Avtentikacija člana %(who)s za seznam %(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/sl/headfoot.html b/templates/sl/headfoot.html index 55298dc5..4e861af3 100644 --- a/templates/sl/headfoot.html +++ b/templates/sl/headfoot.html @@ -16,7 +16,7 @@ možnih nadomestil: <li><b><code>web_page_url</code></b> - Osnovni URL za Mailman. Temu lahko dodate - npr. <em><code>listinfo/%(internal_name)s</code></em> za stran s + npr. <em><code>listinfo/%(list_name)s</code></em> za stran s podatki o poštnem seznamu. <li><b><code>description</code></b> - Kratek opis poštnega seznama. diff --git a/templates/sl/options.html b/templates/sl/options.html index f0ea67cf..f0729f1a 100644 --- a/templates/sl/options.html +++ b/templates/sl/options.html @@ -170,6 +170,7 @@ ste še prijavljeni, kliknite <em>Pokaži moje ostale naročnine</em>. <mm-global-deliver-button><i>Nastavi globalno</i> </td></tr> +<!--Start-Digests-Delete--> <tr><TD BGCOLOR="#cccccc"> <strong>Prejemanje izvlečkov</strong><p> Če vključite način prejemanja izvlečkov, boste prejemali vsa @@ -191,6 +192,7 @@ ste še prijavljeni, kliknite <em>Pokaži moje ostale naročnine</em>. <MM-Plain-Digests-Button>Navadno besedilo<p> <mm-global-mime-button><i>Nastavi globalno</i> </td></tr> +<!--End-Digests-Delete--> <tr><TD BGCOLOR="#cccccc"> <strong>Ali želite prejemati lastna sporočila?</strong><p> diff --git a/templates/sl/private.html b/templates/sl/private.html index 7be8928c..aad509f6 100644..100755 --- a/templates/sl/private.html +++ b/templates/sl/private.html @@ -1,9 +1,10 @@ <html> <head> <title>Avtentikacija za zasebne arhive člana %(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> @@ -38,6 +39,22 @@ brskalnik ali se odjavili s povezavo <em>Odjava</em> v <em>Ostale skrbniške dejavnosti</em> (ki bo vidno, takoj ko se prijavite). + <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> |