📄 comments_displaycomments-itemtemplate-embedded.ascx
字号:
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%@ Control %>
<table width="100%" cellspacing="0" cellpadding="5" class="Comments_ListTable">
<tr>
<td class="Comments_ListItem">
<community:ItemTitle id="lblTitle" CssClass="Comments_ListTitle" Runat="Server" />
<br>
由
<community:ItemAuthor id="lnkAuthor" CssClass="Comments_ListAuthorLink" Runat="Server" />
创建于
<community:ItemDateCreated CssClass="Comments_ListDateCreated" Runat="server" id="ItemDateCreated1" />
</td>
</tr>
<tr>
<td class="Comments_ListItem2">
<community:ItemCommentText id="lblCommentText" CssClass="Comments_ListBriefDescription" Runat="Server" />
<p>
<community:ItemCommentReply id="lnkCommentReply" Text="Reply to this Comment" FormatText="({0})" CssClass="Comments_ListLinkReply"
Runat="Server" />
<community:ItemCommentRating id="ctlRateAction" SubmitText="Rate this Comment" Runat="Server" />
<table cellpadding="5" width="100%">
<tr>
<td width="20"></td>
<td>
<community:ContentList id="NestedComments" Runat="Server" />
</td>
</tr>
</table>
</p>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -