<%@Page Language="C#" AutoEventWireup="true" Inherits="Web.inherits.ViewPage" %> 搜索结果-<%=WebSiteConfig.SiteTitle%> <%template:_head.html%>
 
所在位置:首页 > 搜索结果
搜索结果
<% var CurrentPage=Request["page"]!=null?Convert.ToInt32(Request["page"]):1; var resultList=SearchReleaseList(keywords:Request["keywords"],page:CurrentPage); var totalRows=SearchReleaseCount(keywords:Request["keywords"]); %> <%if(resultList.Count()>0){%> <%foreach(var row in resultList){%> <%}%> <%}else{%> <%}%>
<%=row["Title"]%> <%=Convert.ToDateTime(row["UpdateDate"]).ToString("yyyy-MM-dd")%>
无结果
<%=GetPaginationHtml(total:totalRows,link:String.Format("/search/?page=@page&keywords={0}",Request["keywords"]),maxmumRows:10,page:CurrentPage)%>
 
<%template:_foot.html%>