?? discuss_post.ascx
字號:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<community:SectionTitle CssClass="ArticleSection_SectionTitle" runat="Server" />
<div align="right">
<community:Notify Text="Notify me of new comments" runat="Server" />
</div>
<br />
<table width="100%" class="discussTable" cellpadding="0" cellspacing="1">
<tr>
<th width="100" align="left">
Author</th>
<th align="left">
Thread:
<community:Title runat="Server" /></th>
</tr>
<tr>
<td valign="top" class="discussCell">
<community:Author runat="Server" />
</td>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="discussCellHilite">
<b>
<community:Title runat="Server" /></b>
<br>
Posted:
<community:DateCreated DateFormatString="{0:f}" runat="Server" />
</td>
</tr>
<tr>
<td class="discussCell">
<div align="right">
<community:DisplayTopic id="topicPreview" runat="Server" />
</div>
<community:PostBodyText runat="Server" />
<p>
<community:DiscussCommentReply ReplyUrl="Discuss_ReplyPost.aspx?id={0}" ImageUrl="~/Communities/Common/Images/Discuss/Reply.gif"
runat="Server" />
<br />
<community:Rating runat="Server" />
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<community:Comments ItemTemplate="Discuss_Comments-ItemTemplate" SeparatorTemplate="Discuss_Comments-SeparatorTemplate"
HeaderTemplate="Discuss_Comments-HeaderTemplate" FooterTemplate="Discuss_Comments-FooterTemplate"
runat="Server" />
<p>
<community:DiscussEditContent EditText="Edit this Post" DeleteText="Delete this Post" MoveText="Move this Post"
Runat="Server" />
</p>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -