{include file="admin/header.html"} {nocache}

留言板管理

{loop sql="select * from {$pre}guestbook order by id desc" pages="page" urlrule="index.php"} > {/loop}
||
ID 标题 留言者 发布时间 操作
{$r.id} {$r.title} {$r.username} {$r.inputtime|date_format:'%Y-%m-%d'} {if $r.state==0}未审核{else}已审核{/if} | 回复 | 删除
 
{$pages}
{/nocache}