90 lines
5.5 KiB
Plaintext
90 lines
5.5 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SmsShow.aspx.cs" Inherits="Main_SmsShow" %>
|
|
|
|
<html>
|
|
<head>
|
|
<title>新邮件提醒</title>
|
|
<base target="_self" />
|
|
<link href="../Style/Style.css" type="text/css" rel="STYLESHEET" />
|
|
<script language="javascript">
|
|
function DownloadFile(FileURL) //下载附件
|
|
{
|
|
document.getElementById("hdnFileURL").value = FileURL;
|
|
document.getElementById("btnDownloadFile").click();
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<input id="hdnFileURL" runat="server" type="hidden" />
|
|
<div style="width: 0px; height: 0px; display: none;">
|
|
<asp:Button ID="btnDownloadFile" Width="0px" Height="0px" runat="server" Text="Button"
|
|
OnClick="btnDownloadFile_Click" />
|
|
</div>
|
|
<div>
|
|
<table width="100%" align="center">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<table class="TableHeader" cellspacing="0" cellpadding="3" width="100%" border="0">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<img alt="个人短信" src="../images/comm.gif" align="absMiddle" width="16">
|
|
个人短信
|
|
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
|
|
width="0" height="0"><param name="movie" value="../Flash/Sms.swf"><param name="quality"
|
|
value="high"><param name="wmode" value="transparent"><embed src="../Flash/Sms.swf"
|
|
width="0" height="0" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
|
|
type="application/x-shockwave-flash" wmode="transparent"></embed></object>
|
|
</td>
|
|
<td class="small" align="right">共 <span class="big4"><a target="rform" onclick='window.close();' href="../LanEmail/LanEmailShou.aspx"><asp:Label
|
|
ID="Label1" runat="server" Text="0" Font-Bold="True" ForeColor="Red"></asp:Label></a>
|
|
</span>封新邮件
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr class="TableData">
|
|
<td>
|
|
<table class="small" cellspacing="0" cellpadding="5" width="100%" border="0">
|
|
<tbody>
|
|
<tr>
|
|
<td style="color: #0000ff">
|
|
<asp:Label ID="Label2" runat="server" Text="发送人"></asp:Label> <asp:Label
|
|
ID="Label3" runat="server" Text="发送时间"></asp:Label>
|
|
</td>
|
|
<td style="color: #0000ff" align="right">收信人:<asp:Label ID="Label4" runat="server" Text="收信人"></asp:Label>
|
|
</td>
|
|
</tr>
|
|
<tr valign="top" height="40">
|
|
<td colspan="2">
|
|
<asp:Label ID="Label5" runat="server" Text="标题"></asp:Label><hr />
|
|
<asp:Label ID="Label6" runat="server" Text="内容"></asp:Label>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<div align="right">
|
|
<asp:Label ID="Label7" runat="server" Text="EmailID" Visible="False"></asp:Label>
|
|
<asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl='javascript:void(0);' onclick="window.close();window.parent.closeExtToastWindow();">关闭</asp:HyperLink>
|
|
|
|
<asp:LinkButton ID="LinkButton4" runat="server" OnClick="LinkButton4_Click">我知道了</asp:LinkButton>
|
|
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="../LanEmail/LanEmailShou.aspx"
|
|
onclick='window.close();' Target="rform">查看详情</asp:HyperLink>
|
|
<asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click">删除</asp:LinkButton>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|