📄 comments_displaycomments.ascx
字号:
<%@ 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" RepeatLayout="Flow" Width="100%"></community:ContentList></P>
</asp:Panel>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -