$tohtm(css1.htm) tohtm$>
<$tohtm(head.htm) tohtm$>
首页
>
互助问答
>提问
标题:
板块:
#foreach($typelist in $ADOTKS_QAType.GetAll(20," and QAType_PrantId=0"))
$typelist.QAType_Name
#foreach($childlist in $ADOTKS_QAType.GetAll(20," and QAType_PrantId='$typelist.QAType_Id'"))
$childlist.QAType_Name
#end #end
内容:
热门问答推荐
#set($all = $ADOTKS_QA.GetAll(6," order by LastCount desc")) #if($all.Count > 0) #foreach($list in $all)
$list.LastCount
回答数
$ADOTKS_Courseware.checkStr($list.QA_Content, 12)
#end #else
没有相关数据...
#end
<$tohtm(footer_1.htm) tohtm$>