<%= new NavInstance(this) { }.Add(Define.Get("Client_优课点播"),WebUrl.Video()).AddRequiredValueEmpty("关键字:"+this.SearchKeyWord,this.SearchKeyWord).ToHtml()%>
<%= new SearchVideoCategoryInstance(this) { }.ToHtml() %>
<%= new SearchVideoGradeInstance(this) { }.ToHtml() %>
<%= new SearchVideoChannelInstance(this) { }.ToHtml() %>
<%= new SearchVideoOrderInstance(this) { }.ToHtml() %>
<%
if (this.Sort == 0)
{
%>
<%= new SearchVideoListInstance(this) { PageSize = 24 }.ToHtml()%>
<%
}
else
{
%>
<%= new SearchVideoListInstance(this) { PageSize = 24, TransferControl="/Search/SearchVideoListInfo" }.ToHtml()%>
<%
}
%>