{section name=s loop=$row}
{if $author[s].uid>0}
{$row[s].content}
删除
| 作者:{$author[s].username}
发表时间:{$time[s]}
{else}
{$row[s].content}
删除
| 作者:{$row[s].guest}
发表时间:{$time[s]}
{/if}
{/section} {$tpage}
{include file="footer.htm"}