?? 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"></community:ContentList></P>
</asp:Panel>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -