{include file=ask/header.html}
{$_PAGE.position}

{$_PAGE.CATEGORY.categoryname}

{askcatelist type=son}

按分类查找:

    {loop item=category}
  • {if $_PAGE.CATEGORY.cid == $category.cid}{$category.name}{else}{$category.name}{/if}({$category.asknumber})
  • {/loop}
{/askcatelist}

按关键词查找:

{askquestionlist cid=$_PAGE.CATEGORY.cid pagesize=20 type=$_PAGE.asktype word=$_PAGE.word item=q} {if $_PAGE.type=='offer'}{/if} {if $_PAGE.type=='hot'}{/if} {loop item=q} {if $_PAGE.type=='offer'}{/if} {if $_PAGE.type=='hot'}{/if} {/loop}
标题(共{$q.total}条) 悬赏分回答数人气提问时间
{if $q.elite}{/if}{if $_PAGE.type!='solved' and $q.urgent}{/if}{$q.title renderer="highLightWords(this,\$_PAGE['word'],60)"}{if $q.score gt 0 and $_PAGE.type!='offer'}{$q.score}{/if}{$q.score}{$q.answernumber}{$q.hot}{$q.asktime}
{pager}
{$pager.data}
{/pager} {askquestionlistelse} {/askquestionlist}
    {askquestionlist cid=$_PAGE.CATEGORY.cid type=hot,pending row=8} {loop item=question}
  • {$question.title}
  • {/loop} {/askquestionlist}
{include file=footer.html}