<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edit.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.STfinallyScore.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("STfinallyScore_SubjectUserDomainName_平台名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_STfinallyScore.ParentSubject.ParentUser.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("STfinallyScore_SubjectUserDomainCode_平台编码").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_STfinallyScore.ParentSubject.ParentUser.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("STfinallyScore_SubjectUserUserTypeName_用户类型名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_STfinallyScore.ParentSubject.ParentUser.ParentUserType.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("STfinallyScore_SubjectUserUserName_用户用户名").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_STfinallyScore.ParentSubject.ParentUser.UserName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("STfinallyScore_SubjectUserTrueName_用户真实名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_STfinallyScore.ParentSubject.ParentUser.TrueName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("STfinallyScore_所属评课").HtmlEncode() %>: <%= new HtmlText("ParentSubject_Name", IN(this.ViewData["_STfinallyScore"], this.ViewData["_STfinallyScore.ParentSubject.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmSTfinallyScore [name=ParentSubject]","Edit");" }%> <%= new HtmlHidden("ParentSubject", this.ViewData["_STfinallyScore.ParentSubject.Guid"])%> [<%= DefineEnum.选择.Define() %>] <%= new HtmlYKTip("ParentSubject") %>
"> <%= Define.Get("STfinallyScore_VideoUserDomainName_平台名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_STfinallyScore.ParentVideo.ParentUser.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("STfinallyScore_VideoUserDomainCode_平台编码").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_STfinallyScore.ParentVideo.ParentUser.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("STfinallyScore_VideoUserUserTypeName_用户类型名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_STfinallyScore.ParentVideo.ParentUser.ParentUserType.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("STfinallyScore_VideoUserTrueName_用户真实名称").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_STfinallyScore.ParentVideo.ParentUser.TrueName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("STfinallyScore_VideoUserUserName_用户用户名").HtmlEncode() %>: <%= new HtmlText(null, this.ViewData["_STfinallyScore.ParentVideo.ParentUser.UserName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%>
"> <%= Define.Get("STfinallyScore_所属视频").HtmlEncode() %>: <%= new HtmlText("ParentVideo_Name", IN(this.ViewData["_STfinallyScore"], this.ViewData["_STfinallyScore.ParentVideo.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmSTfinallyScore [name=ParentVideo]","Edit");" }%> <%= new HtmlHidden("ParentVideo", this.ViewData["_STfinallyScore.ParentVideo.Guid"])%> [<%= DefineEnum.选择.Define() %>] <%= new HtmlYKTip("ParentVideo") %>
"> <%= Define.Get("STfinallyScore_得分").HtmlEncode() %>: <%= new HtmlText("AllScore", this.ViewData["_STfinallyScore.AllScore"]) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("AllScore") %>
"> <%= Define.Get("STfinallyScore_所获奖项").HtmlEncode() %>: <%= new HtmlText("ParentSTAward_Description", IN(this.ViewData["_STfinallyScore"], this.ViewData["_STfinallyScore.ParentSTAward.Description"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft" }%> <%= new HtmlHidden("ParentSTAward", this.ViewData["_STfinallyScore.ParentSTAward.Version"])%> [<%= DefineEnum.选择.Define() %>] <%= new HtmlYKTip("ParentSTAward") %>
"> <%= Define.Get("STfinallyScore_得奖状态")%>: "> <%= new HtmlCheckBox("Status", this.ViewData["_STfinallyScore.Status"], 1, 0) { DefaultChecked = 0 }%>
<%= new HtmlHidden("KEY", KEY)%> <%= new HtmlSubmit("Send", "Edit", GetSubmitMothed(this.ViewData["_STfinallyScore"])) { Class = "hidden" }%>
<%= GetSubmitText(this.ViewData["_STfinallyScore"])%>
<%= 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/STfinallyScoreAjax.js")%>