<table cellspacing="1" id="top_five"> <thead> <tr> <th>{L_NEWEST_TOPICS}</th> <th>{TSMVT_NUMBER} {L_MOST_VIEWED}</th> <th>{TSMRT_NUMBER} {L_MOST_REPLIED}</th> <th>{TSMAF_NUMBER} {L_MOST_ACTIVE_FORUMS}</th> </tr> </thead> <tbody> <!-- BEGIN top_five_topic --> <tr > <td valign="top"><!-- IF top_five_topic.NO_TOPIC_TITLE-->{top_five_topic.NO_TOPIC_TITLE}<!-- ELSE --><a href="{top_five_topic.U_TOPIC}">{top_five_topic.TOPIC_TITLE}</a><br /> {top_five_topic.USERNAME_FULL} {top_five_topic.LAST_TOPIC_TIME}<br /><!-- ENDIF --></td> <!-- IF S_TSMVT_ENABLE or S_TSMRT_ENABLE or S_TSMAU_ENABLE or S_TSMAF_ENABLE or S_TSLVB_ENABLE or S_TSLRU_ENABLE --> <!-- IF S_TSMVT_ENABLE --> <!-- BEGIN most_viewed --> <td valign="top"<!-- IF S_TSMRT_ENABLE --> style="padding-right:2px;"<!-- ENDIF -->> <dl> <dt style="width:98%;"> <span style="float:left; font-size:1.1em; font-weight:bold;"><a href="{most_viewed.U_FIRST_TOPIC}">{most_viewed.TOPIC_TITLE}</a></span><span style="float:right; font-size:1.1em;">{L_VIEWS}: {most_viewed.TOPIC_VIEWS}</span> <br class="clear" /> <span>{L_POST_BY_AUTHOR} <a style="font-weight:bold; color: #{most_viewed.TOPIC_FIRST_POSTER_COLOUR};" href="{most_viewed.USERNAME_FIRST}">{most_viewed.TOPIC_FIRST_POSTER_NAME}</a> {L_POSTED_ON_DATE} {most_viewed.TOPIC_TIME}</span> </dt> </dl> <span class="corners-bottom"><span></span></span></div> </td> <!-- ENDIF --> <!-- IF S_TSMRT_ENABLE --> <!-- BEGIN most_replied --> <td valign="top"<!-- IF S_TSMVT_ENABLE --> style="padding-left:2px;"<!-- ENDIF -->> <dl> <dt style="width:98%;"> <span style="float:left; font-size:1.1em; font-weight:bold;"><a href="{most_replied.U_FIRST_TOPIC}">{most_replied.TOPIC_TITLE}</a></span><span style="float:right; font-size:1.1em;">{L_REPLIES}: {most_replied.TOPIC_REPLIES}</span> <br class="clear" /> <span>{L_POST_BY_AUTHOR} <a style="font-weight:bold; color: #{most_replied.TOPIC_FIRST_POSTER_COLOUR};" href="{most_replied.USERNAME_FIRST}">{most_replied.TOPIC_FIRST_POSTER_NAME}</a> {L_POSTED_ON_DATE} {most_replied.TOPIC_TIME}</span> </dt> </dl> <span class="corners-bottom"><span></span></span></div> </td> <!-- ENDIF --> <!-- ENDIF --> <!-- IF S_TSMAU_ENABLE or S_TSMAF_ENABLE --> <!-- IF S_TSMAF_ENABLE --> <!-- BEGIN most_active_forums --> <td valign="top"<!-- IF S_TSMAU_ENABLE --> style="padding-left:2px;"<!-- ENDIF -->> <dl> <dt style="width:98%;"> <span style="float:left; font-size:1.1em; font-weight:bold;"><a style="font-weight:bold;" href="{most_active_forums.FORUM_URL}">{most_active_forums.FORUM_NAME}</a></span> <span style="float:right; font-size:1.1em;">{L_POSTS}: {most_active_forums.FORUM_POSTS}</span> </dt> </dl> <span class="corners-bottom"><span></span></span></div> </td></tr> <!-- ENDIF --> <!-- ENDIF --> <!-- IF S_TSLVB_ENABLE or S_TSLRU_ENABLE --> <!-- ENDIF --> </tbody> </table> <span class="corners-bottom"><span></span></span>
Standard input is empty
<table cellspacing="1" id="top_five">
<thead>
<tr>
<th>{L_NEWEST_TOPICS}</th>
<th>{TSMVT_NUMBER} {L_MOST_VIEWED}</th>
<th>{TSMRT_NUMBER} {L_MOST_REPLIED}</th>
<th>{TSMAF_NUMBER} {L_MOST_ACTIVE_FORUMS}</th>
</tr>
</thead>
<tbody>
<!-- BEGIN top_five_topic --> <tr > <td valign="top"><!-- IF top_five_topic.NO_TOPIC_TITLE-->{top_five_topic.NO_TOPIC_TITLE}<!-- ELSE --><a href="{top_five_topic.U_TOPIC}">{top_five_topic.TOPIC_TITLE}</a><br /> {top_five_topic.USERNAME_FULL} {top_five_topic.LAST_TOPIC_TIME}<br /><!-- ENDIF --></td>
<!-- IF S_TSMVT_ENABLE or S_TSMRT_ENABLE or S_TSMAU_ENABLE or S_TSMAF_ENABLE or S_TSLVB_ENABLE or S_TSLRU_ENABLE -->
<!-- IF S_TSMVT_ENABLE -->
<!-- BEGIN most_viewed -->
<td valign="top"<!-- IF S_TSMRT_ENABLE --> style="padding-right:2px;"<!-- ENDIF -->>
<dl>
<dt style="width:98%;">
<span style="float:left; font-size:1.1em; font-weight:bold;"><a href="{most_viewed.U_FIRST_TOPIC}">{most_viewed.TOPIC_TITLE}</a></span><span style="float:right; font-size:1.1em;">{L_VIEWS}: {most_viewed.TOPIC_VIEWS}</span>
<br class="clear" />
<span>{L_POST_BY_AUTHOR} <a style="font-weight:bold; color: #{most_viewed.TOPIC_FIRST_POSTER_COLOUR};" href="{most_viewed.USERNAME_FIRST}">{most_viewed.TOPIC_FIRST_POSTER_NAME}</a> {L_POSTED_ON_DATE} {most_viewed.TOPIC_TIME}</span>
</dt>
</dl>
<span class="corners-bottom"><span></span></span></div>
</td>
<!-- END most_viewed -->
<!-- ENDIF -->
<!-- IF S_TSMRT_ENABLE -->
<!-- BEGIN most_replied -->
<td valign="top"<!-- IF S_TSMVT_ENABLE --> style="padding-left:2px;"<!-- ENDIF -->>
<dl>
<dt style="width:98%;">
<span style="float:left; font-size:1.1em; font-weight:bold;"><a href="{most_replied.U_FIRST_TOPIC}">{most_replied.TOPIC_TITLE}</a></span><span style="float:right; font-size:1.1em;">{L_REPLIES}: {most_replied.TOPIC_REPLIES}</span>
<br class="clear" />
<span>{L_POST_BY_AUTHOR} <a style="font-weight:bold; color: #{most_replied.TOPIC_FIRST_POSTER_COLOUR};" href="{most_replied.USERNAME_FIRST}">{most_replied.TOPIC_FIRST_POSTER_NAME}</a> {L_POSTED_ON_DATE} {most_replied.TOPIC_TIME}</span>
</dt>
</dl>
<span class="corners-bottom"><span></span></span></div>
</td>
<!-- END most_replied -->
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF S_TSMAU_ENABLE or S_TSMAF_ENABLE -->
<!-- IF S_TSMAF_ENABLE -->
<!-- BEGIN most_active_forums -->
<td valign="top"<!-- IF S_TSMAU_ENABLE --> style="padding-left:2px;"<!-- ENDIF -->>
<dl>
<dt style="width:98%;">
<span style="float:left; font-size:1.1em; font-weight:bold;"><a style="font-weight:bold;" href="{most_active_forums.FORUM_URL}">{most_active_forums.FORUM_NAME}</a></span>
<span style="float:right; font-size:1.1em;">{L_POSTS}: {most_active_forums.FORUM_POSTS}</span>
</dt>
</dl>
<span class="corners-bottom"><span></span></span></div>
</td></tr>
<!-- END most_active_forums -->
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF S_TSLVB_ENABLE or S_TSLRU_ENABLE -->
<!-- ENDIF -->
<!-- END top_five_topic -->
</tbody>
</table>
<span class="corners-bottom"><span></span></span>