{template 'common/header'} {template 'common'} {if $operation == 'display'}
{loop $list $row} {/loop}
编号 成绩 操作时间 操作
{$row['id']} {$row['credit']} {php echo date('Y/m/d H:i',$row['dateline']);}
{$pager}
{/if} {template 'common/footer'}