?? comments_displaycomments-itemtemplate-embedded.ascx
字號:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<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>By
<community:ItemAuthor id="lnkAuthor" CssClass="Comments_ListAuthorLink" Runat="Server"/>
on
<community:ItemDateCreated CssClass="Comments_ListDateCreated" Runat="Server"/>
</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>
</td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -