<%template src="_header2.html"%>
<%set DataTable list=get_search_list(15, out totalcount)%> <%if({tags}!="")%> <%set pagelist=get_page_link(15, page, totalcount, linkurl("search","?channel=" + channel + "&tags=" + Server.UrlEncode(tags) + "&page=__id__"))%> <%else%> <%set pagelist=get_page_link(15, page, totalcount, linkurl("search","?channel=" + channel + "&keyword=" + Server.UrlEncode(keyword) + "&page=__id__"))%> <%/if%>

站内搜索

<%if({tags}!="")%> 查询Tags标签: {tags} ,共有 {totalcount} 条记录 <%else%> 搜索关健字: {keyword} ,共有 {totalcount} 条记录 <%/if%>
{pagelist}
<%template src="_footer.html"%>