<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="GetLLApplication.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Services.ListenLesson.GetLLApplication" %> <%if (this.ErrorCode != 0) { %> ErrorCode=<%= this.ErrorCode %> Message=<%= this.Message %> <% } else { %> ErrorCode=0 <% foreach (var item in this.ListLLApplication) { string status = CreateInstance.RecordEquipmentDao.GetRecordEquipmentStatusUser(item.ParentApplication.ParentRecordEquipment.LiveStatus); %> LLApplicationGuid=<%= item.Guid %>&ApplicationTitle=<%= item.ParentApplication.Title %>&StartTime=<%= item.ParentApplication.StartTime %>&EndTime=<%= item.ParentApplication.EndTime %>&Status=<%= status %> <%} } %>