{template 'member', 'header'}
{template 'member', 'left'}
{L('published_content')}
{loop $datas $info} {/loop}
ID {L('title')} {L('category')} {L('adddate')} {L('operation')}
{$info['id']} {str_cut($info['title'], 60)} {if $info[status]==0}{L('reject_content')}{elseif $info[status]!='99'}待审中{/if} {$CATEGORYS[$info['catid']][catname]} {date('Y-m-d',$info['inputtime'])} {if $info[status]==99}{L('pass')}{elseif !$info[flag]}{L('edit')} | 删除{else}{L('edit')} | 删除{/if}
{$pages}
{template 'member', 'footer'}