Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\Pub\STVideoScore\Edit.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edit.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.STVideoScore.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="frmSTVideoScore" action="" onsubmit="return false;"> <div> <table class="g-table-cntacomm"> <tr style='<%= IN(this.ViewData["_STVideoScore.ParentSTUser"], "", "display:none;")%>'> <th title="<%= Define.Get("STVideoScore_STUserUserTrueName_?????????").ToScriptTag() %>"> <%= Define.Get("STVideoScore_STUserUserTrueName_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_STVideoScore.ParentSTUser.ParentUser.TrueName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr> <th title="<%= Define.Get("STVideoScore_??????????").ToScriptTag() %>"> <%= Define.Get("STVideoScore_??????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("", IN(this.ViewData["_STVideoScore"], )) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmSTVideoScore [name=ParentSTUser]","Edit");" }%> <%= new HtmlHidden("ParentSTUser", this.ViewData["_STVideoScore.ParentSTUser.Guid"])%> <a href="#selectSTUser" class="decoration-none" onclick="return SelectSTUser('#frmSTVideoScore [name=ParentSTUser]','#frmSTVideoScore [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("ParentSTUser") %> </td> </tr> <tr style='<%= IN(this.ViewData["_STVideoScore.ParentVideo"], "", "display:none;")%>'> <th title="<%= Define.Get("STVideoScore_VideoUserDomainName_??????").ToScriptTag() %>"> <%= Define.Get("STVideoScore_VideoUserDomainName_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_STVideoScore.ParentVideo.ParentUser.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr style='<%= IN(this.ViewData["_STVideoScore.ParentVideo"], "", "display:none;")%>'> <th title="<%= Define.Get("STVideoScore_VideoUserDomainCode_??????").ToScriptTag() %>"> <%= Define.Get("STVideoScore_VideoUserDomainCode_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_STVideoScore.ParentVideo.ParentUser.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr style='<%= IN(this.ViewData["_STVideoScore.ParentVideo"], "", "display:none;")%>'> <th title="<%= Define.Get("STVideoScore_VideoUserUserTypeName_?????????").ToScriptTag() %>"> <%= Define.Get("STVideoScore_VideoUserUserTypeName_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_STVideoScore.ParentVideo.ParentUser.ParentUserType.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr style='<%= IN(this.ViewData["_STVideoScore.ParentVideo"], "", "display:none;")%>'> <th title="<%= Define.Get("STVideoScore_VideoUserTrueName_?????????").ToScriptTag() %>"> <%= Define.Get("STVideoScore_VideoUserTrueName_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_STVideoScore.ParentVideo.ParentUser.TrueName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr style='<%= IN(this.ViewData["_STVideoScore.ParentVideo"], "", "display:none;")%>'> <th title="<%= Define.Get("STVideoScore_VideoUserUserName_????????").ToScriptTag() %>"> <%= Define.Get("STVideoScore_VideoUserUserName_????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_STVideoScore.ParentVideo.ParentUser.UserName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr> <th title="<%= Define.Get("STVideoScore_???????").ToScriptTag() %>"> <%= Define.Get("STVideoScore_???????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentVideo_Name", IN(this.ViewData["_STVideoScore"], this.ViewData["_STVideoScore.ParentVideo.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmSTVideoScore [name=ParentVideo]","Edit");" }%> <%= new HtmlHidden("ParentVideo", this.ViewData["_STVideoScore.ParentVideo.Guid"])%> <a href="#selectVideo" class="decoration-none" onclick="return SelectVideo('#frmSTVideoScore [name=ParentVideo]','#frmSTVideoScore [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("STVideoScore_???????????").ToScriptTag() %>"> <%= Define.Get("STVideoScore_???????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentSTScoreItem_Name", IN(this.ViewData["_STVideoScore"], this.ViewData["_STVideoScore.ParentSTScoreItem.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmSTVideoScore [name=ParentSTScoreItem]","Edit");" }%> <%= new HtmlHidden("ParentSTScoreItem", this.ViewData["_STVideoScore.ParentSTScoreItem.Version"])%> <a href="#selectSTScoreItem" class="decoration-none" onclick="return SelectSTScoreItem('#frmSTVideoScore [name=ParentSTScoreItem]','#frmSTVideoScore [name=ParentSTScoreItem_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("ParentSTScoreItem") %> </td> </tr> <tr> <th title="<%= Define.Get("STVideoScore_???").ToScriptTag() %>"> <%= Define.Get("STVideoScore_???").HtmlEncode() %>?? </th> <td> <%= new HtmlText("AllScore", this.ViewData["_STVideoScore.AllScore"]) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("AllScore") %> </td> </tr> <tr> <th title="<%= Define.Get("STVideoScore_???").ToScriptTag() %>"> <%= Define.Get("STVideoScore_???").HtmlEncode() %>?? </th> <td> <%= new HtmlTextArea("Comment", this.ViewData["_STVideoScore.Comment"], 2000) { Class = "ipt-t ipt-t-dft width400 height100"}%> </td> </tr> <tr> <th title="<%= Define.Get("STVideoScore_?????????").ToScriptTag() %>"> <%= Define.Get("STVideoScore_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("VoiceComment", this.ViewData["_STVideoScore.VoiceComment"]) { ReadOnly = true, Class = "ipt-t ipt-t-dft " }%> <a href="#deleteVoiceComment" class="delete-file decoration-none hidden"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a> <a href="javascript:return false;" class="download-file decoration-none hidden" target="_blank"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a> <a href="#uploadVoiceComment" class="decoration-none" onclick="return UploadFile('#frmSTVideoScore [name=VoiceComment]','<%= Define.Get("STVideoScore_VoiceComment_?????????????????????")%>','1','<%= SettingGroup.STVideoScoreUploadPath %>','','0','0')"><span class="txt-info">[<%= DefineEnum.??????.Define() %>]</span></a> </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", GetSubmitMothed(this.ViewData["_STVideoScore"])) { Class = "hidden" }%> <div onclick="$(this).siblings(':submit')[0].click();" class="btn btn-dft btn-dft-impt"> <span> <%= GetSubmitText(this.ViewData["_STVideoScore"])%></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/STVideoScoreAjax.js")%> <script type="text/javascript"> //?????? //?????? $.validator.initConfig({ validatorGroup: "Edit", form: "#frmSTVideoScore" }); //?????????? $("#frmSTVideoScore [name=ParentSTUser]").formValidator({ targetFocus : "#frmSTVideoScore [name=]", validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("STVideoScore_STUserGuid_???????????????").ToScriptChar() %>" } }); //??????? $("#frmSTVideoScore [name=ParentVideo]").formValidator({ targetFocus : "#frmSTVideoScore [name=ParentVideo_Name]", validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("STVideoScore_VideoGuid_????????????").ToScriptChar() %>" } }); //??????????? $("#frmSTVideoScore [name=ParentSTScoreItem]").formValidator({ targetFocus : "#frmSTVideoScore [name=ParentSTScoreItem_Name]", validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("STVideoScore_STScoreItemGuid_????????????????").ToScriptChar() %>" } }); //??? $("#frmSTVideoScore [name=AllScore]").formValidator({ validatorGroup: "Edit", rules: { required: null, regex: "decmal1" }, message: { required: "<%= Define.Get("STVideoScore_AllScore_?????????").ToScriptChar() %>", regex: "<%= Define.Get("STVideoScore_AllScore_?????????").ToScriptChar() %>" } }); </script> <script type="text/javascript"> //??????AJAX??? //??? function Insert(send) { STVideoScoreAjax.Insert($("#frmSTVideoScore"), send, function (json) { document.getElementById("frmSTVideoScore").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Update(send) { STVideoScoreAjax.Update($("#frmSTVideoScore"), send, function (json) { document.getElementById("frmSTVideoScore").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Delete(send) { var key = document.getElementById("frmSTVideoScore").KEY.value; STVideoScoreAjax.Delete(key, send, function (json) { GoList(); }); }; </script> <script type="text/javascript"> //?????? //??????????? //??????????? //????????? $("#frmSTVideoScore [name=VoiceComment]").siblings(".download-file").attr("href", Global.Site + "<%= SettingGroup.STVideoScoreUploadPath %>" + $("#frmSTVideoScore [name=VoiceComment]").val()); </script> <script type="text/javascript"> //?????? </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de