fork download
  1. <table cellspacing="1" id="top_five">
  2. <thead>
  3. <tr>
  4. <th>{L_NEWEST_TOPICS}</th>
  5. <th>{TSMVT_NUMBER} {L_MOST_VIEWED}</th>
  6. <th>{TSMRT_NUMBER} {L_MOST_REPLIED}</th>
  7. <th>{TSMAF_NUMBER} {L_MOST_ACTIVE_FORUMS}</th>
  8.  
  9. </tr>
  10. </thead>
  11. <tbody>
  12.  
  13. <!-- 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 />&nbsp;&nbsp;{top_five_topic.USERNAME_FULL}&nbsp;&nbsp;{top_five_topic.LAST_TOPIC_TIME}<br /><!-- ENDIF --></td>
  14. <!-- IF S_TSMVT_ENABLE or S_TSMRT_ENABLE or S_TSMAU_ENABLE or S_TSMAF_ENABLE or S_TSLVB_ENABLE or S_TSLRU_ENABLE -->
  15.  
  16.  
  17. <!-- IF S_TSMVT_ENABLE -->
  18.  
  19. <!-- BEGIN most_viewed -->
  20. <td valign="top"<!-- IF S_TSMRT_ENABLE --> style="padding-right:2px;"<!-- ENDIF -->>
  21.  
  22. <dl>
  23. <dt style="width:98%;">
  24. <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>
  25. <br class="clear" />
  26. <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>
  27. </dt>
  28. </dl>
  29. <span class="corners-bottom"><span></span></span></div>
  30.  
  31. </td>
  32. <!-- END most_viewed -->
  33.  
  34. <!-- ENDIF -->
  35. <!-- IF S_TSMRT_ENABLE -->
  36.  
  37.  
  38. <!-- BEGIN most_replied -->
  39. <td valign="top"<!-- IF S_TSMVT_ENABLE --> style="padding-left:2px;"<!-- ENDIF -->>
  40. <dl>
  41. <dt style="width:98%;">
  42. <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>
  43. <br class="clear" />
  44. <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>
  45. </dt>
  46. </dl>
  47. <span class="corners-bottom"><span></span></span></div>
  48.  
  49. </td>
  50. <!-- END most_replied -->
  51.  
  52.  
  53. <!-- ENDIF -->
  54.  
  55. <!-- ENDIF -->
  56.  
  57. <!-- IF S_TSMAU_ENABLE or S_TSMAF_ENABLE -->
  58. <!-- IF S_TSMAF_ENABLE -->
  59.  
  60.  
  61. <!-- BEGIN most_active_forums -->
  62. <td valign="top"<!-- IF S_TSMAU_ENABLE --> style="padding-left:2px;"<!-- ENDIF -->>
  63. <dl>
  64. <dt style="width:98%;">
  65. <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>
  66. <span style="float:right; font-size:1.1em;">{L_POSTS}: {most_active_forums.FORUM_POSTS}</span>
  67. </dt>
  68. </dl>
  69. <span class="corners-bottom"><span></span></span></div>
  70.  
  71. </td></tr>
  72. <!-- END most_active_forums -->
  73.  
  74.  
  75. <!-- ENDIF -->
  76.  
  77. <!-- ENDIF -->
  78.  
  79. <!-- IF S_TSLVB_ENABLE or S_TSLRU_ENABLE -->
  80.  
  81.  
  82. <!-- ENDIF -->
  83.  
  84.  
  85. <!-- END top_five_topic -->
  86.  
  87.  
  88.  
  89.  
  90. </tbody>
  91. </table>
  92. <span class="corners-bottom"><span></span></span>
  93.  
  94.  
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
<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 />&nbsp;&nbsp;{top_five_topic.USERNAME_FULL}&nbsp;&nbsp;{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>