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

📄 discuss_comments-itemtemplate-nested.ascx

📁 一个ASP.NET下的中文内容管理和社区系统
💻 ASCX
字号:
<%@ Control %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<table width="100%" class="discussTable" cellpadding="0" cellspacing="1">
<tr>
    <td valign="top" width="100" 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>
</table>
<p>
<table cellpadding="0" width="100%" border="0" cellspacing="0">
<tr>
    <td width="20"></td>
    <td>
    <community:ContentList repeatLayout="flow" id="NestedComments" Runat="Server"/>
    </td>
</tr>
</table>

⌨️ 快捷键说明

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