{template nheader.html}
{if $is_review && $index}
{loop $review.option $i $t} {if $t.use} {$t.name}:{$index['sort'.$i]}    {/if} {/loop} {fc_lang('平均分')}:{$index.avgsort}
{/if}
{if !$param.cid}{/if} {loop $list $t} {if !$param.cid}{/if} {/loop}
{fc_lang('评论主题')}{fc_lang('评论内容')} {fc_lang('状态')} {fc_lang('作者')} {fc_lang('地区')} {fc_lang('时间段')} {fc_lang('操作')}
{dr_keyword_highlight(dr_strcut(dr_clearhtml($t.title), 30), $param.keyword)}{dr_sns_content(dr_keyword_highlight(dr_strcut($t.content, 70), $param.keyword))} {if $t.status}{fc_lang('已审核')}{else}{fc_lang('未审核')}{/if} {if $t.uid}{dr_strcut($t.author, 10)}{else}{fc_lang('游客')}{/if} {$ci->dip->address($t.inputip)} {dr_date($t.inputtime, NULL, 'red')} {fc_lang('查看/修改')}
{fc_lang('默认模板是: 核心目录/dayrui/templates/admin/%s.html,自定义模板是%s', 'comment_index', $tpl)}
{template nfooter.html}