📄 editeinfo.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="EditEInfo.aspx.cs" Inherits="EditEInfo" %>
<%@ Register Src="Footer.ascx" TagName="Footer" TagPrefix="uc1" %>
<!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 style="text-align: center">
<form id="form1" runat="server">
<div>
<table style="width: 755px; height: 124px; background-image: url(Image/页眉.jpg);">
<tr>
<td style="width: 756px; height: 118px;">
<br /><br />
<table style="width: 490px; height: 27px" align="right">
<tr>
<td style="width: 63px">
<asp:HyperLink ID="HyperLink1" runat="server" Font-Size="9pt" Font-Underline="False"
ForeColor="Black" NavigateUrl="~/Login.aspx">重新登录</asp:HyperLink></td>
<td style="width: 66px">
<asp:HyperLink ID="HyperLink2" runat="server" Font-Size="9pt" Font-Underline="False"
ForeColor="Black" NavigateUrl="~/SendMail.aspx">返回首页</asp:HyperLink></td>
<td style="width: 51px">
<asp:LinkButton ID="LinkButton1" runat="server" Font-Size="9pt" Font-Underline="False"
ForeColor="Black" Enabled="False">邮件群发</asp:LinkButton></td>
<td style="width: 65px">
<asp:HyperLink ID="HyperLink3" runat="server" Font-Size="9pt" Font-Underline="False"
ForeColor="Black" NavigateUrl="~/AddFriend.aspx">添加好友</asp:HyperLink></td>
<td style="width: 64px">
<asp:HyperLink ID="HyperLink4" runat="server" Font-Size="9pt" Font-Underline="False"
ForeColor="Black" NavigateUrl="~/FriendInfo.aspx">查看好友</asp:HyperLink></td>
<td style="width: 74px">
<asp:HyperLink ID="HyperLink5" runat="server" Font-Size="9pt" Font-Underline="False"
ForeColor="Black" NavigateUrl="~/EmailInfo.aspx">查看邮件信息</asp:HyperLink></td>
<td>
<asp:HyperLink ID="HyperLink6" runat="server" Font-Size="9pt" Font-Underline="False"
ForeColor="Black" NavigateUrl="~/EEmailInfo.aspx">查看紧急邮件</asp:HyperLink></td>
</tr>
</table>
</td>
</tr>
</table>
<table align="center" cellpadding="0" cellspacing="0" style="width: 755px; height: 365px; background-image: url(Image/Jmall邮件发送系统查看邮件信息之----详细信息.jpg);">
<tr>
<td style="width: 162px; background-color: transparent; text-align: center; height: 24px;">
<asp:Label ID="Label1" runat="server" Font-Size="9pt" Text="收件人:"></asp:Label>
</td>
<td style="width: 579px; text-align: center; height: 24px;">
<asp:TextBox ID="txtReceiver" runat="server" Font-Size="9pt" Width="560px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 162px; background-color: transparent; text-align: center; height: 23px;">
<asp:Label ID="Label3" runat="server" Font-Size="9pt" Text="主题:"></asp:Label> </td>
<td style="width: 579px; text-align: center; height: 23px;">
<asp:TextBox ID="txtSubject" runat="server" Font-Size="9pt" Width="560px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 162px; background-color: transparent; text-align: center; vertical-align: top; height: 190px;">
<asp:Label ID="Label4" runat="server" Font-Size="9pt" Text="内容:"></asp:Label> </td>
<td style="width: 579px; text-align: center; vertical-align: top; height: 190px;">
<asp:TextBox ID="txtContent" runat="server" Font-Size="9pt" Height="248px" TextMode="MultiLine"
Width="560px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 162px; background-color: transparent; text-align: center; height: 16px;">
<asp:Label ID="Label2" runat="server" Font-Size="9pt" Text="收件日期:"></asp:Label>
</td>
<td style="width: 579px; text-align: center; height: 16px;">
<asp:TextBox ID="txtDate" runat="server" Font-Size="9pt" Width="560px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 162px; text-align: center; height: 38px;">
</td>
<td style="width: 579px; height: 38px; text-align: center; vertical-align: top;">
<asp:CheckBox ID="cbErgency" runat="server" Font-Size="9pt" Text="是否紧急" />
</td>
</tr>
</table>
</div>
<uc1:Footer ID="Footer1" runat="server" />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -