<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyPublicClassUser.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyPublicClassUser" %> <%= new MyPublicClassNavInstance(this) { Local = MyPublicClassNavItem.课程成员管理, PublicClass = this.PublicClass }.ToHtml()%>
<%= Define.Get("Client_公开课")%>目前共<%= this.ListPublicClassUser.Count %>个参与人员
增加课程人员 <%----%> <%= new HtmlButton("删除", "PublicClassUserBatchDelete(this);"){ Class="btn btn-danger pull-right" }%>
<%= new HtmlHidden("ExprotExcelXMLParameter", this.PublicClass.Guid)%> <%= new HtmlHidden("ExprotKey","PublicClassUser") %>
<% for (int i = 0; i <= this.ListPublicClassUser.Count - 1; i++) { var publicClassUser = this.ListPublicClassUser[i]; %> <% } %>
用户 所属学校 操作
<%= new HtmlCheckBox() { Value = SetKey(publicClassUser.Guid, publicClassUser.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> <%= publicClassUser.ParentUser.ParentDomain.Name %>
<%= publicClassUser.ParentUser.TrueName %> <%= publicClassUser.ParentUser.UserName %>
<%= publicClassUser.ParentUser.ParentDomain.Name %> 删除
全选 - 取消