aboutsummaryrefslogtreecommitdiffstats
path: root/templates/vi/private.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/private.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/private.html')
-rw-r--r--templates/vi/private.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/templates/vi/private.html b/templates/vi/private.html
new file mode 100644
index 00000000..779eb722
--- /dev/null
+++ b/templates/vi/private.html
@@ -0,0 +1,34 @@
+<html>
+<head>
+ <title>Xác thực kho riêng của %(realname)s</title>
+</head>
+<body bgcolor="#ffffff">
+<FORM METHOD=POST ACTION="%(action)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">Xác thực kho riêng của %(realname)s</FONT></B>
+ </TD>
+ </TR>
+ <tr>
+ <TD><div ALIGN="Right">Địa chỉ thư :</div></TD>
+ <TD><INPUT TYPE="text" NAME="username" SIZE="30"></TD>
+ </tr>
+ <tr>
+ <TD><div ALIGN="Right">Mật khẩu :</div></TD>
+ <TD><INPUT TYPE="password" NAME="password" SIZE="30"></TD>
+ </tr>
+ <tr>
+ <td colspan=2 align="middle"><INPUT type="SUBMIT"
+ name="submit"
+ 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ì 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>.
+</FORM>
+</body>
+</html>