{template 'public/header'} {template 'public/comhead'} {if $operation == 'display'}
评论管理
{loop $list $item} {/loop}
(ID) 用户 评论详情 评论时间 状态
{$item['id']}
{$item['nickname']}
评分:{$item['star']}星
内容:{$item['content']}
回复:{$item['replycontent']}
{php echo date('Y-m-d H:i:s', $item['dateline'])} {if $item['status'] == 0}未显示{else}显示{/if} 回复 删除 订单查看
{$pager}
{elseif $operation == 'post'}
用户信息

{/if} {if $_W['isfounder']} {template 'common/footer'} {else} {template 'public/footer'} {/if}