aboutsummaryrefslogtreecommitdiffstats
path: root/templates/vi/admlogin.html
diff options
context:
space:
mode:
authorclytie <>2006-04-23 04:58:11 +0000
committerclytie <>2006-04-23 04:58:11 +0000
commit20113170dd9e732ad0ec49094e8412ab96c3ae21 (patch)
treec64edff5cf572c547c268d1da009c89c1e418ed3 /templates/vi/admlogin.html
parent01e21cdacb0f214c74df9584c3a05634fe2028db (diff)
downloadmailman2-20113170dd9e732ad0ec49094e8412ab96c3ae21.tar.gz
mailman2-20113170dd9e732ad0ec49094e8412ab96c3ae21.tar.xz
mailman2-20113170dd9e732ad0ec49094e8412ab96c3ae21.zip
2006-04-23 Added and committed all the Vietnamese translated template files from the stable version.
Clytie Siddall <clytie@riverland.net.au>
Diffstat (limited to 'templates/vi/admlogin.html')
-rw-r--r--templates/vi/admlogin.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/templates/vi/admlogin.html b/templates/vi/admlogin.html
new file mode 100644
index 00000000..9468983f
--- /dev/null
+++ b/templates/vi/admlogin.html
@@ -0,0 +1,31 @@
+<html>
+<head>
+ <title>%(listname)s %(who)s Xác thực</title>
+</head>
+<body bgcolor="#ffffff">
+<FORM METHOD=POST ACTION="%(path)s">
+%(message)s
+ <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">%(listname)s %(who)s
+ Xác thực</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <TD><div ALIGN="Right">Mật khẩu hộp thư %(who)s:</div></TD>
+ <TD><INPUT TYPE="password" NAME="adminpw" SIZE="30"></TD>
+ </tr>
+ <tr>
+ <td colspan=2 align=middle><INPUT type="SUBMIT"
+ name="admlogin"
+ value="Let me in...">
+ </td>
+ </tr>
+ </TABLE>
+ <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ì thay đổi quản trị sẽ không có tác động.
+
+ <p>Cookie phiên chạy được dùng trong giao diện quản trị của Mailman để tránh trường hợp bạn phải đăng nhập lại vào mỗi thao tác quản trị. 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 nhắp vào liên kết <em>Đăng xuất</em> nằm dưới <em>Hoạt động quản trị khác</em> (mà bạn sẽ xem một khi đăng nhập được).
+</FORM>
+</body>
+</html>