?? discuss_comments-itemtemplate-flat.ascx
字號(hào):
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<tr>
<td valign="top" class="discussCell">
<community:ItemAuthor runat="Server" />
</td>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="discussCellHilite">
<b><community:ItemTitle runat="Server"/></b>
<br>
Posted: <community:ItemDateCreated DateFormatString="{0:f}" DisplayTimeZone="true" runat="Server"/>
</td>
</tr>
<tr>
<td class="discussCell">
<community:ItemCommentText runat="Server" />
<p>
<community:ItemCommentReply ReplyUrl="Discuss_ReplyComment.aspx?id={0}" ImageUrl="~/Communities/Common/Images/Discuss/Reply.gif" runat="Server" />
</p>
<community:ItemCommentRating id="ctlRateAction" SubmitText="Rate this Comment" Runat="Server" />
</td>
</tr>
</table>
</td>
</tr>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -