%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Index.IndexLiveBy" %>
<% if (this.ListApplication.Count > 0)
{ %>
<%
foreach (var live in this.ListApplication)
{
%>
- [<%= live.StartTime.ToShortDateString() %>]
<%= new HtmlAnchor(live.Title) { Title = live.Title, Target = "_blank", Href = WebUrl.LivePlay(live.Guid) , Suffix="...", TextLength=24}%>
<% } %>
<%
}else{ %>
暂无预约
<%} %>