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