aboutsummaryrefslogtreecommitdiffstats
path: root/templates/cs
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cs')
-rwxr-xr-x[-rw-r--r--]templates/cs/admlogin.html5
-rw-r--r--templates/cs/options.html2
-rwxr-xr-x[-rw-r--r--]templates/cs/private.html21
3 files changed, 24 insertions, 4 deletions
diff --git a/templates/cs/admlogin.html b/templates/cs/admlogin.html
index 4355c218..4f764747 100644..100755
--- a/templates/cs/admlogin.html
+++ b/templates/cs/admlogin.html
@@ -1,9 +1,10 @@
<html>
<head>
<title>%(listname)s %(who)s přihlášení</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/cs/options.html b/templates/cs/options.html
index 2e8f03cc..9ca19ad4 100644
--- a/templates/cs/options.html
+++ b/templates/cs/options.html
@@ -161,6 +161,7 @@ Vyberte tuto volbu, pokud si nepřejete dostávat žádné příspěvky.
<mm-global-deliver-button><i>Nastavit globálně</i>
</td></tr>
+<!--Start-Digests-Delete-->
<tr><TD BGCOLOR="#cccccc">
<strong>Zapnutí digest režimu</strong><p>
Pokud je zapnut digest režim dostanete všechny příspěvky v jednom dopise
@@ -181,6 +182,7 @@ volbu čistý text. Tato volba nemá žádný význam, pokud není digest aktivní.<br>
<MM-Plain-Digests-Button>Čistý text<p>
<mm-global-mime-button><i>Nastavit globálně</i>
</td></tr>
+<!--End-Digests-Delete-->
<tr><TD BGCOLOR="#cccccc">
<strong>Přejete si dostávat příspěvky, které jste sami zaslali do
diff --git a/templates/cs/private.html b/templates/cs/private.html
index e7e547fb..82eb32a5 100644..100755
--- a/templates/cs/private.html
+++ b/templates/cs/private.html
@@ -1,9 +1,10 @@
<html>
<head>
<title>Konference %(realname)s - přihlášení pro přístup do privátního archivu </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>
@@ -36,6 +37,22 @@
Odhlásit se můžete kliknutím na <em>Odhlásit</em>.
Tento odkaz uvidíte až po úspěšném přihlášení.
+ <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>