<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyMeetingUserApply.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyMeetingUserApply" %>
我的教研:教研申请人 <%= this.Meeting._ListMeetingUserApply.Count %>个申请人 <%= new HtmlAnchor("教研信息") { Href= WebUrl.MyMeetingEdit(this.Meeting.Guid) }%> | <%= new HtmlAnchor("教研人员") { Href= WebUrl.MyMeetingUserList(this.Meeting.Guid) }%> | <%= new HtmlAnchor("教研主讲人") { Href= WebUrl.MyMeetingSpeakerList(this.Meeting.Guid) }%> | <%= new HtmlAnchor("教研附件") { Href= WebUrl.MyMeetingAttachmentList(this.Meeting.Guid) }%> | <%= new HtmlAnchor("教研视频") { Href= WebUrl.MyMeetingVideoList(this.Meeting.Guid) }%>
<%= new HtmlButton("删除", "MeetingUserApplyBatchDelete(this);")%>
<% for (int i = 0; i <= this.ListMeetingUserApply.Count - 1; i++) { var meetingUserApply = this.ListMeetingUserApply[i]; var user = this.ListMeetingUserApply[i].ParentUser; %> <% } %>
申请人 学科 联系 权限 操作
<%= new HtmlCheckBox() { Value = SetKey(meetingUserApply.Guid, meetingUserApply.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> <%= user.ParentUserType.ParentDomain.Name %>
<%= user.UserName %> ( <%= user.TrueName %> )
<%= user.ParentUserType.Name %> <%= user.MobilePhone %>
<%= user.Email %>
<%= new HtmlSelect("GuestType", "Value", "Key", "Key") { ID = "GuestType" + SetKey(meetingUserApply.Guid, meetingUserApply.Version), SelectedValue = meetingUserApply.GuestType, Option = typeof(AVA.ResourcesPlatform.Model.Pub.MeetingUserApplyGuestTypeEnum) }%>
<%= meetingUserApply.ApplyTime %>
<%= meetingUserApply.ApplyRemark %>
<%= new HtmlSelect("ApplyStatus", "Value", "Key", "Key") { ID = "ApplyStatus" + SetKey(meetingUserApply.Guid, meetingUserApply.Version), SelectedValue = meetingUserApply.ApplyStatus, Option = typeof(AVA.ResourcesPlatform.Model.Pub.MeetingUserApplyApplyStatusEnum) }%>
<% if (meetingUserApply.ConfirmTime != null) { %> <%= meetingUserApply.ConfirmTime.ToLongDate() %>
<% if (!string.IsNullOrEmpty(meetingUserApply.ConfirmRemark)) { //有备注时 %> <%= meetingUserApply.ConfirmRemark %>
<% } } %> 确认 | 删除
全选 - 取消