comments_displaycomments.ascx

来自「倒奶CMS内容管理系统 v6.0 中文版 软件类别: .NET源码 / 全站系」· ASCX 代码 · 共 25 行

ASCX
25
字号
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<asp:Panel id="pnlComments" Runat="Server">
	<P>
		<TABLE cellSpacing="0" cellPadding="0" width="100%">
			<TR>
				<TD><SPAN class="Content_SubTitleRow">评论:</SPAN></TD>
				<TD align="right">
					<asp:DropDownList id="CommentView" Runat="Server">
						<asp:ListItem Value="0">平板式</asp:ListItem>
						<asp:ListItem Value="1">嵌套式</asp:ListItem>
						<asp:ListItem Value="2">线索式</asp:ListItem>
						<asp:ListItem Value="3">嵌入式</asp:ListItem>
					</asp:DropDownList></TD>
				<TD align="right">
					<asp:DropDownlist id="OrderBy" Runat="Server">
						<asp:ListItem Value="0">老的在前</asp:ListItem>
						<asp:ListItem Value="1">新的在前</asp:ListItem>
					</asp:DropDownlist></TD>
			</TR>
		</TABLE>
		<BR>
		<community:ContentList id="CommentList" Runat="Server"></community:ContentList></P>
</asp:Panel>

⌨️ 快捷键说明

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