📄 mysmsview.aspx
字号:
<%@ Register TagPrefix="Forum" TagName="Top" Src="_Top.ascx" %>
<%@ Register TagPrefix="Forum" TagName="Bt" Src="_Bt.ascx" %>
<%@ Page language="c#" Codebehind="MysmsView.aspx.cs" AutoEventWireup="false" Inherits="Forum.MysmsView" %>
<HTML>
<HEAD>
<title>
<%=Title%>
</title>
<script src="script.js"></script>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript (ECMAScript)" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="Forum.css" type="text/css" rel="stylesheet">
</HEAD>
<body topMargin="0" leftmargin="0">
<form id="MysmsView" method="post" runat="server">
<FORUM:TOP id="Top" Runat="server" EnableViewState="False"></FORUM:TOP>
<table cellSpacing="1" cellPadding="4" width="97%" align="center">
<tr>
<td>
<asp:label id="Path" runat="server" EnableViewState="False"></asp:label>
</td>
</tr>
</table>
<table cellSpacing="1" cellPadding="4" width="97%" align="center">
<tr>
<td align="right">
<A href="Mysms.aspx?Action=1"><IMG alt="收件箱" src="Pic/m_inbox.gif" border="0" class="None" onmousedown="Check(this,2)" onmouseup="Check(this,1)" onmouseover="Check(this,1)" onmouseout="Check(this,0)"></A>
<A href="Mysms.aspx?Action=2"><IMG alt="发件箱" src="Pic/M_outbox.gif" border="0" class="None" onmousedown="Check(this,2)" onmouseup="Check(this,1)" onmouseover="Check(this,1)" onmouseout="Check(this,0)"></A>
<A href="Mysms.aspx?Action=3"><IMG alt="已发送邮件" src="Pic/M_issend.gif" border="0" class="None" onmousedown="Check(this,2)" onmouseup="Check(this,1)" onmouseover="Check(this,1)" onmouseout="Check(this,0)"></A>
<A href="Mysms.aspx?Action=4"><IMG alt="废件箱" src="Pic/M_recycle.gif" border="0" class="None" onmousedown="Check(this,2)" onmouseup="Check(this,1)" onmouseover="Check(this,1)" onmouseout="Check(this,0)"></A>
<A href="MyFriend.aspx"><IMG alt="地址薄" src="Pic/M_ad.gif" border="0" class="None" onmousedown="Check(this,2)" onmouseup="Check(this,1)" onmouseover="Check(this,1)" onmouseout="Check(this,0)"></A>
<A href="MysmsSend.aspx"><IMG alt="写消息" src="Pic/m_write.gif" border="0" class="None" onmousedown="Check(this,2)" onmouseup="Check(this,1)" onmouseover="Check(this,1)" onmouseout="Check(this,0)"></A>
</td>
</tr>
</table>
<asp:datalist id="dlfsView" runat="server" HorizontalAlign="Center" CellSpacing="0" CellPadding="0" Width="97%">
<ItemTemplate>
<asp:Table id="Table1" runat="server" CellPadding="4" CellSpacing="1" Width="100%">
<asp:TableRow AccessKey="H">
<asp:TableCell ColumnSpan="6">短消息
[<a href='MysmsSend.aspx?U=<%# DataBinder.Eval(Container, "DataItem.Forum_Sms_Sender") %>'>
回复 </a>]</asp:TableCell>
</asp:TableRow>
<asp:TableRow AccessKey="B">
<asp:TableCell Width="10%" HorizontalAlign="Right">发件人:</asp:TableCell>
<asp:TableCell Width="20%">
<a href='UsersView.aspx?U=<%# DataBinder.Eval(Container, "DataItem.Forum_Sms_Sender") %>' target="_blank">
<%# DataBinder.Eval(Container, "DataItem.Forum_Sms_Sender") %>
</a>
</asp:TableCell>
<asp:TableCell Width="10%" HorizontalAlign="Right">收件人:</asp:TableCell>
<asp:TableCell Width="20%">
<a href='UsersView.aspx?U=<%# DataBinder.Eval(Container, "DataItem.Forum_Sms_Incept") %>' target="_blank">
<%# DataBinder.Eval(Container, "DataItem.Forum_Sms_Incept") %>
</a>
</asp:TableCell>
<asp:TableCell Width="10%" HorizontalAlign="Right">发送时间:</asp:TableCell>
<asp:TableCell Width="30%">
<asp:Label ID="InputDate" Runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Forum_Sms_InputDate") %>'>
</asp:Label>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow AccessKey="B">
<asp:TableCell Width="10%" HorizontalAlign="Right">消息标题:</asp:TableCell>
<asp:TableCell Width="90%" ColumnSpan="5">
<asp:Label ID="Title" Runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Forum_Sms_Title") %>'>
</asp:Label>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow AccessKey="B">
<asp:TableCell Width="10%" HorizontalAlign="Right">消息正文:</asp:TableCell>
<asp:TableCell Width="90%" ColumnSpan="5">
<asp:Label ID="Body" Runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Forum_Sms_Body") %>'>
</asp:Label>
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</ItemTemplate>
</asp:datalist>
<FORUM:Bt id="Bt" Runat="server" EnableViewState="False"></FORUM:Bt>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -