$status=array("1"=>"已上线","0"=>"已下线"); $top_status=array("1"=>"已置顶","0"=>"未置顶"); $recommend_status=array("1"=>"热门","0"=>"非热门");
{:L('SORT')} {:L('TITLE')} {:L('CATEGORY')} {:L('HITS')} {:L('AUTHOR')} {:L('PUBLISH_DATE')} {:L('STATUS')} {:L('ACTIONS')}
{$vo.post_title} {$terms[$vo['term_id']]} {$vo.post_hits} {$users[$vo['post_author']]['user_login']} {$vo.post_date} {$status[$vo['post_status']]}
{$top_status[$vo['istop']]}
{$recommend_status[$vo['recommended']]}
{:L('EDIT')} | {:L('DELETE')}
{:L('SORT')} {:L('TITLE')} {:L('CATEGORY')} {:L('HITS')} {:L('AUTHOR')} {:L('PUBLISH_DATE')} {:L('STATUS')} {:L('ACTIONS')}