<%= new NavInstance(this) { }.Add(Define.Get("Client_在线直播"),WebUrl.Live()).Add(this.Application.Title,null).ToHtml()%>
livPlayWraper">
<%
if (SettingGroup.HasVoiceComment)
{
%>
<%= this.Application.Title %> <%--直播中--%>
<%= new PVHistoryCollectInstance(this) { PKId= this.Application.Guid,PVTarget="Application" }.ToHtml() %>
">
<% if(SettingGroup.HasVoiceComment){ %>
<%= new LivePlayPlayerInstance(this) { SizeMode =0}.ToHtml() %>
<% }else{ %>
<%= new LivePlayPlayerInstance(this) { SizeMode =1}.ToHtml() %>
<% } %>
<%-- = new PVHistoryCollectInstance(this) { PKId= this.Application.Guid,PVTarget="Application" }.ToHtml() --%>
<%-- <% if( !SettingGroup.HasVoiceComment){%>
<%= new LivePlayInfoInstance(this) { }.ToHtml() %>
<% } %>--%>
- <%= this.Application.ParentRecordEquipment.Name %>
- <%= this.Application.Speaker %>
- <%= this.Application.ApplicationDate.ToShortDate() %>
- <%= this.Application.StartTime.ToLongTimeString() %> - <%= this.Application.EndTime.ToLongTimeString() %>
<%= this.Application.Description.RestoreHtml() %>
<%= new LivePlayOnlineInstance(this) { }.ToHtml() %>
<%= new LivePlayAttachmentInstance(this) { TransferControl="/LivePlay/LivePlayAttachmentApart"}.ToHtml()%>
<%--<%= new LivePlayInfoInstance(this) { }.ToHtml() %>--%>
<%
}
%>
<%= new CommentListInstance(this) {TransferControl="/Comment/LiveCommentList", TargetType = "Application", TargetGuid = this.Application.Guid }.ToHtml()%>
<%= new CommentAddInstance(this) {TransferControl="/Comment/LiveCommentAdd", TargetType = "Application", TargetGuid = this.Application.Guid }.ToHtml()%>