<#NameCon id="content" name="问题标题" />
<#SelectCon id="state" name="状态" >
#SelectCon>
<#button name="搜索" icon="fa-search" clickFun="TQuestion.search()"/>
<#button name="重置" icon="fa-trash" clickFun="TQuestion.resetSearch()"/>
<#button name="添加" icon="fa-plus" clickFun="TQuestion.openAdd()"/>
<#button name="编辑" icon="fa-edit" clickFun="TQuestion.openChange()" space="true"/>
<#button name="删除" icon="fa-remove" clickFun="TQuestion.delete()" space="true"/>
<#button name="上架" icon="fa-check" clickFun="TQuestion.onShelf()" space="true"/>
<#button name="下架" icon="fa-remove" clickFun="TQuestion.offShelf()" space="true"/>
<#button name="查看详情" icon="fa-search" clickFun="TQuestion.getInfo()" space="true"/>
<#table id="TQuestionTable"/>