{template 'header', 'member'}
公司新闻
{if $action=='add'}
* 新闻标题 {dstyle('post[style]')}
* 新闻内容 {deditor($moduleid, 'content', $group_editor, '95%', 300)}
* 添加时间 请保持时间格式
      
{load('clear.js')} {elseif $action=='edit'}
{if $status==1 && $note} {/if}
未通过原因 {$note}
* 新闻标题 {dstyle('post[style]', $style)}
* 新闻内容 {deditor($moduleid, 'content', $group_editor, '95%', 300)}
* 添加时间 请保持时间格式
      
{load('clear.js')} {else}
   
{loop $lists $k $v} {/loop}
标 题 添加时间 浏览 修改 删除
   {if $status==3}{else}{/if}{$v[title]} {$v[adddate]} {$v[hits]}
{if $MG[news_limit]}
总共可发 {$MG[news_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
{/if}
{$pages}
{/if} {if $action=='add' || $action=='edit'} {/if} {template 'footer', 'member'}