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

📄 messagesingle.aspx

📁 CRM管理系统 CRM管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="messageSingle.aspx.cs" Inherits="message_messageSingle" %>

<!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 id="Head1" runat="server">
    <title>个人信息列表</title>
    <link href="../SystemManage/css/style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
 
  td {font-size:9pt;line-height:20pt}
  th {font-size:9pt;line-height:20pt}

A:link{text-decoration: none;color:#000000;}
A:visited{text-decoration: none;color:#003300;}
A:active{text-decoration: none;color: #000000;}
A:hover {text-decoration: none;color: #FF0000;}
  
</style>
    <base target="_self" />
</head>

<body>
    <form id="form1" runat="server">
    <table border="0" cellpadding="0" cellspacing="0" width="650" align="center">
        <tr>
            <td colspan="2" align="center" style=" font-size:14px; height:35px;"><strong>消息详情</strong></td>
        </tr>
    </table>    
    <table border="0" cellpadding="0" cellspacing="0" width="650" align="center" style=" border:solid 1px blue;">
        <tr style="background-color:#94bae7;">
            <td align="right" style="height: 16px; " colspan="2">
            </td>
        </tr>

        <tr>
            <td width="15%" align="right">
                信息编号:</td>
            <td align="left" style="width: 656px"><asp:Label ID="lblCode" runat="server" ForeColor="Blue" Width="98%"></asp:Label></td>
        </tr>
        <tr>
            <td align="right" style=" height:5px;">
                <span>发送者名称:</span></td>
            <td style=" height:5px; width: 656px;"><asp:Label ID="lblSenderName" runat="server" ForeColor="Blue" Width="98%"></asp:Label></td>
        </tr>
        <tr>
            <td align="right" style="height: 27px">
                <span>接收者名称:</span></td>
            <td align="left" style="height: 27px; width: 656px;"><asp:Label ID="lblReceivedName" runat="server" ForeColor="Blue" Width="98%"></asp:Label></td>
        </tr>
        <tr>
            <td align="right">
                信息标题:</td>
            <td align="left" style="width: 656px"><asp:Label ID="lblTitle" runat="server" ForeColor="Blue" Width="98%"></asp:Label></td>
        </tr>
        <tr>
            <td align="right" valign="top">
                信息内容:</td>
            <td align="left" style="width: 656px;"><asp:TextBox ID="txtContent" runat="server" BorderStyle="None" ForeColor="Blue"
                    Height="120px" ReadOnly="True" TextMode="MultiLine" Width="500px"></asp:TextBox></td>
        </tr>
        <tr>
            <td align="right">
                重要程度:</td>
            <td align="left" style="width: 656px"><asp:Label ID="lblImportant" runat="server" ForeColor="Blue" Width="98%"></asp:Label></td>
        </tr>
        <tr>
            <td align="right">
                是否阅读:</td>
            <td align="left" style="width: 656px"><asp:Label ID="lblRead" runat="server" ForeColor="Blue" Width="98%"></asp:Label></td>
        </tr>
        <tr>
            <td align="right" style="height: 27px">
                附件地址:</td>
            <td align="left" style="width: 656px; height: 27px"><asp:HyperLink ID="HyperLink1" runat="server" ForeColor="Blue">[HyperLink1]</asp:HyperLink></td>
        </tr>
        <tr>
            <td align="right">
                发送时间:</td>
            <td align="left" style="width: 656px">
                <asp:Label ID="lblTime" runat="server" ForeColor="Blue" Width="98%"></asp:Label></td>
        </tr>
        <tr>
            <td colspan="2" align="center" style="height: 8px">            
                <asp:Button ID="btnReturn" runat="server" OnClick="btnReturn_Click" Text="返回" />
                &nbsp;
                <asp:Button ID="btnAnswer" runat="server" OnClick="btnAnswer_Click" Text="回复" />
                <asp:Label ID="Label1" runat="server" Text="Label" Visible="False"></asp:Label></td>
        </tr>
        <tr>
            <td align="center" colspan="2" style="height: 8px">
            </td>
        </tr>
      </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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