%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyAlbumVideoAdd.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyAlbumVideoAdd" %> <%= new MyAlbumNavInstance(this) { Local= MyAlbumNavItem.专辑视频, Album = this.Album }.ToHtml()%>
视频 | 发布时间 | 操作 | |||
<%= new HtmlCheckBox() { Value = SetKey(video.Guid + "," + this.Album.Guid, video.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> |
|
<%= 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) }%> |