学科
<%--<%= new SearchWeikeCategoryInstance(this) { }.ToHtml() %>--%>
-
- <%= new HtmlAnchor("语文") { Href = WebUrl.Weike(this.ListUrlParam.AddOnly("ParentCategory", "10bafe")) }%>
- <%= new HtmlAnchor("数学") { Href = WebUrl.Weike(this.ListUrlParam.AddOnly("ParentCategory", "e99ac9")) }%>
- <%= new HtmlAnchor("英语") { Href = WebUrl.Weike(this.ListUrlParam.AddOnly("ParentCategory", "6fe199")) }%>
- <%= new HtmlAnchor("物理") { Href = WebUrl.Weike(this.ListUrlParam.AddOnly("ParentCategory", "0b497a")) }%>
- <%= new HtmlAnchor("化学") { Href = WebUrl.Weike(this.ListUrlParam.AddOnly("ParentCategory", "4941c8")) }%>
- <%= new HtmlAnchor("生物") { Href = WebUrl.Weike(this.ListUrlParam.AddOnly("ParentCategory", "75955f")) }%>
- <%= new HtmlAnchor("政治") { Href = WebUrl.Weike(this.ListUrlParam.AddOnly("ParentCategory", "1e86b9")) }%>
- <%= new HtmlAnchor("历史") { Href = WebUrl.Weike(this.ListUrlParam.AddOnly("ParentCategory", "b73b56")) }%>
- <%= new HtmlAnchor("地理") { Href = WebUrl.Weike(this.ListUrlParam.AddOnly("ParentCategory", "8b3d7f")) }%>
<%-- <%= new SearchWeikeChannelInstance(this) { }.ToHtml() %>--%>
<%--<%= new SearchWeiKeTagInstance(this) { }.ToHtml() %>--%>
<%= new SearchWeikeOrderInstance(this) { }.ToHtml() %>
<%
if (this.Sort == 0)
{
%>
<%= new SearchWeikeListInstance(this) { FilterAlbumAndChannel = true, PageSize = 24, TransferControl="/Search/SearchWeikeList_default"}.ToHtml()%>
<%
}
else
{
%>
<%= new SearchWeikeListInstance(this) { FilterAlbumAndChannel=true, PageSize = 24, TransferControl="/Search/SearchWeikeListInfo" }.ToHtml()%>
<%
}
%>