comments_displaycomments-itemtemplate-flat.ascx

来自「倒奶CMS内容管理系统 v6.0 中文版 软件类别: .NET源码 / 全站系」· ASCX 代码 · 共 22 行

ASCX
22
字号
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<table class="Comments_ListTable" cellSpacing="0" cellPadding="5" width="100%">
	<tr>
		<td class="Comments_ListItem"><community:itemtitle id="lblTitle" Runat="Server" CssClass="Comments_ListTitle"></community:itemtitle><br>
			By
			<community:itemauthor id="lnkAuthor" Runat="Server" CssClass="Comments_ListAuthorLink"></community:itemauthor>on
			<community:itemdatecreated id="lblDateCreated" Runat="Server" CssClass="Comments_ListDateCreated"></community:itemdatecreated></td>
	</tr>
	<tr>
		<td class="Comments_ListItem2"><community:itemcommenttext id="lblCommentText" Runat="Server" CssClass="Comments_ListBriefDescription"></community:itemcommenttext>
			<p><community:itemcommentreply id="lnkCommentReply" Runat="Server" CssClass="Comments_ListReplyLink" FormatText="({0})"
					Text="回复本评论"></community:itemcommentreply>&nbsp;
				<community:itemcommentedit id="Itemcommentedit1" Runat="Server" CssClass="Comments_ListReplyLink" Text="编辑本评论"></community:itemcommentedit><FONT face="宋体"><BR>
				</FONT>
				<community:itemcommentrating id="ctlRateAction" Runat="Server" SubmitText="评级本评论"></community:itemcommentrating><FONT face="宋体">&nbsp;
				</FONT>
			</p>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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