*** empty log message ***
[nyc.indymedia.org.git] / etc / open / sent_mail.template
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
3 <html>
4 <head>
5   <title>${lang("email.sent.htmltitle")}</title>
6 </head>
7
8 <body bgcolor="White" text="Black" link="#006600" vlink="#666666" alink="Red">
9
10 <table width="100%" border="0" cellspacing="0" cellpadding="4" bgcolor="#cccccc">
11   <tr>
12     <td align="center" bgcolor="#666666">
13     <font color="White">${lang("email.sent.title")}</font></td>
14   </tr>
15   <tr>
16     <td bgcolor="#eeeeee"><font color="#000000">
17 ${lang("email.sent.text")}
18
19   </td>
20 </tr>
21 <tr>
22   <td valign="top" align="center" bgcolor="#666666">
23 <a href="javascript:history.go(-2)"><font color="White"><b>&gt;&gt; ${lang("postingdone.back")}</b></font></a>
24     </td>
25   </tr>
26 </table>
27 </body>
28 </html>
29
30
31