#parse("_head.html")
您的位置: 首页 » 搜索“$keyword”
$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
#parse("_right.html")
#parse("_foot.html")