<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyLLUser.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyLLUser" %> <%= new MyListenLessonNavInstance(this) { Local = MyListenLessonNavItem.听课专家, ListenLesson = this.ListenLesson }.ToHtml()%>
我的听课:听课参与人员 <%= this.ListLLUser.Count %>个人员
<%= new HtmlButton("邀请听课专家.", "window.location.href='" + WebUrl.MyLLUserAdd(this.ListenLesson.Guid) + "';")%> <%= new HtmlButton("删除", "LLUserBatchDelete(this);")%>
<% for (int i = 0; i <= this.ListLLUser.Count - 1; i++) { var llUser = this.ListLLUser[i]; %> <% } %>
用户 操作
<%= new HtmlCheckBox() { Value = SetKey(llUser.Guid, llUser.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> <%= llUser.ParentUser.ParentDomain.Name %>
<%= llUser.ParentUser.TrueName %> <%= llUser.ParentUser.UserName %>
删除
全选 - 取消