aboutsummaryrefslogtreecommitdiffstats
path: root/templates/hr
diff options
context:
space:
mode:
Diffstat (limited to 'templates/hr')
-rwxr-xr-x[-rw-r--r--]templates/hr/admlogin.html5
-rw-r--r--templates/hr/options.html2
-rwxr-xr-x[-rw-r--r--]templates/hr/private.html21
3 files changed, 24 insertions, 4 deletions
diff --git a/templates/hr/admlogin.html b/templates/hr/admlogin.html
index 6f1cee24..720b033e 100644..100755
--- a/templates/hr/admlogin.html
+++ b/templates/hr/admlogin.html
@@ -1,9 +1,10 @@
<html>
<head>
<title>%(listname)s %(who)s Autentikacija</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/hr/options.html b/templates/hr/options.html
index 69ac6bf4..f35ba4ab 100644
--- a/templates/hr/options.html
+++ b/templates/hr/options.html
@@ -172,6 +172,7 @@ pretplaćeni.
<mm-global-deliver-button><i>Postavi globalno</i>
</td></tr>
+<!--Start-Digests-Delete-->
<tr><TD BGCOLOR="#cccccc">
<strong>Postavi Digest Mod</strong><p>
Ako uključite digest mod, dobijat ćete skupljene poruke
@@ -193,6 +194,7 @@ pretplaćeni.
<MM-Plain-Digests-Button>Običan Tekst<p>
<mm-global-mime-button><i>Postavi globalno</i>
</td></tr>
+<!--End-Digests-Delete-->
<tr><TD BGCOLOR="#cccccc">
<strong>Primaj vlastite poruke sa liste?</strong><p>
diff --git a/templates/hr/private.html b/templates/hr/private.html
index 6c9ad48b..bfd5f2e4 100644..100755
--- a/templates/hr/private.html
+++ b/templates/hr/private.html
@@ -1,9 +1,10 @@
<html>
<head>
<title>%(realname)s Privatna Arhiva Autentikacija</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>
@@ -35,6 +36,22 @@
Ovaj kolačić (cookie) će automatski isteći kada izađete iz browsera, ali ga možete i
eksplicitno uništiti kolačić klikanjem na link <em>Izlaz</em> pod <em>Druge
Administracijske Aktivnosti</em> (koji ćete vidjeti onda kad se uspješno 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>