$keyword
-
#set($pagesize=10)
#foreach($item in $method_article.GetSearchPageList($pagesize, $page,$keyword))
#each
-
${item.title}
分类:$method_channel.Get(${item.ChannelID}).name 时间:$item.updatetime.ToString("yyyy-MM-dd HH:mm:ss") 点击:${item.clicks}$item.Summary阅读全文 >>
#end
#set($totalcount=$method_article.GetAllCount(2))
#if ( $page>1 || $totalcount>=$pagesize)
#parse("_pager.html")
#end