{php include template("admin/header");}
{php include template("admin/menu");}
{$pageUrl}
{loop $arrNote $key $item} {/loop}
IDUserIDContent操作
{$item['noteid']}{$item['userid']}{php echo htmlspecialchars($item['content'])} {if $item['isaudit']==0} [取消审核] {else} [审核] {/if} [删除]
{php include template("admin/footer");}