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

📄 receivemaildetail.aspx

📁 人事管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ReceiveMailDetail.aspx.cs"
    Inherits="Message_MailBox_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>
    <link href="../../css/StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
        <div id="page" style="width: 680px; margin-left: auto; margin-right: auto; font-size: 12px">
            <table id="Table2" align="left" style="background-color: white" border="0" cellpadding="2"
                cellspacing="1" width="700px">
                <tr>
                    <td align="left" style="background-color: white">
                        消息主题:
                    </td>
                    <td style="background-color: white">
                        <asp:Label ID="lblTitle" runat="server" CssClass="title"></asp:Label></td>
                </tr>
                <tr>
                    <td align="left" style="background-color: white" valign="top">
                        重要程度:</td>
                    <td style="background-color: white">
                        <asp:Label ID="lblType" runat="server" ForeColor="Red"></asp:Label></td>
                </tr>
                <tr style="color: #000000">
                    <td align="left" style="background-color: white" valign="top">
                        消息内容:</td>
                    <td style="background-color: white">
                        <textarea id="txtContent" runat="server" class="textarea2" cols="55" name="Content"
                            rows="9" style="width: 464px; height: 152px">						</textarea></td>
                </tr>
                <tr>
                    <td align="left" style="background-color: white" valign="top">
                        发件人:</td>
                    <td style="background-color: white">
                        <asp:Label ID="lblFromUser" runat="server"></asp:Label></td>
                </tr>
                <tr>
                    <td align="left" style="background-color: white" valign="top">
                        发送时间:</td>
                    <td style="background-color: white">
                        <asp:Label ID="lblSendTime" runat="server"></asp:Label></td>
                </tr>
                <tr>
                    <td style="height: 26px; background-color: white" valign="top">
                    </td>
                    <td align="center" style="height: 26px; background-color: white">
                        <asp:Button ID="btnClose" CssClass="buttonCss" Width="75px" Height="22px" runat="server" Text="关闭" />
                    </td>
                </tr>
            </table>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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