%@ Control Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyComment" %> <%= new MyCommentManagerNavTopInstance(this) { Local= MyCommentManagerNavTopItem.我发表的评论 }.ToHtml()%>
评论视频 | 评论信息 | 评论日期 | 操作 | |
<%= new HtmlCheckBox() { Value = SetKey(comment.Guid, comment.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> |
|
<%
if (comment.Title != null)
{
%>
<%= comment.Title.RestoreHtml() %>
|
<%= comment.CreateTime.ToShortDate() %> | 删除 |
回复: |
<%
if (replay.Title != null)
{
%>
<%= replay.Title.RestoreHtml() %>
<% } %> <%= replay.CommentText.RestoreHtml() %> <%= replay.CreateTime.ToAutoShortDate() %> |
删除 |