| ${forums.get(topic_index).getName()} |
<@presentation.folderImage topic/> |
<#if (topic.title?length == 0)>No Subject<#else>${topic.title?html}#if>
<#if topic.paginate>
<@pagination.littlePostPagination topic.id, topicsPerPage, topic.totalReplies/>
#if>
|
<#if topic.type == TOPIC_WIKI>W<#else>${topic.totalReplies}#if> |
${topic.firstPostTime}
${topic.postedBy.username}
|
${topic.totalViews} |
<#if (topic.lastPostTime?length > 0)>
<#if topic.type == TOPIC_WIKI>
${topic.lastEditTimeStr}
<#else>
${topic.lastPostTime}
${topic.lastPostBy.username}
#if>
<#assign startPage = ""/>
<#if (topic.totalReplies + 1 > topicsPerPage?number)>
<#assign startPage = ((topic.totalReplies / topicsPerPage?number)?int * topicsPerPage?number) +"/"/>
#if>
#if>
|
#list>