%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyCommentManager.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyCommentManager" %> <%= 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() %> <%= comment.ParentUser.TrueName %> |
删除 | 回复 |
<%= new HtmlCheckBox() { Value = SetKey(replay.Guid, replay.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> | 回复: |
<%
if (replay.Title != null)
{
%>
<%= replay.Title.RestoreHtml() %>
<% } %> <%= replay.CommentText.RestoreHtml() %> <%= replay.CreateTime.ToAutoShortDate() %> |
删除 |