| 1 | <!-- INCLUDE overall_header.html -->
 | 
|---|
| 2 | 
 | 
|---|
| 3 | <!-- IF S_FORUM_RULES -->
 | 
|---|
| 4 |         <div class="forumrules">
 | 
|---|
| 5 |                 <!-- IF U_FORUM_RULES -->
 | 
|---|
| 6 |                         <h3>{L_FORUM_RULES}</h3><br />
 | 
|---|
| 7 |                         <a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a>
 | 
|---|
| 8 |                 <!-- ELSE -->
 | 
|---|
| 9 |                         <h3>{L_FORUM_RULES}</h3><br />
 | 
|---|
| 10 |                         {FORUM_RULES}
 | 
|---|
| 11 |                 <!-- ENDIF -->
 | 
|---|
| 12 |         </div>
 | 
|---|
| 13 | 
 | 
|---|
| 14 |         <br clear="all" />
 | 
|---|
| 15 | <!-- ENDIF -->
 | 
|---|
| 16 | 
 | 
|---|
| 17 | <div id="pageheader">
 | 
|---|
| 18 |         <h2>{TOPIC_TITLE}</h2>
 | 
|---|
| 19 | 
 | 
|---|
| 20 | <!-- IF MODERATORS -->
 | 
|---|
| 21 |         <p class="moderators"><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->: {MODERATORS}</p>
 | 
|---|
| 22 | <!-- ENDIF -->
 | 
|---|
| 23 | <!-- IF U_MCP -->
 | 
|---|
| 24 |         <p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
 | 
|---|
| 25 | <!-- ENDIF -->
 | 
|---|
| 26 | </div>
 | 
|---|
| 27 | 
 | 
|---|
| 28 | <br clear="all" /><br />
 | 
|---|
| 29 | 
 | 
|---|
| 30 | <div id="pagecontent">
 | 
|---|
| 31 | 
 | 
|---|
| 32 |         <table width="100%" cellspacing="1">
 | 
|---|
| 33 |         <tr>
 | 
|---|
| 34 |                 <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
 | 
|---|
| 35 |                 <!-- IF not S_IS_BOT -->
 | 
|---|
| 36 |                         <!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a> <!-- ENDIF -->
 | 
|---|
| 37 |                         <!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a><!-- ENDIF -->
 | 
|---|
| 38 |                 <!-- ENDIF -->
 | 
|---|
| 39 |                 </td>
 | 
|---|
| 40 |                 <!-- IF TOTAL_POSTS -->
 | 
|---|
| 41 |                         <td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
 | 
|---|
| 42 |                         <td class="gensmall" nowrap="nowrap"> [ {TOTAL_POSTS} ] </td>
 | 
|---|
| 43 |                         <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
 | 
|---|
| 44 |                 <!-- ENDIF -->
 | 
|---|
| 45 |         </tr>
 | 
|---|
| 46 |         </table>
 | 
|---|
| 47 | 
 | 
|---|
| 48 |         <table class="tablebg" width="100%" cellspacing="1">
 | 
|---|
| 49 |         <tr>
 | 
|---|
| 50 |                 <td class="cat">
 | 
|---|
| 51 |                         <table width="100%" cellspacing="0">
 | 
|---|
| 52 |                         <tr>
 | 
|---|
| 53 |                                 <td class="nav" nowrap="nowrap"> 
 | 
|---|
| 54 |                                 <!-- IF not S_IS_BOT -->
 | 
|---|
| 55 |                                         <!-- IF U_WATCH_TOPIC --><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC or U_BOOKMARK_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
 | 
|---|
| 56 |                                         <!-- IF U_BOOKMARK_TOPIC --><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
 | 
|---|
| 57 |                                         <!-- IF U_PRINT_TOPIC --><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a><!-- IF U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
 | 
|---|
| 58 |                                         <!-- IF U_EMAIL_TOPIC --><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a><!-- IF U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
 | 
|---|
| 59 |                                         <!-- IF U_BUMP_TOPIC --><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a><!-- ENDIF -->
 | 
|---|
| 60 |                                 <!-- ENDIF -->
 | 
|---|
| 61 |                                 </td>
 | 
|---|
| 62 |                                 <td class="nav" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a><!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --> | <a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a><!-- ENDIF --> | <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> </td>
 | 
|---|
| 63 |                         </tr>
 | 
