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