<%@ Control Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MySTAwardList" %> <%= new MySubjectNavInstance(this) { Local = MySubjectNavItem.奖项设置 }.ToHtml()%>
我的评课:优课评比奖项 <%= this.Subject._ListSTAward.Count %>个奖项
<%= new HtmlButton("添加...", "","ShowEdit(this);")%> <%= new HtmlButton("删除", "STAwardBatchDelete(this);")%>
<% for (int i = 0; i <= this.ListSTAward.Count - 1; i++) { var stAward = this.ListSTAward[i]; %> <% } %>
奖项 得奖人数 操作
<%= new HtmlCheckBox() { Value = SetKey(stAward.Guid, stAward.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> <%= stAward.Name %> <%= stAward.WinNumber %> <%= new HtmlAnchor("编辑") { Href = WebUrl.MySTAwardEdit(stAward.Guid) }%> | 删除
全选 - 取消