<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edit.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.VideoApply.Edit" %> <%= this.Title %> <%= Import.Theme() %> <%= Import.CSS("/zh-cn/bootstrap/css/bootstrap.css") %> <%= Import.CSS("/zh-cn/bootstrap/css/bootstrap-theme.css") %> <%= Import.CSS("/zh-cn/bootstrap/admin.css") %> <%-- <%= Import.CSS("/zh-cn/Admin_StyleSheet.css") %>--%> <%= Import.Script("/jquery.1.9.js")%> <%= Import.Script("/app.js")%> <%= Import.Script("/bootstrap/bootstrap.min.js")%>
<% var nav = new NavigationInstance(this) { }; nav.IsTopNav = true; %> <%= nav.ToHtml() %>
<% nav.GetChildMenu(Request["muid"]);%> <%= nav.ToHtml() %>
<%-- --%> <%----%>
"> <%= Define.Get("VideoApply_申请状态").HtmlEncode() %>: "> <%= new HtmlSelect("ApplyStatus", "Value", "Key") { Disabled = true, Option = typeof(AVA.ResourcesPlatform.Model.Pub.VideoApplyApplyStatusEnum) }.InsertOption("::" + DefineEnum.选择.Define() + "::", null, 0).SelectValue(this.ViewData["_VideoApply.ApplyStatus"])%>
"> <%= Define.Get("VideoApply_确认用户").HtmlEncode() %>: <%= new HtmlText("ParentUser_TrueName_UserName", IN(this.ParentUser, this.ParentUser.TrueName + "[" + this.ParentUser.UserName + "]")) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmVideoApply [name=ParentUser]","Edit");" }%> <%= new HtmlHidden("ParentUser", this.ParentUser == null ? "" : this.ParentUser.Guid)%> [<%= DefineEnum.选择.Define() %>] <%= new HtmlYKTip("ParentUser") %>
"> <%= Define.Get("VideoApply_操作时间").HtmlEncode() %>: <%= new HtmlText("ApplyTime", this.ViewData["_VideoApply.ApplyTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%>
"> <%= Define.Get("VideoApply_用户名").HtmlEncode() %>: <%= new HtmlText("UserName", this.User == null ? this.ViewData["_VideoApply.UserName"] : this.User.UserName, 256) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlHidden("VideoParentUser",this.User == null ? "" : this.User.Guid)%> [<%= DefineEnum.选择.Define() %>] <%= new HtmlYKTip("UserName") %>
"> <%= Define.Get("VideoApply_类型名称").HtmlEncode() %>: <%= new HtmlText("CategoryName", this.Category == null ? this.ViewData["_VideoApply.CategoryName"] : this.Category.Name, 256) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlHidden("ParentCategory",this.Category == null ? "" : this.Category.Guid)%> [<%= DefineEnum.选择.Define() %>] <%= new HtmlYKTip("CategoryName") %>
"> <%= Define.Get("VideoApply_年级名称").HtmlEncode() %>: <%= new HtmlText("GradeName", this.Grade == null ? this.ViewData["_VideoApply.GradeName"] : this.Grade.Name, 256) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlHidden("ParentGrade",this.Grade == null ? "" : this.Grade.Guid)%> [<%= DefineEnum.选择.Define() %>] <%= new HtmlYKTip("GradeName") %>
"> <%= Define.Get("VideoApply_单元课名称").HtmlEncode() %>: <%= new HtmlText("LessionName", this.Lesson == null ? this.ViewData["_VideoApply.LessionName"] : this.Lesson.Name, 256) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlHidden("ParentLesson",this.Lesson == null ? "" : this.Lesson.Guid)%> [<%= DefineEnum.选择.Define() %>] <%= new HtmlYKTip("LessionName") %>
"> <%= Define.Get("VideoApply_出版社名称").HtmlEncode() %>: <%= new HtmlText("PressName", this.Press == null ? this.ViewData["_VideoApply.PressName"] : this.Press.Name, 256) { ReadOnly = true, Class = "ipt-t ipt-t-dft"}%> <%= new HtmlHidden("ParentPress", this.Press == null ? "" : this.Press.Guid)%> [<%= DefineEnum.选择.Define() %>] <%= new HtmlYKTip("PressName") %>
"> 所属<%= Define.Get("Client_专辑")%>: <%= new HtmlText("AlbumName", this.Album == null ? "":this.Album.Name) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlHidden("PushNo", this.Album == null ? "" : this.Album.Guid)%>
"> <%= Define.Get("VideoApply_视频名称").HtmlEncode() %>: <%= new HtmlText("Name", this.ViewData["_VideoApply.Name"], 256) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("Name") %>
"> <%= Define.Get("VideoApply_视频标题").HtmlEncode() %>: <%= new HtmlText("FileName", this.ViewData["_VideoApply.FileName"], 256) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("FileName") %>
"> <%= Define.Get("VideoApply_直播主题").HtmlEncode() %>: <%= new HtmlText("ApplicationTitle", this.Application == null ? this.ViewData["_VideoApply.ApplicationTitle"] : this.Application.Title, 200) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlHidden("ParentApplication", this.Application == null ? "" : this.Application.Guid)%> [<%= DefineEnum.选择.Define() %>]
"> <%= Define.Get("VideoApply_封面").HtmlEncode() %>: <%= new HtmlHidden("Cover", ViewData["_VideoApply.Cover"])%> <%= new HtmlImg(SettingGroup.NonePic) { Class = "default-image"}%>
','0','<%= SettingGroup.VideoApplyUploadPath %>','','290','230')">[<%= DefineEnum.图片上传.Define() %>]
"> <%= Define.Get("VideoApply_简介").HtmlEncode() %>: <%= new HtmlTextArea("Summary", this.ViewData["_VideoApply.Summary"], 2000) { Class = "ipt-t ipt-t-dft width400 height100"}%>
"> <%= Define.Get("VideoApply_视频文件类型").HtmlEncode() %>: <%= new HtmlSelect("FileType", "Value", "Key") { Option = typeof(AVA.ResourcesPlatform.Model.Pub.VideoApplyFileTypeEnum) }.InsertOption("::" + DefineEnum.选择.Define() + "::", null, 0).SelectValue(this.ViewData["_VideoApply.FileType"])%>
"> <%= Define.Get("VideoApply_文件大小").HtmlEncode() %>: <%= new HtmlText("FileSize", this.ViewData["_VideoApply.FileSize"]) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("FileSize") %>
"> <%= Define.Get("VideoApply_时长(秒)").HtmlEncode() %>: <%= new HtmlText("Period", this.ViewData["_VideoApply.Period"]) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("Period") %>
"> <%= Define.Get("VideoApply_描述").HtmlEncode() %>: <%= new HtmlTextArea("Description", this.ViewData["_VideoApply.Description"], 2000) { Class = "ipt-t ipt-t-dft width400 height100"}%>
"> <%= Define.Get("VideoApply_录制时间").HtmlEncode() %>: <%= new HtmlText("RecTime", this.ViewData["_VideoApply.RecTime"].ToDateTimeN().ToShortDate()) { Class = "ipt-t ipt-t-dft date " }%> <%= new HtmlYKTip("RecTime") %>
"> <%= Define.Get("VideoApply_创建时间").HtmlEncode() %>: <%= new HtmlText("CreateTime", this.ViewData["_VideoApply.CreateTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("CreateTime") %>
"> <%= Define.Get("VideoApply_视频转换结果").HtmlEncode() %>: <%= new HtmlSelect("VideoConvertStatus", "Value", "Key") { Option = typeof(AVA.ResourcesPlatform.Model.Pub.VideoApplyVideoConvertStatusEnum) }.InsertOption("::" + DefineEnum.选择.Define() + "::", null, 0).SelectValue(this.ViewData["_VideoApply.VideoConvertStatus"])%>
"> <%= Define.Get("VideoApply_视频是否可以下载").HtmlEncode() %>: <%= new HtmlCheckBox("HasDownload", this.ViewData["_VideoApply.HasDownload"], true, false) { Class = ""}%>
"> <%= Define.Get("VideoApply_教师比例").HtmlEncode() %>: <%= new HtmlText("TeacherRatio", this.ViewData["_VideoApply.TeacherRatio"]) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("TeacherRatio") %>
"> <%= Define.Get("VideoApply_学生比例").HtmlEncode() %>: <%= new HtmlText("StudentRatio", this.ViewData["_VideoApply.StudentRatio"]) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("StudentRatio") %>
"> <%= Define.Get("VideoApply_转换率").HtmlEncode() %>: <%= new HtmlText("TransferRatio", this.ViewData["_VideoApply.TransferRatio"]) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("TransferRatio") %>
"> <%= Define.Get("VideoApply_授课类型").HtmlEncode() %>: <%= new HtmlSelect("TeachingType", "Value", "Key") { Option = typeof(AVA.ResourcesPlatform.Model.Pub.VideoApplyTeachingTypeEnum) }.InsertOption("::" + DefineEnum.选择.Define() + "::", null, 0).SelectValue(this.ViewData["_VideoApply.TeachingType"])%> <%= new HtmlYKTip("TeachingType") %>
"> <%= Define.Get("VideoApply_视频字幕").HtmlEncode() %>: <%= new HtmlText("CaptionsFile", this.ViewData["_VideoApply.CaptionsFile"], 256) { Class = "ipt-t ipt-t-dft " }%>
"> <%= Define.Get("VideoApply_高清视频地址").HtmlEncode() %>: <%= new HtmlText("HDURL", this.ViewData["_VideoApply.HDURL"], 256) { Class = "ipt-t ipt-t-dft " }%>
"> <%= Define.Get("VideoApply_标清视频地址").HtmlEncode() %>: <%= new HtmlText("NRURL", this.ViewData["_VideoApply.NRURL"], 256) { Class = "ipt-t ipt-t-dft " }%>
"> <%= Define.Get("VideoApply_视频存放地址").HtmlEncode() %>: <%= new HtmlText("VideoFileName", this.ViewData["_VideoApply.VideoFileName"], 1000) { Class = "ipt-t ipt-t-dft " }%>
"> <%= Define.Get("VideoApply_视频附件地址").HtmlEncode() %>: <%= new HtmlText("VideoAttachment", this.ViewData["_VideoApply.VideoAttachment"], 2000) { Class = "ipt-t ipt-t-dft " }%>
"> <%= Define.Get("VideoApply_视频打点信息").HtmlEncode() %>: <%= new HtmlText("VideoTimeInfo", this.ViewData["_VideoApply.VideoTimeInfo"], 16) { Class = "ipt-t ipt-t-dft " }%>
"> <%= Define.Get("VideoApply_视频精彩点评").HtmlEncode() %>: <%= new HtmlText("VideoTimeInfoOther", this.ViewData["_VideoApply.VideoTimeInfoOther"], 16) { Class = "ipt-t ipt-t-dft " }%>
"> <%= Define.Get("VideoApply_视频微课环节").HtmlEncode() %>: <%= new HtmlText("VideoSW", this.ViewData["_VideoApply.VideoSW"], 16) { Class = "ipt-t ipt-t-dft " }%>
"> <%= Define.Get("VideoApply_视频行为分析图").HtmlEncode() %>: <%= new HtmlText("VideoSWPattern", this.ViewData["_VideoApply.VideoSWPattern"], 16) { Class = "ipt-t ipt-t-dft " }%>
"> <%= Define.Get("VideoApply_推送批次").HtmlEncode() %>: <%= new HtmlText("PushNo", this.ViewData["_VideoApply.PushNo"], 50) { Class = "ipt-t ipt-t-dft " }%>
"> <%= Define.Get("VideoApply_推送子平台Guid").HtmlEncode() %>: <%= new HtmlText("SubDomainCode", this.ViewData["_VideoApply.SubDomainCode"], 32) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("SubDomainCode") %>
"> <%= Define.Get("VideoApply_排序号")%>: "> <%= new HtmlText("SortNumber", this.ViewData["_VideoApply.SortNumber"], 4) { Class = "ipt-t ipt-t-dft ", DefaultValue = 0 }%> <%= new HtmlYKTip("SortNumber") %>
<%= new HtmlHidden("KEY", KEY)%> <%= new HtmlSubmit("Send", "Edit", GetSubmitMothed(this.ViewData["_VideoApply"])) { Class = "hidden" }%>
<%= GetSubmitText(this.ViewData["_VideoApply"])%>
确认通过
<%= DefineEnum.返_回.Define() %>
<%= Import.Script("js","/JQueryUI/jquery-ui.min.js")%> <%= Import.Script("js", "/XhEditor/xheditor-zh-cn.min.js")%> <%= Import.Script("js", "/YK_Validate/YK_Validate.js")%> <%= Import.Script("js", "/YK_Validate/YK_ValidateRegex.js")%> <%= Import.CSS("js", "/YK_Validate/validator.css")%> <%= Import.Script("js","/FancyBox/jquery.fancybox-1.2.1.js")%> <%= Import.CSS("js", "/FancyBox/jquery.fancybox.css")%> <%= Import.Script("/ToolTip/jquery.tipsy.js")%> <%= Import.Script("/URL/jquery.url.js")%> <%= Import.Script("/JsonCookie/json2.js")%> <%= Import.Script("/JsonCookie/jquery.cookie.js")%> <%= Import.Script("/JsonCookie/jquery.jsoncookie.js")%> <%= Import.Script("/global.aspx")%> <%= Import.Script("/SelectForm.js")%> <%= Import.Script("js", "/global.js")%> <%= Import.Script("js", "/Public.js")%> <%= Import.Script("js", "/ListPublic.js")%> <%= Import.Script("js", "/Ajax/Pub/VideoApplyAjax.js")%>