{?section name=i loop=$topicrows?}
{?if $topicrows[i].istop > 0?}
{?elseif $topicrows[i].islock > 0?}
{?elseif $topicrows[i].isgood > 0?}
{?else?}
{?/if?}
{?$topicrows[i].title?} |
{?if $topicrows[i].posterid > 0?}{?$topicrows[i].poster?}{?else?}游客{?/if?}
|
{?$topicrows[i].replies?}/{?$topicrows[i].views?} |
{?if $topicrows[i].replytime > 0?}
{?if $topicrows[i].replierid > 0?}
{?$topicrows[i].replytime|date:"m-d H:i"?} {?$topicrows[i].replier?} 发表
{?else?}
{?$topicrows[i].replytime|date:"m-d H:i"?} 游客 发表
{?/if?}
{?/if?} |
{?/section?}