📄 replypage.aspx
字号:
<%@ Page language="c#" Codebehind="Replypage.aspx.cs" AutoEventWireup="false" Inherits="Aspnet.Replypage" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Replypage</title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body>
<form id="Replypage" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="100%" border="1">
<TR>
<TD style="HEIGHT: 110px" colSpan="3">
<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="100%" border="1">
<TR>
<TD style="WIDTH: 115px">主题</TD>
<TD><asp:label id="LB_subject" runat="server" Width="154px"></asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 115px; HEIGHT: 21px">作者</TD>
<TD style="HEIGHT: 21px"><asp:label id="LB_name" runat="server" Width="152px"></asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 115px">回复次数</TD>
<TD><asp:label id="LB_replies" runat="server" Width="153px"></asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 115px">发表时间</TD>
<TD><asp:label id="LB_time" runat="server" Width="161px"></asp:label></TD>
</TR>
</TABLE>
<P><asp:label id="LB_content" runat="server" Width="229px"></asp:label></P>
</TD>
</TR>
<TR>
<TD style="HEIGHT: 100px"><asp:datalist id="DL_reply" runat="server" Height="100px">
<ItemTemplate>
<TABLE id="Table3" style="WIDTH: 594px; HEIGHT: 104px" cellSpacing="1" cellPadding="1"
width="594" border="0">
<TR>
<TD style="WIDTH: 88px; FONT-FAMILY: 宋体; BACKGROUND-COLOR: #ccccff">回复者</TD>
<TD style="WIDTH: 169px; BACKGROUND-COLOR: #ccccff">
<asp:Label id=LB_username runat="server" Width="114px" Height="17px" Text='<%# DataBinder.Eval(Container.DataItem,"UserName")%>'>
</asp:Label></TD>
<TD style="WIDTH: 169px; BACKGROUND-COLOR: #ccccff">
<asp:Label id=LB_regtime runat="server" Width="125px" Text='<%# DataBinder.Eval(Container.DataItem,"RegTime")%>'>
</asp:Label></TD>
</TR>
<TR>
<TD colSpan="4">
<asp:Label id=LB_message runat="server" Width="326px" Height="30px" Text='<%# DataBinder.Eval(Container.DataItem,"Message")%>'>
</asp:Label></TD>
</TR>
</TABLE>
</ItemTemplate>
</asp:datalist></TD>
</TR>
<TR>
<TD colSpan="3"><asp:textbox id="TB_reply" runat="server" Width="702px" Height="62px"></asp:textbox></TD>
</TR>
<TR>
<TD colSpan="3"><asp:button id="BT_submit" runat="server" Text="提交"></asp:button>
<asp:button id="BT_reset" runat="server" Text="重写"></asp:button>
<asp:hyperlink id="HyperLink1" runat="server" NavigateUrl="Viewmessage.aspx">返回前页</asp:hyperlink></TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -