1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
- <meta name="ProgId" content="FrontPage.Editor.Document">
- <title id="ridTitle">TRS电子邮件</title>
- <style type=text/css>
- <!--
- body,p,td,font,li{font-family:"Arial","宋体" ; font-size:14px;line-height:150% }
- A{color:blue; TEXT-DECORATION: underline;font-size:14px}
- A:visited{color:blue; TEXT-DECORATION: underline; font-size:14px}
- A:link{color:blue; TEXT-DECORATION: underline; font-size:14px}
- A:active {color:blue;TEXT-DECORATION: underline; font-size:14px}
- A:hover {COLOR: #333333; TEXT-DECORATION: underline; font-size:14px}
- Div.EmailContent P{
- text-indent:20px;
- }
- -->
- </style>
- </head>
- <body leftmargin="0" topmargin="12" id="ridBody">
- <div align="center">
- <center>
- <table border="0" width="98%" cellpadding="0" bgcolor="#005ACE">
- <tr>
- <td width="20%"><img border="0" src="http://www.trs.com.cn/logo.gif" width="94" height="46"></td>
- <td width="80%" valign="bottom" align="right"><b><i><a href="http://www.trs.com.cn"><font color="#FFFFFF">http://www.trs.com.cn</font></a><font color="#FFFFFF">
- </font></i></b></td>
- </tr>
- </table>
- </center>
- </div>
- <div align="center">
- <center>
- <table border="0" width="98%" cellspacing="12" cellpadding="0" height="360">
- <tr>
- <td width="100%" valign="top" align="left"> <B>${to_user}</B>,您好:
- <div class="EmailContent">
- <P>
- ${content}
- </P>
- <P align="right">
- <B>${from_user}</B>
- </P>
- </div>
- </td>
- </tr>
- </table>
- </center>
- </div>
- <div align="center">
- <center>
- <table border="0" width="98%" cellpadding="0" background="http://www.trs.com.cn/bottom_bg.gif" cellspacing="8" height="30">
- <tr>
- <td width="100%">
- <font id="_AthCaret">
- 北京拓尔思(TRS)信息技术有限公司<BR>
- TRS Information Technologies Ltd.<BR>
- Phone : 86-010-64859900<BR>
- Fax : 86-010-64879080<BR>
- </font>
- </td>
- </tr>
- </table>
- </center>
- </div>
- </body>
- </html>
|