{template 'header', $module} {if $action == 'add'}
* 分 类 {$type_select}
* 标 题 [限5-30字之间]
* 内 容 {deditor($moduleid, 'content', 'Simple', '98%', 300)}[限10-5000字之间]
    
{elseif $action == 'edit'}
* 分 类 {$type_select}
* 标 题 [限5-30字之间]
* 内 容 {deditor($moduleid, 'content', 'Simple', '98%', 200)}[限10-5000字之间]
      
{elseif $action == 'show'} {if $status > 1} {/if}
问题分类 {$TYPE[$typeid][typename]}
问题标题 {$title}
问题内容 {$content}
提交时间 {$addtime}
受理状态 {$dstatus[$status]}
问题回复 {$reply}
受理时间 {$admintime}
受理人 {$admin}
我的评价 {if $star} {$stars[$star]} {else}
{/if}
{else}
{loop $asks $k $v} {/loop}
流水号 状态 标题 添加时间 分类 修改 删除
 {$v[itemid]}   {$v[dstatus]}  {$v[title]} {$v[addtime]} {$v[type]} {if $v[status] == 0}{else}--{/if}
{$pages}
{/if} {if $action=='add' || $action=='edit'} {/if} {template 'footer', $module}