%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.VideoPlay.VideoPlaySW" %>
<%
if (this.ListVideoSW != null && this.ListVideoSW.Count > 0)
{
%>
<%
foreach (var videoSW in this.ListVideoSW)
{
%>
-
<%= new HtmlAnchor(CreateInstance.VideoSWDao.FormatSW(videoSW.SW)) { Href = "#" + videoSW.Seconds, OnClick = "GoToTimeSpot(" + videoSW.Seconds + ")", Class = "show_title" }%>
<%= AVA.ResourcesPlatform.Config.Helper.FormatSecond(videoSW.Seconds / 1000) %>
<%
}
%>
<%
}
%>