%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyMeetingVideoAdd.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyMeetingVideoAdd" %> <%= new MyMeetingNavInstance(this) { Local = MyMeetingNavItem.活动关联视频 }.ToHtml()%>
视频 | 发布时间 | 操作 | |||
<%= new HtmlCheckBox() { Value = SetKey(video.Guid + "," + this.Meeting.Guid, video.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> |
|
<%= video.CreateTime.ToShortDate() %> |
|
<%= video.ParentCategory.Name %>
<% if (video.ParentLesson != null) { %> <%= video.ParentLesson.Section %> 《 <%= video.ParentLesson.Name %> 》 <% } %> |
<%= new HtmlAnchor("编辑") { Href = WebUrl.MyVideoEdit(video.Guid) }%>
| '); return false;">添加
<%= new HtmlAnchor("预览") { Href = WebUrl.VideoPlay(video.Guid) }%> |