|---|
| 64 |                         </table>
 | 
|---|
| 65 |                 </td>
 | 
|---|
| 66 |         </tr>
 | 
|---|
| 67 | <!-- IF S_HAS_POLL -->
 | 
|---|
| 68 |         <tr>
 | 
|---|
| 69 |                 <td class="row2" colspan="2" align="center"><br clear="all" />
 | 
|---|
| 70 | 
 | 
|---|
| 71 |                         <form method="post" action="{S_POLL_ACTION}">
 | 
|---|
| 72 | 
 | 
|---|
| 73 |                         <table cellspacing="0" cellpadding="4" border="0" align="center">
 | 
|---|
| 74 |                         <tr>
 | 
|---|
| 75 |                                 <td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span><br /><span class="gensmall">{L_POLL_LENGTH}</span></td>
 | 
|---|
| 76 |                         </tr>
 | 
|---|
| 77 |                         <tr>
 | 
|---|
| 78 |                                 <td align="{S_CONTENT_FLOW_BEGIN}">
 | 
|---|
| 79 |                                         <table cellspacing="0" cellpadding="2" border="0">
 | 
|---|
| 80 |                                 <!-- BEGIN poll_option -->
 | 
|---|
| 81 |                                         <tr>
 | 
|---|
| 82 |                                         <!-- IF S_CAN_VOTE -->
 | 
|---|
| 83 |                                                 <td>
 | 
|---|
| 84 |                                                         <!-- IF S_IS_MULTI_CHOICE -->
 | 
|---|
| 85 |                                                                 <input type="checkbox" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
 | 
|---|
| 86 |                                                         <!-- ELSE -->
 | 
|---|
| 87 |                                                                 <input type="radio" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
 | 
|---|
| 88 |                                                         <!-- ENDIF -->
 | 
|---|
| 89 |                                                 </td>
 | 
|---|
| 90 |                                         <!-- ENDIF -->
 | 
|---|
| 91 |                                                 <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
 | 
|---|
| 92 |                                                 <!-- IF S_DISPLAY_RESULTS -->
 | 
|---|
| 93 |                                                         <td dir="ltr">{POLL_LEFT_CAP_IMG}{poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG}</td>
 | 
|---|
| 94 |                                                         <td class="gen" align="{S_CONTENT_FLOW_END}"><b> {poll_option.POLL_OPTION_PERCENT} </b></td>
 | 
|---|
| 95 |                                                         <td class="gen" align="center">[ {poll_option.POLL_OPTION_RESULT} ]</td>
 | 
|---|
| 96 |                                                         <!-- IF poll_option.POLL_OPTION_VOTED -->
 | 
|---|
| 97 |                                                                 <td class="gensmall" valign="top"><b title="{L_POLL_VOTED_OPTION}">x</b></td>
 | 
|---|
| 98 |                                                         <!-- ENDIF -->
 | 
|---|
| 99 |                                                 <!-- ENDIF -->
 | 
|---|
| 100 |                                         </tr>
 | 
|---|
| 101 |                                 <!-- END poll_option -->
 | 
|---|
| 102 |                                         </table>
 | 
|---|
| 103 |                                 </td>
 | 
|---|
| 104 |                         </tr>
 | 
|---|
| 105 |                 <!-- IF S_CAN_VOTE -->
 | 
|---|
| 106 |                         <tr>
 | 
|---|
| 107 |                                 <td align="center"><span class="gensmall">{L_MAX_VOTES}</span><br /><br /><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="btnlite" /></td>
 | 
|---|
| 108 |                         </tr>
 | 
|---|
| 109 |                 <!-- ENDIF -->
 | 
|---|
| 110 |                 <!-- IF S_DISPLAY_RESULTS -->
 | 
|---|
| 111 |                         <tr>
 | 
|---|
| 112 |                                 <td class="gensmall" colspan="4" align="center"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></td>
 | 
|---|
| 113 |                         </tr>
 | 
|---|
| 114 |                 <!-- ELSE -->
 | 
|---|
| 115 |                         <tr>
 | 
|---|
| 116 |                                 <td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></b></span></td>
 | 
|---|
| 117 |                         </tr>
 | 
|---|
| 118 |                 <!-- ENDIF -->
 | 
|---|
| 119 |                         </table>
 | 
|---|
| 120 |                         {S_HIDDEN_FIELDS}
 | 
|---|
| 121 |                         
 | 
|---|
| 122 |                         </form>
 | 
|---|
| 123 |                         
 | 
|---|
| 124 |                 </td>
 | 
|---|
| 125 |         </tr>
 | 
|---|
| 126 | <!-- ENDIF -->
 | 
|---|
| 127 |         </table>
 | 
|---|
| 128 | 
 | 
|---|
| 129 | <!-- BEGIN postrow -->
 | 
|---|
| 130 |         <table class="tablebg" width="100%" cellspacing="1">
 | 
|---|
| 131 |         <!-- IF postrow.S_FIRST_ROW -->
 | 
|---|
| 132 |                 <tr>
 | 
|---|
| 133 |                         <th>{L_AUTHOR}</th>
 | 
|---|
| 134 |                         <th>{L_MESSAGE}</th>
 | 
|---|
| 135 |                 </tr>
 | 
|---|
| 136 |         <!-- ENDIF -->
 | 
|---|
| 137 |         <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
 | 
|---|
| 138 | 
 | 
|---|
| 139 |         <!-- IF postrow.S_IGNORE_POST -->
 | 
|---|
| 140 |                         <td class="gensmall" colspan="2" height="25" align="center"><!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>{postrow.L_IGNORE_POST}</td>
 | 
|---|
| 141 |         <!-- ELSE -->
 | 
|---|
| 142 | 
 | 
|---|
| 143 |                         <td align="center" valign="middle">
 | 
|---|
| 144 |                                 <!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>
 | 
|---|
| 145 |                                 <b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</b>
 | 
|---|
| 146 |                         </td>
 | 
|---|
| 147 |                         <td width="100%" height="25">
 | 
|---|
| 148 |                                 <table width="100%" cellspacing="0">
 | 
|---|
| 149 |                                 <tr>
 | 
|---|
| 150 |                                 <!-- IF postrow.POST_ICON_IMG -->
 | 
|---|
| 151 |                                         <td><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" title="" /></td>
 | 
|---|
| 152 |                                 <!-- ENDIF -->
 | 
|---|
| 153 |                                         <td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};"> <b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE} </div></td>
 | 
|---|
| 154 |                                 </tr>
 | 
|---|
| 155 |                                 </table>
 | 
|---|
| 156 |                         </td>
 | 
|---|
| 157 |                 </tr>
 | 
|---|
| 158 |                 
 | 
|---|
| 159 |                 <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
 | 
|---|
| 160 | 
 | 
|---|
| 161 |                         <td valign="top" class="profile">
 | 
|---|
| 162 |                                 <table cellspacing="4" align="center" width="150">
 | 
|---|
| 163 |                         <!-- IF postrow.ONLINE_IMG -->
 | 
|---|
| 164 |                                 <tr>
 | 
|---|
| 165 |                                         <td>{postrow.ONLINE_IMG}</td>
 | 
|---|
| 166 |                                 </tr>
 | 
|---|
| 167 |                         <!-- ENDIF -->
 | 
|---|
| 168 |                         
 | 
|---|
| 169 | 
 | 
|---|
| 170 |                         <!-- IF postrow.RANK_TITLE -->
 | 
|---|
| 171 |                                 <tr>
 | 
|---|
| 172 |                                         <td class="postdetails">{postrow.RANK_TITLE}</td>
 | 
|---|
| 173 |                                 </tr>
 | 
|---|
| 174 |                         <!-- ENDIF -->
 | 
|---|
| 175 |                         <!-- IF postrow.RANK_IMG -->
 | 
|---|
| 176 |                                 <tr>
 | 
|---|
| 177 |                                         <td>{postrow.RANK_IMG}</td>
 | 
|---|
| 178 |                                 </tr>
 | 
|---|
| 179 |                         <!-- ENDIF -->
 | 
|---|
| 180 |                         <!-- IF postrow.POSTER_AVATAR -->
 | 
|---|
| 181 |                                 <tr>
 | 
|---|
| 182 |                                         <td>{postrow.POSTER_AVATAR}</td>
 | 
|---|
| 183 |                                 </tr>
 | 
|---|
| 184 |                         <!-- ENDIF -->
 | 
|---|
| 185 | <tr>
 | 
|---|
| 186 | <td>
 | 
|---|
| 187 | <!-- IF postrow.U_PM -->
 | 
|---|
| 188 | <a href="{postrow.U_PM}">{PM_IMG}</a> 
 | 
