ReadMail.aspx
上传用户:xuming1973
上传日期:2014-02-27
资源大小:17511k
文件大小:4k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="ReadMail.aspx.cs" AutoEventWireup="false" Inherits="UDS.SubModule.UnitiveDocument.Mail.ReadMail" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>ReadMail</title>
  6. <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
  7. <meta content="C#" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. <LINK href="../../../Css/BasicLayout.css" type="text/css" rel="stylesheet">
  11. <script language="javascript">
  12. function downloadfile(destFile)
  13. {
  14. self.location="Download.aspx?destFileName="+destFile;
  15. }
  16. function Incoming(a)
  17. {
  18. var ret;
  19. ret = window.showModalDialog("TreeView.aspx",window,"dialogHeight:400px;dialogWidth:300px;center:Yes;Help:No;Resizable:No;Status:Yes;Scroll:auto;Status:no;");
  20. if(ret>0)
  21. return false;
  22. }
  23. </script>
  24. </HEAD>
  25. <body leftMargin="0" topMargin="0" MS_POSITIONING="GridLayout">
  26. <form id="ReadMail" method="post" runat="server">
  27. <input type=hidden name="hdnMailID" value="<%=MailID%>">
  28. <TABLE id="Table1" borderColor="#111111" height="1" cellSpacing="0" cellPadding="0" width="100%" border="0">
  29. <TR height="30">
  30. <TD class="GbText" width="3%" background="../../../Images/treetopbg.jpg" bgColor="#c0d9e6"><FONT color="#003366" size="3"><IMG height="16" src="../../../images/283.GIF" width="16"></FONT></TD>
  31. <TD class="GbText" background="../../../Images/treetopbg.jpg" bgColor="#c0d9e6"><B><B>阅读邮件 </B>
  32. </B>
  33. </TD>
  34. </TR>
  35. </TABLE>
  36. <TABLE class="GbText" id="AutoNumber2" style="BORDER-COLLAPSE: collapse" borderColor="#cccccc" height="1" cellSpacing="0" cellPadding="0" width="100%" border="1">
  37. <TR>
  38. <TD width="15%" height="24">&nbsp;<FONT face="宋体">发送人:</FONT></TD>
  39. <TD>&nbsp;
  40. <asp:label id="lblSenderName" runat="server"></asp:label></TD>
  41. </TR>
  42. <TR>
  43. <TD width="15%" height="24">&nbsp;<FONT face="宋体">收件人:</FONT></TD>
  44. <TD>&nbsp;
  45. <asp:label id="lblReceiverStr" runat="server" Width="538px"></asp:label></TD>
  46. </TR>
  47. <TR>
  48. <TD width="15%" height="24">&nbsp;<FONT face="宋体">抄送人:</FONT></TD>
  49. <TD>&nbsp;
  50. <asp:label id="lblCcToAddr" runat="server" Width="538px"></asp:label></TD>
  51. </TR>
  52. <TR>
  53. <TD width="15%" height="24">&nbsp;<FONT face="宋体">密抄人:</FONT></TD>
  54. <TD>&nbsp;
  55. <asp:label id="lblBccToAddr" runat="server"></asp:label></TD>
  56. </TR>
  57. <TR>
  58. <TD width="15%" height="24">&nbsp;<FONT face="宋体">所属项目:</FONT></TD>
  59. <TD>&nbsp;
  60. <asp:label id="lblProjectName" runat="server"></asp:label></TD>
  61. </TR>
  62. <TR>
  63. <TD width="15%" height="24">&nbsp;<FONT face="宋体">邮件标题:</FONT></TD>
  64. <TD>&nbsp;
  65. <asp:label id="lblSubject" runat="server"></asp:label></TD>
  66. </TR>
  67. <TR>
  68. <TD width="15%" height="24">&nbsp;<FONT face="宋体">发送时间:</FONT></TD>
  69. <TD>&nbsp;
  70. <asp:label id="lblSendDate" runat="server"></asp:label></TD>
  71. </TR>
  72. <TR>
  73. <TD width="15%" height="24">&nbsp;<FONT face="宋体">邮件内容:</FONT></TD>
  74. <TD>&nbsp;
  75. <asp:label id="lblBody" runat="server"></asp:label></TD>
  76. </TR>
  77. <TR>
  78. <TD width="15%" height="24">&nbsp;<FONT face="宋体">附件:</FONT></TD>
  79. <TD><FONT face="宋体">&nbsp;</FONT><asp:label id="lblAttachFile" runat="server"></asp:label></TD>
  80. </TR>
  81. </TABLE>
  82. <table cellSpacing="0" cellPadding="0" width="100%" border="0">
  83. <tr>
  84. <td align="left"><font size="3"><input class=ButtonCss onclick="javascript:self.location='Compose.aspx?ClassID=0&amp;Action=1&amp;MailID=<%=MailID%>'" type=button value="回 复"><FONT face="宋体">&nbsp;
  85. </FONT><input class=ButtonCss onclick="javascript:self.location='Compose.aspx?ClassID=0&amp;Action=2&amp;MailID=<%=MailID%>'" type=button value="转 发">&nbsp;<FONT face="宋体">
  86. </FONT><input class=ButtonCss onclick="javascript:self.location='Index.aspx?FolderType=<%=FolderType%>&CurrentPageIndex=<%=CurrentPageIndex%>'" type=button value="返 回"><FONT face="宋体">&nbsp;
  87. </FONT>
  88. <asp:button id="btnDelete" runat="server" CssClass="ButtonCss" Text="删 除"></asp:button>&nbsp;&nbsp;
  89. <input class="ButtonCss" onclick="Incoming()" type="button" value="归档"> </font>
  90. </td>
  91. <td align="right"><IMG height="25" src="../../../images/endbott.gif" width="279"></td>
  92. </tr>
  93. </table>
  94. </form>
  95. </body>
  96. </HTML>