TRSEmail.htm 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  4. <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
  5. <meta name="ProgId" content="FrontPage.Editor.Document">
  6. <title id="ridTitle">TRS电子邮件</title>
  7. <style type=text/css>
  8. <!--
  9. body,p,td,font,li{font-family:"Arial","宋体" ; font-size:14px;line-height:150% }
  10. A{color:blue; TEXT-DECORATION: underline;font-size:14px}
  11. A:visited{color:blue; TEXT-DECORATION: underline; font-size:14px}
  12. A:link{color:blue; TEXT-DECORATION: underline; font-size:14px}
  13. A:active {color:blue;TEXT-DECORATION: underline; font-size:14px}
  14. A:hover {COLOR: #333333; TEXT-DECORATION: underline; font-size:14px}
  15. Div.EmailContent P{
  16. text-indent:20px;
  17. }
  18. -->
  19. </style>
  20. </head>
  21. <body leftmargin="0" topmargin="12" id="ridBody">
  22. <div align="center">
  23. <center>
  24. <table border="0" width="98%" cellpadding="0" bgcolor="#005ACE">
  25. <tr>
  26. <td width="20%"><img border="0" src="http://www.trs.com.cn/logo.gif" width="94" height="46"></td>
  27. <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">&nbsp;&nbsp;&nbsp;
  28. </font></i></b></td>
  29. </tr>
  30. </table>
  31. </center>
  32. </div>
  33. <div align="center">
  34. <center>
  35. <table border="0" width="98%" cellspacing="12" cellpadding="0" height="360">
  36. <tr>
  37. <td width="100%" valign="top" align="left">&nbsp; <B>${to_user}</B>,您好:
  38. <div class="EmailContent">
  39. <P>
  40. ${content}
  41. </P>
  42. <P align="right">
  43. <B>${from_user}</B>
  44. </P>
  45. </div>
  46. </td>
  47. </tr>
  48. </table>
  49. </center>
  50. </div>
  51. <div align="center">
  52. <center>
  53. <table border="0" width="98%" cellpadding="0" background="http://www.trs.com.cn/bottom_bg.gif" cellspacing="8" height="30">
  54. <tr>
  55. <td width="100%">
  56. <font id="_AthCaret">
  57. 北京拓尔思(TRS)信息技术有限公司<BR>
  58. TRS Information Technologies Ltd.<BR>
  59. Phone : 86-010-64859900<BR>
  60. Fax : 86-010-64879080<BR>
  61. </font>
  62. </td>
  63. </tr>
  64. </table>
  65. </center>
  66. </div>
  67. </body>
  68. </html>