|---|
| 189 | <!-- ENDIF --> 
 | 
|---|
| 190 | <!-- IF postrow.U_EMAIL -->
 | 
|---|
| 191 |  <a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> 
 | 
|---|
| 192 | <!-- ENDIF -->
 | 
|---|
| 193 | <!-- IF postrow.U_WWW -->
 | 
|---|
| 194 |  <a href="{postrow.U_WWW}">{WWW_IMG}</a> 
 | 
|---|
| 195 | <!-- ENDIF -->
 | 
|---|
| 196 | <!-- IF postrow.U_MSN -->
 | 
|---|
| 197 |  <a href="{postrow.U_MSN}">{MSN_IMG}</a> 
 | 
|---|
| 198 | <!-- ENDIF -->
 | 
|---|
| 199 | <!-- IF postrow.U_ICQ -->
 | 
|---|
| 200 |  <a href="{postrow.U_ICQ}">{ICQ_IMG}</a> 
 | 
|---|
| 201 | <!-- ENDIF -->
 | 
|---|
| 202 | <!-- IF postrow.U_YIM -->
 | 
|---|
| 203 |  <a href="{postrow.U_YIM}">{YIM_IMG}</a> 
 | 
|---|
| 204 | <!-- ENDIF -->
 | 
|---|
| 205 | <!-- IF postrow.U_AIM -->
 | 
|---|
| 206 |  <a href="{postrow.U_AIM}">{AIM_IMG}</a> 
 | 
|---|
| 207 | <!-- ENDIF -->
 | 
|---|
| 208 | <!-- IF postrow.U_JABBER -->
 | 
|---|
| 209 |  <a href="{postrow.U_JABBER}">{JABBER_IMG}</a> 
 | 
|---|
| 210 | <!-- ENDIF -->
 | 
|---|
| 211 | <!-- IF postrow.U_PROFILE -->
 | 
|---|
| 212 |  <a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> 
 | 
|---|
| 213 | <!-- ENDIF --> 
 | 
|---|
| 214 | </td>
 | 
|---|
| 215 | </tr>
 | 
|---|
| 216 |                                 </table>
 | 
|---|
| 217 | 
 | 
|---|
| 218 |                                 <span class="postdetails">
 | 
|---|
| 219 |                                         <!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
 | 
|---|
| 220 |                                         <!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
 | 
|---|
| 221 |                                         <!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->
 | 
|---|
| 222 | 
 | 
|---|
| 223 |                                         <!-- IF postrow.S_PROFILE_FIELD1 -->
 | 
|---|
| 224 |                                                 <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
 | 
|---|
| 225 |                                                 <br /><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}
 | 
|---|
| 226 |                                         <!-- ENDIF -->
 | 
|---|
| 227 | 
 | 
|---|
| 228 |                                         <!-- BEGIN custom_fields -->
 | 
|---|
| 229 |                                                 <br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
 | 
|---|
| 230 |                                         <!-- END custom_fields -->
 | 
|---|
| 231 |                                 </span>
 | 
|---|
| 232 | 
 | 
|---|
| 233 |                         </td>
 | 
|---|
| 234 |                         <td valign="top">
 | 
|---|
| 235 |                                 <table width="100%" cellspacing="5">
 | 
|---|
| 236 |                                 <tr>
 | 
|---|
| 237 |                                         <td>
 | 
|---|
| 238 |                                         <!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
 | 
|---|
| 239 |                                                 <table width="100%" cellspacing="0">
 | 
|---|
| 240 |                                                 <tr>
 | 
|---|
| 241 |                                                         <td class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></td>
 | 
|---|
| 242 |                                                 </tr>
 | 
|---|
| 243 |                                                 </table>
 | 
|---|
| 244 | 
 | 
|---|
| 245 |                                                 <br clear="all" />
 | 
|---|
| 246 |                                         <!-- ENDIF -->
 | 
|---|
| 247 | 
 | 
|---|
| 248 |                                                 <div class="postbody">{postrow.MESSAGE}</div>
 | 
|---|
| 249 | 
 | 
|---|
| 250 |                                         <!-- IF postrow.S_HAS_ATTACHMENTS -->
 | 
|---|
| 251 |                                                 <br clear="all" /><br />
 | 
|---|
| 252 | 
 | 
|---|
| 253 |                                                 <table class="tablebg" width="100%" cellspacing="1">
 | 
