<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyLLScoreItemEdit.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyLLScoreItemEdit" %> <%= new MyListenLessonNavInstance(this) { Local = MyListenLessonNavItem.教学质量评价表 }.ToHtml()%>
听课活动评分项编辑

*评分类型: <%= new HtmlSelect("ParentSTScoreType","Name", "Guid", "Guid") { Option = this._ListSTScoreType }.InsertOption("::" + DefineEnum.选择.Define() + "::", null, 0).SelectValue(this.ViewData["_LLScoreItem.ParentSTScoreType.Guid"])%> <% if (this._ListSTScoreType.Count == 0) { %> 请先在后台添加评分类型 <% } %> <%= new HtmlYKTip("ParentSTScoreType") %>
*评分项名称: <%= new HtmlText("Name", this.ViewData["_LLScoreItem.Name"]) { }%> <%= new HtmlYKTip("Name")%>
*评分比例: <%= new HtmlText("ScoreRatio", this.ViewData["_LLScoreItem.ScoreRatio"]) { }%> <%= new HtmlYKTip("ScoreRatio")%>
详细描述: <%= new HtmlTextArea("Description", this.ViewData["_LLScoreItem.Description"], 2000)%>
*排名优先: <%= new HtmlText("SortNumber", this.ViewData["_LLScoreItem.SortNumber"], 4) { DefaultValue = 0 }%> <%= new HtmlYKTip("SortNumber") %>
<%= new HtmlHidden("Key",this.KEY)%> <%= new HtmlHidden("ParentListenLesson", this.ListenLesson.Guid)%> <%= new HtmlSubmit(IN(this.ViewData["_LLScoreItem"], "修改评分项", "添加评分项"), "LLScoreItemEdit", "LLScoreItemEditClient(this);").Style(new { Width = "100px" })%> <%= new HtmlButton("返回", "GoList();").Style(new { Width = "100px" })%>