<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyLLUserAdd.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyLLUserAdd" %> <%= new MyListenLessonNavInstance(this) { Local = MyListenLessonNavItem.听课专家, ListenLesson = this.ListenLesson }.ToHtml()%>
添加人员到听课活动"<%= this.ListenLesson.Name %>"
所属平台: <%= new HtmlSelect("DomainGuid", "Name", "Guid", "Guid") { Width=120, Option = this.ListDomain, DefaultSelectValue = "", SelectedValue = this.DomainGuid }.InsertOption("::选择::", "", 0)%> 登录名: <%= new HtmlText("UserName", this.UserName) { Width = 80 }%> 真实名称: <%= new HtmlText("TrueName", this.TrueName) { Width = 80 }%> <%= new HtmlHidden("Key","MyLLUserAdd") %> <%= new HtmlHidden("ParentListenLesson",this.ListenLesson.Guid) %> <%= new HtmlSubmit("查询") %> <%= new HtmlReset("清除") { Class="btn"}%> <%= new HtmlButton("添加到听课活动", "LLUserBatchAdd(this);"){ Class="btn btn-warning pull-right" }%>
<% for (int i = 0; i <= this.ListUser.Count - 1; i++) { var user = this.ListUser[i]; %> <% } %>
人员 角色 联系 操作
<%= new HtmlCheckBox() { Value = SetKey(user.Guid + "," + this.ListenLesson.Guid, user.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> <%= user.ParentDomain.Name %>
<%= user.UserName %> ( <%= user.TrueName %> )
<%= user.ParentUserType.Name %> <%= user.MobilePhone %>
<%= user.Email %>
'); return false;">添加<%-- | <%= new HtmlAnchor("预览") { Href = WebUrl.Show(user.ParentDomain.Guid, user.Guid) }%>--%>
全选 - 取消
<%= new PagerAjaxInstance(this) { RecordCount = this.Query.RecordCount, PageSize = this.Query.PageSize, PageIndex = this.Query.PageIndex, PageJsFn = WebUrl.MyLLUserAdd(this.ListenLesson.Guid, int.MaxValue, this.DomainGuid, this.UserName, this.TrueName) }.ToHtml()%>