aboutsummaryrefslogtreecommitdiffstats
path: root/templates/vi
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vi')
-rwxr-xr-x[-rw-r--r--]templates/vi/admlogin.html5
-rw-r--r--templates/vi/options.html2
-rwxr-xr-x[-rw-r--r--]templates/vi/private.html21
3 files changed, 24 insertions, 4 deletions
diff --git a/templates/vi/admlogin.html b/templates/vi/admlogin.html
index 9468983f..ca85e2c8 100644..100755
--- a/templates/vi/admlogin.html
+++ b/templates/vi/admlogin.html
@@ -1,9 +1,10 @@
<html>
<head>
<title>%(listname)s %(who)s Xác thực</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/vi/options.html b/templates/vi/options.html
index db1adc26..cbcf7759 100644
--- a/templates/vi/options.html
+++ b/templates/vi/options.html
@@ -150,6 +150,7 @@
<mm-global-deliver-button><i>Đặt toàn cục</i>
</td></tr>
+<!--Start-Digests-Delete-->
<tr><TD BGCOLOR="#cccccc">
<strong>Đặt chế độ nhận bó thư</strong><p>
Nếu bạn bật chế độ nhận bó thư, bạn sẽ nhận nhiều bài thư trong một lá thư (thường nhận một thư trên mỗi ngày, nhưng có thể nhận thư nhiều hơn từ hộp thư chung rất bận), thay vào nhận mỗi thư riêng một khi nó được gởi. Nếu bạn tắt chế độ nhận bó thư, có lẽ bạn sẽ nhận một bó thư cuối cùng trước khi bắt đầu nhận lại bài thư riêng.
@@ -166,6 +167,7 @@
<MM-Plain-Digests-Button>Thô<p>
<mm-global-mime-button><i>Đặt toàn cục</i>
</td></tr>
+<!--End-Digests-Delete-->
<tr><TD BGCOLOR="#cccccc">
<strong>Nhận bài thư mình đã gởi cho hộp thư không?</strong><p>
diff --git a/templates/vi/private.html b/templates/vi/private.html
index 779eb722..a6998e04 100644..100755
--- a/templates/vi/private.html
+++ b/templates/vi/private.html
@@ -1,9 +1,10 @@
<html>
<head>
<title>Xác thực kho riêng của %(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>
@@ -29,6 +30,22 @@
<p><strong><em>Quan trọng:</em></strong> để tiếp tục được, bạn phải đã bật tập tin nhận diện cookie trong trình duyệt, nếu không thì bạn sẽ phải xác thực lại cho mỗi thao tác.
<p>Cookie phiên chạy được dùng trong giao diện kho riêng của Mailman để tránh trường hợp bạn phải xác thực lại vào mỗi thao tác. Cookie này sẽ hết hạn dùng tự động khi bạn thoát khỏi trình duyệt, hoặc bạn có thể làm cho nó hết hạn dùng bằng cách thăm trang tùy chọn thành viên của mình và nhắp vào cái nút <em>Đăng xuất</em>.
+ <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>