{php include pubTemplate("header_admin")}
{template anti_menu}
logid{$strLog['logid']}
ptable{$strLog['ptable']}
pkey{$strLog['pkey']}
pid{$strLog['pid']}
userid{$strLog['userid']}
status{$strLog['status']}
addtime{php echo date('Y-m-d H:i:s',$strLog['addtime'])}
title{php echo tsTitle($strLog['title'])}
content{php echo tsDecode($strLog['content'])}
{php include pubTemplate("footer_admin")}