%@ Control Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyVideoAskReplay" %> <%= new MyVideoAskReplayNavTopInstance(this) { Local= MyVideoAskReplayNavTopItem.提问回复 }.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 %> | <% var classStatus = ""; if (comment.Status == (int)AVA.ResourcesPlatform.Model.Pub.CommentStatusEnum.已审) { classStatus = "pass"; } else { classStatus = ""; } %> <%= ((AVA.ResourcesPlatform.Model.Pub.CommentStatusEnum)comment.Status).Define() %> | 删除 | <%= new HtmlAnchor("回复") { Href=WebUrl.MyVideoAskToReplay(comment.Guid) }%> |
<%= 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() %> |
删除 |