⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 receivemaildetail.aspx

📁 OA系统源码 办公应用软件源码 asp.net 开发
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ReceiveMailDetail.aspx.cs" Inherits="Message_ReceiveMailDetail" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
<script language="javascript" type="text/javascript">
// <!CDATA[

function btnClose_onclick() {
this.close();
}

// ]]>
</script>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    <TABLE id="Table2" cellSpacing="1" cellPadding="2" border="0" bgColor="#e6e6e6" width="70%"
				align="left">
				<TR>
					<TD bgColor="white" align="left" width="15%">消息主题:
					</TD>
					<TD bgColor="white" width="80%"><asp:Label id="lblTitle" runat="server" CssClass="title"></asp:Label></TD>
				</TR>
				<TR>
					<td bgColor="white" valign="top" align="left">重要程度:</td>
					<TD bgColor="white">
						<asp:Label id="lblType" runat="server" ForeColor="Red"></asp:Label></TD>
				</TR>
				<TR>
					<td bgColor="white" valign="top" align="left">消息内容:</td>
					<TD bgColor="white">
						<TEXTAREA id="txtContent" runat="server" class="textarea2" NAME="Content" style="WIDTH: 464px; HEIGHT: 152px"
							rows="9" cols="55">
						</TEXTAREA></TD>
				</TR>
				<TR>
					<td bgColor="white" valign="top" align="left">发件人:</td>
					<TD bgColor="white">
						<asp:Label id="lblFromUser" runat="server"></asp:Label></TD>
				</TR>
				<TR>
					<td bgColor="white" valign="top" align="left">发送时间:</td>
					<TD bgColor="white">
						<asp:Label id="lblSendTime" runat="server"></asp:Label></TD>
				</TR>
				<TR>
					<td bgColor="white" valign="top"></td>
					<TD bgColor="white" align="center">
					<INPUT id="btnClose" style="WIDTH: 75px; HEIGHT: 22px" type="button" class="buttonCss" value="关闭" onclick="return btnClose_onclick()" />&nbsp;
					</TD>
				</TR>
			</TABLE>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -