%@ Control Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyStudentAsk" %> <%= new MyStudentAskNavTopInstance(this) { Local = MyStudentAskNavTopItem.我的提问 }.ToHtml() %>
视频 | 提问信息 | 提问日期 | 操作 | |
---|---|---|---|---|
<%= new HtmlCheckBox() { Value = SetKey(comment.Guid, comment.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> |
|
<%
if (comment.Title != null)
{
%>
<%= comment.Title %>
|
<%= comment.CreateTime.ToShortDate() %> | <% var classStatus = ""; if (comment.Status == (int)AVA.ResourcesPlatform.Model.Pub.CommentStatusEnum.已审) { classStatus = "pass"; } else { classStatus = ""; } %> <%= ((AVA.ResourcesPlatform.Model.Pub.CommentStatusEnum)comment.Status).Define() %> 删除 |
<%= replay.ParentUser.UserName %>回复: |