{template 'header', 'member'} {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}
{elseif $action == 'support'} {if $user[truename]} {/if} {if $user[telephone]} {/if} {if $user[mobile]} {/if} {if $user[fax]} {/if} {if $user[mail]} {/if} {if $user[address]} {/if} {if $user[postcode]} {/if}
姓名 {$user[truename]} ({if $user[gender]==1}先生{else}女士{/if})
电话 {$user[telephone]}
手机 {$user[mobile]}
传真 {$user[fax]}
邮件 {$user[mail]}
地址 {$user[address]}
邮编 {$user[postcode]}
聊天 {if $user[username] && $DT[im_web]}{im_web($user[username])} {/if} {if $user[qq] && $DT[im_qq]}{im_qq($user[qq])} {/if} {if $user[wx] && $DT[im_wx]}{im_wx($user[wx], $user[username])} {/if} {if $user[ali] && $DT[im_ali]}{im_ali($user[ali])} {/if} {if $user[skype] && $DT[im_skype]}{im_skype($user[skype])} {/if}
{else}
  {$type_select}   
{loop $lists $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', 'member'}