$tohtm(css.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
内容:
提交问题
推荐板块
全部板块
#foreach($list in $typelist)
$list.QAType_Name
#end
最新精华
#foreach($list in $ADOTKS_QA.GetTopSize(10,"order by QA_Count,QA_CreateDate desc"))
$list.QA_Title
#end
<$tohtm(footer.htm) tohtm$>