%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Search.SearchReplayList" %>
<%
foreach (var replay in this.ListApplication)
{
%>
-
<%= new HtmlAnchor(new HtmlImg(SettingGroup.ApplicationCover(replay), replay.Title) { Width=140, Height=88, OnErrorImg=SettingGroup.DefaultImg }) { Title = replay.Title, Target = "_blank", Href = WebUrl.LivePlay(replay.Guid) }%>
-
<%= new HtmlAnchor(replay.Title) { Title = replay.Title, Target = "_blank", Href = WebUrl.LivePlay(replay.Guid) }%>
- 主讲人:<%= replay.Speaker %>
-
<%= replay.StartTime.ToLongDate() %>
-
<%= replay.ParentGrade!=null ? replay.ParentGrade.Name : "" %>
<%= new HtmlSpan(CreateInstance.ApplicationDao.CategoryName(replay)) { TextLength=16, Suffix="..." }%>
<%
}
%>