%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MySubjectVideoAdd.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MySubjectVideoAdd" %> <%--<%= new MySubjectNavInstance(this) { Local = MySubjectNavItem.参赛作品, Subject = this.Subject }.ToHtml()%>--%>
视频 | 发布时间 | 操作 | |||
<%= new HtmlCheckBox() { Value = SetKey(video.Guid + "," + this.Subject.Guid, video.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> |
<%= new HtmlAnchor(
new HtmlImg(SettingGroup.VideoCover(video), video.Name) { OnErrorImg=SettingGroup.DefaultImg }
) { Href = WebUrl.VideoPlay(video.Guid), Title= video.Name, Target = "_blank" }%>
|
<%= new HtmlAnchor(video.Name) { Href = WebUrl.VideoPlay(video.Guid), Target = "_blank" }%>
|
<%= video.CreateTime.ToShortDate() %> |
<%= video.ParentCategory.Name %> <% if (video.ParentLesson != null) { %> <%= video.ParentLesson.Section %> 《 <%= video.ParentLesson.Name %> 》 <% } %> |
<%= new HtmlAnchor("预览") { Href = WebUrl.VideoPlay(video.Guid) }%> | '); return false;">添加 |