{template 'header', 'member'} {if $action=='add'}
* 新闻标题 {dstyle('post[style]')}
* 新闻内容 {deditor($moduleid, 'content', $group_editor, '98%', 300)}
* 添加时间 请保持时间格式
新闻分类 {$type_select}  [管理分类]
      
{load('clear.js')} {elseif $action=='edit'}
{if $status==1 && $note} {/if}
未通过原因 {$note}
* 新闻标题 {dstyle('post[style]', $style)}
* 新闻内容 {deditor($moduleid, 'content', $group_editor, '98%', 300)}
* 添加时间 请保持时间格式
新闻分类 {$type_select}  [管理分类]
      
{load('clear.js')} {else}
    {$type_select} 
{loop $lists $k $v} {/loop}
分类 标题 添加时间 浏览 修改 删除
 {$v[type]}     {if $status==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if} {$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'}