|---|
| 254 |                                                 <tr>
 | 
|---|
| 255 |                                                         <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
 | 
|---|
| 256 |                                                 </tr>
 | 
|---|
| 257 |                                                 <!-- BEGIN attachment -->
 | 
|---|
| 258 |                                                         <tr>
 | 
|---|
| 259 |                                                                 <!-- IF postrow.attachment.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td>
 | 
|---|
| 260 |                                                         </tr>
 | 
|---|
| 261 |                                                 <!-- END attachment -->
 | 
|---|
| 262 |                                                 </table>
 | 
|---|
| 263 |                                         <!-- ENDIF -->
 | 
|---|
| 264 | 
 | 
|---|
| 265 |                                         <!-- IF postrow.S_DISPLAY_NOTICE -->
 | 
|---|
| 266 |                                                 <span class="gensmall error"><br /><br />{L_DOWNLOAD_NOTICE}</span>
 | 
|---|
| 267 |                                         <!-- ENDIF -->
 | 
|---|
| 268 |                                         <!-- IF postrow.SIGNATURE -->
 | 
|---|
| 269 |                                                 <span class="postbody"><br />_________________<br />{postrow.SIGNATURE}</span>
 | 
|---|
| 270 |                                         <!-- ENDIF -->
 | 
|---|
| 271 | 
 | 
|---|
| 272 |                                         <!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
 | 
|---|
| 273 |                                                 <!-- IF postrow.EDIT_REASON -->
 | 
|---|
| 274 |                                                         <br /><br />
 | 
|---|
| 275 |                                                         <table class="tablebg" width="100%" cellspacing="1">
 | 
|---|
| 276 |                                                         <tr>
 | 
|---|
| 277 |                                                                 <td class="row3"><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
 | 
|---|
| 278 |                                                         </tr>
 | 
|---|
| 279 |                                                         <tr>
 | 
|---|
| 280 |                                                                 <td class="row2"><span class="genmed">{postrow.EDIT_REASON}</span></td>
 | 
|---|
| 281 |                                                         </tr>
 | 
|---|
| 282 |                                                         </table>
 | 
|---|
| 283 |                                                 <!-- ELSE -->
 | 
|---|
| 284 |                                                         <br /><br />
 | 
|---|
| 285 |                                                         <span class="gensmall">{postrow.EDITED_MESSAGE}</span>
 | 
|---|
| 286 |                                                 <!-- ENDIF -->
 | 
|---|
| 287 |                                         <!-- ENDIF -->
 | 
|---|
| 288 | 
 | 
|---|
| 289 |                                         <!-- IF postrow.BUMPED_MESSAGE -->
 | 
|---|
| 290 |                                                 <span class="gensmall">{postrow.BUMPED_MESSAGE}</span>
 | 
|---|
| 291 |                                         <!-- ENDIF -->
 | 
|---|
| 292 | 
 | 
|---|
| 293 |                                         <!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->
 | 
|---|
| 294 | 
 | 
|---|
| 295 |                                                 <table width="100%" cellspacing="0">
 | 
|---|
| 296 |                                                 <tr valign="middle">
 | 
|---|
| 297 |                                                         <td class="gensmall" align="{S_CONTENT_FLOW_END}">
 | 
|---|
| 298 |                                                         <!-- IF not S_IS_BOT -->
 | 
|---|
| 299 |                                                                 <!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF --> 
 | 
|---|
| 300 |                                                                 <!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF --> 
 | 
|---|
| 301 |                                                                 <!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF --> 
 | 
|---|
| 302 |                                                                 <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
 | 
|---|
| 303 |                                                         <!-- ENDIF -->
 | 
|---|
| 304 |                                                         </td>
 | 
|---|
| 305 |                                                 </tr>
 | 
|---|
| 306 |                                                 </table>
 | 
|---|
| 307 |                                         </td>
 | 
|---|
| 308 |                                 </tr>
 | 
|---|
| 309 |                                 </table>
 | 
|---|
| 310 |                         </td>
 | 
|---|
| 311 |                 </tr>
 | 
|---|
| 312 | 
 | 
|---|
| 313 |                 <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
 | 
|---|
| 314 | 
 | 
|---|
| 315 |                         <td class="profile"><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong></td>
 | 
|---|
| 316 |                         <td><div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF not S_IS_BOT --><!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- ENDIF --> </div></td>
 | 
|---|
| 317 |                 </tr>
 | 
|---|
| 318 | 
 | 
|---|
| 319 |         <!-- ENDIF -->
 | 
|---|
| 320 |         </table>
 | 
|---|
| 321 |         <br/>
 | 
|---|
| 322 | <!-- END postrow -->
 | 
|---|
| 323 | 
 | 
|---|
| 324 |         <table width="100%" cellspacing="1" class="tablebg">
 | 
|---|
| 325 |         <tr align="center">
 | 
|---|
| 326 |                 <td class="cat"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form></td>
 | 
|---|
| 327 |         </tr>
 | 
|---|
| 328 |         </table>
 | 
|---|
| 329 | 
 | 
|---|
| 330 |         <table width="100%" cellspacing="1">
 | 
|---|
| 331 |         <tr>
 | 
|---|
| 332 |                 <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
 | 
|---|
| 333 |                 <!-- IF not S_IS_BOT -->
 | 
|---|
| 334 |                         <!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a> <!-- ENDIF -->
 | 
|---|
| 335 |                         <!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a><!-- ENDIF -->
 | 
|---|
| 336 |                 <!-- ENDIF -->
 | 
|---|
| 337 |                 </td>
 | 
|---|
| 338 |                 <!-- IF TOTAL_POSTS -->
 | 
|---|
| 339 |                         <td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
 | 
|---|
| 340 |                         <td class="gensmall" nowrap="nowrap"> [ {TOTAL_POSTS} ] </td>
 | 
|---|
| 341 |                         <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
 | 
|---|
| 342 |                 <!-- ENDIF -->
 | 
|---|
| 343 |         </tr>
 | 
|---|
| 344 |         </table>
 | 
|---|
| 345 | 
 | 
|---|
| 346 | </div>
 | 
|---|
| 347 | 
 | 
|---|
| 348 | <div id="pagefooter"></div>
 | 
|---|
| 349 | 
 | 
|---|
| 350 | <br clear="all" />
 | 
|---|
| 351 | 
 | 
|---|
| 352 | <!-- INCLUDE breadcrumbs.html -->
 | 
|---|
| 353 | 
 | 
|---|
| 354 | <!-- IF S_DISPLAY_ONLINE_LIST -->
 | 
|---|
| 355 |         <br clear="all" />
 | 
|---|
| 356 | 
 | 
|---|
| 357 |         <table class="tablebg" width="100%" cellspacing="1">
 | 
|---|
| 358 |         <tr>
 | 
|---|
| 359 |                 <td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td>
 | 
|---|
| 360 |         </tr>
 | 
|---|
| 361 |         <tr>
 | 
|---|
| 362 |                 <td class="row1"><p class="gensmall">{LOGGED_IN_USER_LIST}</p></td>
 | 
|---|
| 363 |         </tr>
 | 
|---|
| 364 |         </table>
 | 
|---|
| 365 | <!-- ENDIF -->
 | 
|---|
| 366 | 
 | 
|---|
| 367 | <br clear="all" />
 | 
|---|
| 368 | 
 | 
|---|
| 369 | <table width="100%" cellspacing="1">
 | 
|---|
| 370 | <tr>
 | 
|---|
| 371 |         <td width="40%" valign="top" nowrap="nowrap" align="{S_CONTENT_FLOW_BEGIN}"><!-- IF S_TOPIC_MOD --><form method="post" action="{S_MOD_ACTION}"><span class="gensmall">{L_QUICK_MOD}:</span> {S_TOPIC_MOD} <input class="btnlite" type="submit" value="{L_GO}" /></form><!-- ENDIF --></td>
 | 
|---|
| 372 |         <td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>
 | 
|---|
| 373 | </tr>
 | 
|---|
| 374 | </table>
 | 
|---|
| 375 | 
 | 
|---|
| 376 | <br clear="all" />
 | 
|---|
| 377 | 
 | 
|---|
| 378 | <table width="100%" cellspacing="0">
 | 
|---|
| 379 | <tr>
 | 
|---|
| 380 |         <td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td>
 | 
|---|
| 381 |         <td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>
 | 
|---|
| 382 | </tr>
 | 
|---|
| 383 | </table>
 | 
|---|
| 384 | 
 | 
|---|
| 385 | <!-- INCLUDE overall_footer.html -->
 | 
|---|