i18n
[mir.git] / etc / open / sent_mail.template
index 47b4b6d..4e8cae6 100755 (executable)
@@ -1,9 +1,31 @@
-<HTML>
-<BODY>
-the article was sent to the specified address.
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
+<html>
+<head>
+       <title>${lang("email.sent.htmltitle")}</title>
+</head>
+
+<body bgcolor="White" text="Black" link="#006600" vlink="#666666" alink="Red">
+
+<table width="100%" border="0" cellspacing="0" cellpadding="4" bgcolor="#cccccc">
+       <tr>
+               <td align="center" bgcolor="#666666">
+               <font color="White">${lang("email.sent.title")}</font></td>
+       </tr>
+       <tr>
+               <td bgcolor="#eeeeee"><font color="#000000">
+${lang("email.sent.text")}
+
+       </td>
+</tr>
+<tr>
+       <td valign="top" align="center" bgcolor="#666666">
 <a href="javascript:history.go(-2)"><font color="White"><b>&gt;&gt; ${lang("postingdone.back")}</b></font></a>
-</BODY>
-</HTML>
+               </td>
+       </tr>
+</table>
+</body>
+</html>
+