aboutsummaryrefslogtreecommitdiffstats
path: root/templates/eu
diff options
context:
space:
mode:
Diffstat (limited to 'templates/eu')
-rwxr-xr-x[-rw-r--r--]templates/eu/admlogin.html5
-rw-r--r--templates/eu/headfoot.html2
-rw-r--r--templates/eu/options.html2
-rwxr-xr-x[-rw-r--r--]templates/eu/private.html21
4 files changed, 25 insertions, 5 deletions
diff --git a/templates/eu/admlogin.html b/templates/eu/admlogin.html
index 32d4a250..21b3e851 100644..100755
--- a/templates/eu/admlogin.html
+++ b/templates/eu/admlogin.html
@@ -1,9 +1,10 @@
<html>
<head>
<title>%(listname)s Zerrendako %(who)s Identifikatzen</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/eu/headfoot.html b/templates/eu/headfoot.html
index 2e3b10ab..8536f8df 100644
--- a/templates/eu/headfoot.html
+++ b/templates/eu/headfoot.html
@@ -16,7 +16,7 @@ Onartzen diren ordezkapenak hauexek dira:
<li><b><code>web_page_url</code></b> - Mailmanen oinarrizko URLa.
Adibidez, zerrendaren informazio orria adierazteko, atzean
- <em><code>listinfo/%(internal_name)s</code></em> gehitzea
+ <em><code>listinfo/%(list_name)s</code></em> gehitzea
bakarrik behar da.
<li><b><code>description</code></b> - Posta zerrendaren laburpen xumea.
diff --git a/templates/eu/options.html b/templates/eu/options.html
index 1a62842d..2d387225 100644
--- a/templates/eu/options.html
+++ b/templates/eu/options.html
@@ -169,6 +169,7 @@ izenak ikusteko.
<mm-global-deliver-button><i>Denak Batera</i>
</td></tr>
+<!--Start-Digests-Delete-->
<tr><TD BGCOLOR="#cccccc">
<strong>Bildumen Aukera Gaitu</strong><p>
Aukera hau gaitzen baduzu, mezuak banan banan jaso beharrean,
@@ -191,6 +192,7 @@ izenak ikusteko.
<MM-Plain-Digests-Button>Testu Hutsa<p>
<mm-global-mime-button><i>Denak Batera</i>
</td></tr>
+<!--End-Digests-Delete-->
<tr><TD BGCOLOR="#cccccc">
<strong>Norbere mezuak ere jaso?</strong><p>
diff --git a/templates/eu/private.html b/templates/eu/private.html
index 00978e5f..18f74c04 100644..100755
--- a/templates/eu/private.html
+++ b/templates/eu/private.html
@@ -1,9 +1,10 @@
<html>
<head>
<title>%(realname)s Artxibo Pribatuak Egiaztatzea</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 @@
nabigatzailea itxi bezain azkar; nahi baduzu, zuk ere zuzenean ezgaitu dezakezu
<em>Kudeatzailearen Beste Jarduera Batzuk</em> barruan, <em>Saioa Amaitu</em>
sakatuz (aukera hori behin sartu ondoren agertuko zaizu, ez lehenago).
+ <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>