%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MySubjectVideoAdd.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MySubjectVideoAdd" %>
视频 | 发布时间 | 操作 | |||
<%= 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) { Width=100, Height=62, 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.MyVideoEdit(video.Guid) }%>
| '); return false;">添加
<%= new HtmlAnchor("预览") { Href = WebUrl.VideoPlay(video.Guid) }%> |