{php include pubTemplate("header_admin")}
| 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'])} |