Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\Pub\VideoConvert\Edit.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edit.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.VideoConvert.Edit" %> <!doctype html > <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title> <%= this.Title %></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")%> </head> <body> <div class="wrap"> <% var nav = new NavigationInstance(this) { }; nav.IsTopNav = true; %> <%= nav.ToHtml() %> <div class="container-fulid"> <div class="row"> <% nav.GetChildMenu(Request["muid"]);%> <%= nav.ToHtml() %> <div class="col-md-12 " id="content"> <div id="divMain" class="gContent"> <div class="gCnta"> <div class="gCnta-cont"> <div class="g-title-2"> <div class="ico-loading right hidden"> </div> <div title="<%= DefineEnum.?????????.Define().ToScriptTag() %>" class="ico-question right"> </div> <h3 class="txt-14"> <%= Title %></h3> <span class="txt-info">[<a href="#" onclick="GoList();return false;"><%= DefineEnum.???.Define() %></a>]</span> </div> <div class="ln-thick ln-c-mid"> </div> <div class="subcontent"> <form id="frmVideoConvert" action="" onsubmit="return false;"> <div> <table class="g-table-cntacomm"> <tr style='<%= IN(this.ViewData["_VideoConvert.ParentVideo"], "", "display:none;")%>'> <th title="<%= Define.Get("VideoConvert_VideoUserDomainName_??????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_VideoUserDomainName_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_VideoConvert.ParentVideo.ParentUser.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr style='<%= IN(this.ViewData["_VideoConvert.ParentVideo"], "", "display:none;")%>'> <th title="<%= Define.Get("VideoConvert_VideoUserDomainCode_??????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_VideoUserDomainCode_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_VideoConvert.ParentVideo.ParentUser.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr style='<%= IN(this.ViewData["_VideoConvert.ParentVideo"], "", "display:none;")%>'> <th title="<%= Define.Get("VideoConvert_VideoUserUserTypeName_?????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_VideoUserUserTypeName_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_VideoConvert.ParentVideo.ParentUser.ParentUserType.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr style='<%= IN(this.ViewData["_VideoConvert.ParentVideo"], "", "display:none;")%>'> <th title="<%= Define.Get("VideoConvert_VideoUserTrueName_?????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_VideoUserTrueName_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_VideoConvert.ParentVideo.ParentUser.TrueName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr style='<%= IN(this.ViewData["_VideoConvert.ParentVideo"], "", "display:none;")%>'> <th title="<%= Define.Get("VideoConvert_VideoUserUserName_????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_VideoUserUserName_????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_VideoConvert.ParentVideo.ParentUser.UserName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr> <th title="<%= Define.Get("VideoConvert_???????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_???????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentVideo_Name", IN(this.ViewData["_VideoConvert"], this.ViewData["_VideoConvert.ParentVideo.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmVideoConvert [name=ParentVideo]","Edit");" }%> <%= new HtmlHidden("ParentVideo", this.ViewData["_VideoConvert.ParentVideo.Guid"])%> <a href="#selectVideo" class="decoration-none" onclick="return SelectVideo('#frmVideoConvert [name=ParentVideo]','#frmVideoConvert [name=ParentVideo_Name]')"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a><a href="#clear" class="decoration-none select-clear hidden"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a> <%= new HtmlYKTip("ParentVideo") %> </td> </tr> <tr> <th title="<%= Define.Get("VideoConvert_??????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("CreateTime", this.ViewData["_VideoConvert.CreateTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("CreateTime") %> </td> </tr> <%--<tr> <th title="<%= Define.Get("VideoConvert_???????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_???????????").HtmlEncode() %>?? </th> <td> <%= new HtmlSelect("SHDStatus", "Value", "Key") { Disabled = true, Option = typeof(AVA.ResourcesPlatform.Model.Pub.VideoConvertStatus) }.SelectValue(this.ViewData["_VideoConvert.SHDStatus"])%> <%= new HtmlYKTip("SHDStatus") %> </td> </tr> <tr> <th title="<%= Define.Get("VideoConvert_???????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_???????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("SHDStartTime", this.ViewData["_VideoConvert.SHDStartTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("SHDStartTime") %> </td> </tr> <tr> <th title="<%= Define.Get("VideoConvert_???????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_???????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("SHDEndTime", this.ViewData["_VideoConvert.SHDEndTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("SHDEndTime") %> </td> </tr> <tr> <th title="<%= Define.Get("VideoConvert_???????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_???????????").HtmlEncode() %>?? </th> <td> <%= new HtmlTextArea("SHDDescript", this.ViewData["_VideoConvert.SHDDescript"], 2000) { Class = "ipt-t ipt-t-dft width400 height100"}%> </td> </tr>--%> <tr> <th title="<%= Define.Get("VideoConvert_??????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_??????????").HtmlEncode() %>?? </th> <td> <%= new HtmlSelect("HDStatus", "Value", "Key") { Disabled = true, Option = typeof(AVA.ResourcesPlatform.Model.Pub.VideoConvertStatus) }.SelectValue(this.ViewData["_VideoConvert.HDStatus"])%> <%= new HtmlYKTip("HDStatus") %> </td> </tr> <tr> <th title="<%= Define.Get("VideoConvert_?????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("HDStartTime", this.ViewData["_VideoConvert.HDStartTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("HDStartTime") %> </td> </tr> <tr> <th title="<%= Define.Get("VideoConvert_?????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("HDEndTime", this.ViewData["_VideoConvert.HDEndTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("HDEndTime") %> </td> </tr> <tr> <th title="<%= Define.Get("VideoConvert_?????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlTextArea("HDDescript", this.ViewData["_VideoConvert.HDDescript"], 2000) { Class = "ipt-t ipt-t-dft width400 height100"}%> </td> </tr> <tr> <th title="<%= Define.Get("VideoConvert_??????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_??????????").HtmlEncode() %>?? </th> <td> <%= new HtmlSelect("NRStatus", "Value", "Key") { Disabled = true, Option = typeof(AVA.ResourcesPlatform.Model.Pub.VideoConvertStatus) }.SelectValue(this.ViewData["_VideoConvert.NRStatus"])%> <%= new HtmlYKTip("NRStatus") %> </td> </tr> <tr> <th title="<%= Define.Get("VideoConvert_?????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("NRStartTime", this.ViewData["_VideoConvert.NRStartTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("NRStartTime") %> </td> </tr> <tr> <th title="<%= Define.Get("VideoConvert_?????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("NREndTime", this.ViewData["_VideoConvert.NREndTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("NREndTime") %> </td> </tr> <tr> <th title="<%= Define.Get("VideoConvert_?????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlTextArea("NRDescript", this.ViewData["_VideoConvert.NRDescript"], 2000) { Class = "ipt-t ipt-t-dft width400 height100"}%> </td> </tr> <%--<tr> <th title="<%= Define.Get("VideoConvert_??????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_??????????").HtmlEncode() %>?? </th> <td> <%= new HtmlSelect("LWStatus", "Value", "Key") { Disabled = true, Option = typeof(AVA.ResourcesPlatform.Model.Pub.VideoConvertStatus) }.SelectValue(this.ViewData["_VideoConvert.LWStatus"])%> <%= new HtmlYKTip("LWStatus") %> </td> </tr> <tr> <th title="<%= Define.Get("VideoConvert_?????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("LWStartTime", this.ViewData["_VideoConvert.LWStartTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("LWStartTime") %> </td> </tr> <tr> <th title="<%= Define.Get("VideoConvert_?????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("LWEndTime", this.ViewData["_VideoConvert.LWEndTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("LWEndTime") %> </td> </tr> <tr> <th title="<%= Define.Get("VideoConvert_?????????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlTextArea("LWDescript", this.ViewData["_VideoConvert.LWDescript"], 2000) { Class = "ipt-t ipt-t-dft width400 height100"}%> </td> </tr>--%> <tr> <th title="<%= Define.Get("VideoConvert_??????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlTextArea("Description", this.ViewData["_VideoConvert.Description"], 2000) { Class = "ipt-t ipt-t-dft width400 height100"}%> </td> </tr> <tr> <th title="<%= Define.Get("VideoConvert_??????").ToScriptTag() %>"> <%= Define.Get("VideoConvert_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlTextArea("VideoInfo", this.ViewData["_VideoConvert.VideoInfo"], 2000) { Class = "ipt-t ipt-t-dft width400 height100"}%> </td> </tr> </table> </div> <div style="margin-top: -1px;" class="ln-thin ln-c-mid"> </div> <table class="g-table-cntacomm"> <tr> <th></th> <td> <%= new HtmlHidden("KEY", KEY)%> <%= new HtmlSubmit("Send", "Edit","Retry(this);") { Class = "hidden" }%> <div onclick="$(this).siblings(':submit')[0].click();" class="btn btn-dft btn-dft-impt"> <span> <%= Define.Get("VideoConvert_???????????????") %> </span> </div> <div title="" onclick="GoList();" class="btn btn-dft"> <span> <%= DefineEnum.????.Define() %></span> </div> </td> </tr> </table> </form> </div> </div> </div> </div> </div></div></div></div></body> </html> <%= 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/VideoConvertAjax.js")%> <script type="text/javascript"> //??????AJAX??? //??? function Insert(send) { VideoConvertAjax.Insert($("#frmVideoConvert"), send, function (json) { document.getElementById("frmVideoConvert").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Update(send) { VideoConvertAjax.Update($("#frmVideoConvert"), send, function (json) { document.getElementById("frmVideoConvert").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Delete(send) { var key = document.getElementById("frmVideoConvert").KEY.value; VideoConvertAjax.Delete(key, send, function (json) { GoList(); }); }; //??? function Retry(send) { var key = document.getElementById("frmVideoConvert").KEY.value; VideoConvertAjax.Retry(key, send, function (json) { alert("<%= Define.Get("VideoConvert_??????????????").ToScriptChar() %>"); window.location.href = "Edit.aspx?Guid=" + json; }); }; </script> <script type="text/javascript"> //?????? //??????????? //??????????? </script> <script type="text/javascript"> //?????? </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de