📄 popupmessageread.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PopupMessageRead.aspx.cs" Inherits="PowerEasy.WebSite.User.PopupMessageRead" %>
<!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>
</head>
<body>
<form id="form1" runat="server">
<table width="100%" border="0" cellpadding="2" cellspacing="1" class="TableWrap">
<tr align="center">
<td class="spacingtitle" style="height: 23px;">
<b>阅读短消息</b>
<b style="letter-spacing: 0px; text-align:right;"><asp:LinkButton ID="LbtnNextMessage" runat="server" OnClick="LbtnNextMessage_Click"></asp:LinkButton></b></td>
</tr>
<tr class="tdbg">
<td align="left" style="height: 28px;">
<strong>发件人:</strong>
<asp:Label ID="LblSender" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr class="tdbg">
<td align="left" style="height: 28px;">
<strong>收件人:</strong>
<asp:Label ID="LblIncept" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr class="tdbg">
<td align="left" style="height: 28px;">
<strong>发送时间:</strong>
<asp:Label ID="LblSendTime" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr class="tdbg">
<td align="left" style="height: 28px;" class="TdWrap">
<strong>消息主题:</strong>
<asp:Label ID="LblTitle" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr class="tdbg">
<td style="height: 28px;">
<strong>消息内容:</strong>
</td>
</tr>
<tr class="tdbg">
<td align="left" class="TdWrap">
<asp:Label ID="LblContent" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr class="tdbg">
<td align="left" style="height: 28px; text-align: center">
<asp:Button ID="BtnDelete" runat="server" Text="删除" OnClick="BtnDelete_Click" OnClientClick="return confirm('是否要删除此短消息?')" />
<asp:Button ID="BtnWrite" runat="server" Text="撰写" OnClick="BtnWrite_Click" />
<asp:Button ID="BtnReply" runat="server" Text="回复" OnClick="BtnReply_Click" />
<asp:Button ID="BtnForward" runat="server" Text="转发" OnClick="BtnForward_Click" />
<input type="button" id="BtnClose" value="关闭" onclick="window.close();" class="inputbutton" />
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -