⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 discuss_post.ascx

📁 一个ASP.NET下的中文内容管理和社区系统
💻 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" Runat="Server" />
</p>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -