| 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>
|
|---|
| 7 | <a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a>
|
|---|
| 8 | <!-- ELSE -->
|
|---|
| 9 | <h3>{L_FORUM_RULES}</h3>
|
|---|
| 10 | {FORUM_RULES}
|
|---|
| 11 | <!-- ENDIF -->
|
|---|
| 12 | </div>
|
|---|
| 13 |
|
|---|
| 14 | <br clear="all" />
|
|---|
| 15 | <!-- ENDIF -->
|
|---|
| 16 |
|
|---|
| 17 | <!-- IF S_DISPLAY_ACTIVE -->
|
|---|
| 18 | <table class="tablebg" width="100%" cellspacing="1">
|
|---|
| 19 | <tr>
|
|---|
| 20 | <td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><span class="nav">{L_ACTIVE_TOPICS}</span></td>
|
|---|
| 21 | </tr>
|
|---|
| 22 |
|
|---|
| 23 | <tr>
|
|---|
| 24 | <!-- IF S_TOPIC_ICONS -->
|
|---|
| 25 | <th colspan="3"> {L_TOPICS} </th>
|
|---|
| 26 | <!-- ELSE -->
|
|---|
| 27 | <th colspan="2"> {L_TOPICS} </th>
|
|---|
| 28 | <!-- ENDIF -->
|
|---|
| 29 | <th> {L_AUTHOR} </th>
|
|---|
| 30 | <th> {L_REPLIES} </th>
|
|---|
| 31 | <th> {L_VIEWS} </th>
|
|---|
| 32 | <th> {L_LAST_POST} </th>
|
|---|
| 33 | </tr>
|
|---|
| 34 |
|
|---|
| 35 | <!-- BEGIN topicrow -->
|
|---|
| 36 |
|
|---|
| 37 | <tr>
|
|---|
| 38 | <td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
|
|---|
| 39 | <!-- IF S_TOPIC_ICONS -->
|
|---|
| 40 | <td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ENDIF --></td>
|
|---|
| 41 | <!-- ENDIF -->
|
|---|
| 42 | <td class="row1">
|
|---|
| 43 | <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
|
|---|
| 44 | {topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}"class="topictitle">{topicrow.TOPIC_TITLE}</a>
|
|---|
| 45 | <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
|
|---|
| 46 | <a href="{topicrow.U_MCP_QUEUE}">{UNAPPROVED_IMG}</a>
|
|---|
| 47 | <!-- ENDIF -->
|
|---|
| 48 | <!-- IF topicrow.S_TOPIC_REPORTED -->
|
|---|
| 49 | <a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a>
|
|---|
| 50 | <!-- ENDIF -->
|
|---|
| 51 | <!-- IF topicrow.PAGINATION -->
|
|---|
| 52 | <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p>
|
|---|
| 53 | <!-- ENDIF -->
|
|---|
| 54 | </td>
|
|---|
| 55 | <td class="row2" width="130" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>
|
|---|
| 56 | <td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
|
|---|
| 57 | <td class="row2" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>
|
|---|
| 58 | <td class="row1" width="140" align="center">
|
|---|
| 59 | <p class="topicdetails" style="white-space: nowrap;">{topicrow.LAST_POST_TIME}</p>
|
|---|
| 60 | <p class="topicdetails">{topicrow.LAST_POST_AUTHOR_FULL}
|
|---|
| 61 | <!-- IF not S_IS_BOT --><a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a><!-- ENDIF -->
|
|---|
| 62 | </p>
|
|---|
| 63 | </td>
|
|---|
| 64 | </tr>
|
|---|
| 65 |
|
|---|
| 66 | <!-- BEGINELSE -->
|
|---|
| 67 |
|
|---|
| 68 | <tr>
|
|---|
| 69 | <!-- IF S_TOPIC_ICONS -->
|
|---|
| 70 | <td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
|
|---|
| 71 | <!-- ELSE -->
|
|---|
| 72 | <td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
|
|---|
| 73 | <!-- ENDIF -->
|
|---|
| 74 | </tr>
|
|---|
| 75 | <!-- END topicrow -->
|
|---|
| 76 |
|
|---|
| 77 | <tr align="center">
|
|---|
| 78 | <td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"> </td>
|
|---|
| 79 | </tr>
|
|---|
| 80 | </table>
|
|---|
| 81 |
|
|---|
| 82 | <br clear="all" />
|
|---|
| 83 | <!-- ENDIF -->
|
|---|
| 84 |
|
|---|
| 85 | <!-- IF S_HAS_SUBFORUM -->
|
|---|
| 86 | <!-- INCLUDE forumlist_body.html -->
|
|---|
| 87 | <br clear="all" />
|
|---|
| 88 | <!-- ENDIF -->
|
|---|
| 89 |
|
|---|
| 90 | <!-- IF S_IS_POSTABLE or S_NO_READ_ACCESS -->
|
|---|
| 91 | <div id="pageheader">
|
|---|
| 92 | <h2><a class="titles" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2>
|
|---|
| 93 |
|
|---|
| 94 | <!-- IF MODERATORS -->
|
|---|
| 95 | <p class="moderators"><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->: {MODERATORS}</p>
|
|---|
| 96 | <!-- ENDIF -->
|
|---|
| 97 | <!-- IF U_MCP -->
|
|---|
| 98 | <p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
|
|---|
| 99 | <!-- ENDIF -->
|
|---|
| 100 | </div>
|
|---|
| 101 |
|
|---|
| 102 | <br clear="all" /><br />
|
|---|
| 103 | <!-- ENDIF -->
|
|---|
| 104 |
|
|---|
| 105 | <div id="pagecontent">
|
|---|
| 106 |
|
|---|
| 107 | <!-- IF S_NO_READ_ACCESS -->
|
|---|
| 108 | <table class="tablebg" width="100%" cellspacing="1">
|
|---|
| 109 | <tr>
|
|---|
| 110 | <td class="row1" height="30" align="center" valign="middle"><span class="gen">{L_NO_READ_ACCESS}</span></td>
|
|---|
| 111 | </tr>
|
|---|
| 112 | </table>
|
|---|
| 113 |
|
|---|
| 114 | <!-- IF not S_USER_LOGGED_IN -->
|
|---|
| 115 |
|
|---|
| 116 | <br /><br />
|
|---|
| 117 |
|
|---|
| 118 | <form method="post" action="{S_LOGIN_ACTION}">
|
|---|
| 119 |
|
|---|
| 120 | <table class="tablebg" width="100%" cellspacing="1">
|
|---|
| 121 | <tr>
|
|---|
| 122 | <td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td>
|
|---|
| 123 | </tr>
|
|---|
| 124 | <tr>
|
|---|
| 125 | <td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /><!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
|
|---|
| 126 | </tr>
|
|---|
| 127 | </table>
|
|---|
| 128 |
|
|---|
| 129 | </form>
|
|---|
| 130 |
|
|---|
| 131 | <!-- ENDIF -->
|
|---|
| 132 |
|
|---|
| 133 | <br clear="all" />
|
|---|
| 134 | <!-- ENDIF -->
|
|---|
| 135 |
|
|---|
| 136 | <!-- IF S_DISPLAY_POST_INFO or TOTAL_TOPICS -->
|
|---|
| 137 | <table width="100%" cellspacing="1">
|
|---|
| 138 | <tr>
|
|---|
| 139 | <!-- IF S_DISPLAY_POST_INFO and not S_IS_BOT -->
|
|---|
| 140 | <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td>
|
|---|
| 141 | <!-- ENDIF -->
|
|---|
| 142 | <!-- IF TOTAL_TOPICS -->
|
|---|
| 143 | <td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
|
|---|
| 144 | <td class="gensmall" nowrap="nowrap"> [ {TOTAL_TOPICS} ] </td>
|
|---|
| 145 | <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
|
|---|
| 146 | <!-- ENDIF -->
|
|---|
| 147 | </tr>
|
|---|
| 148 | </table>
|
|---|
| 149 | <!-- ENDIF -->
|
|---|
| 150 |
|
|---|
| 151 | <!-- IF not S_DISPLAY_ACTIVE and (S_IS_POSTABLE or .topicrow) -->
|
|---|
| 152 | <table class="tablebg" width="100%" cellspacing="1">
|
|---|
| 153 | <tr>
|
|---|
| 154 | <td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->">
|
|---|
| 155 | <table width="100%" cellspacing="0">
|
|---|
| 156 | <tr class="nav">
|
|---|
| 157 | <td valign="middle"> <!-- IF S_WATCH_FORUM_LINK and not S_IS_BOT --><a href="{S_WATCH_FORUM_LINK}">{S_WATCH_FORUM_TITLE}</a><!-- ENDIF --></td>
|
|---|
| 158 | <td align="{S_CONTENT_FLOW_END}" valign="middle"><!-- IF not S_IS_BOT and U_MARK_TOPICS --><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a><!-- ENDIF --> </td>
|
|---|
| 159 | </tr>
|
|---|
| 160 | </table>
|
|---|
| 161 | </td>
|
|---|
| 162 | </tr>
|
|---|
| 163 |
|
|---|
| 164 | <tr>
|
|---|
| 165 | <!-- IF S_TOPIC_ICONS -->
|
|---|
| 166 | <th colspan="3"> {L_TOPICS} </th>
|
|---|
| 167 | <!-- ELSE -->
|
|---|
| 168 | <th colspan="2"> {L_TOPICS} </th>
|
|---|
| 169 | <!-- ENDIF -->
|
|---|
| 170 | <th> {L_AUTHOR} </th>
|
|---|
| 171 | <th> {L_REPLIES} </th>
|
|---|
| 172 | <th> {L_VIEWS} </th>
|
|---|
| 173 | <th> {L_LAST_POST} </th>
|
|---|
| 174 | </tr>
|
|---|
| 175 |
|
|---|
| 176 | <!-- BEGIN topicrow -->
|
|---|
| 177 |
|
|---|
| 178 | <!-- IF topicrow.S_TOPIC_TYPE_SWITCH eq 1 -->
|
|---|
| 179 | <tr>
|
|---|
| 180 | <td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_ANNOUNCEMENTS}</b></td>
|
|---|
| 181 | </tr>
|
|---|
| 182 | <!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH eq 0 -->
|
|---|
| 183 | <tr>
|
|---|
| 184 | <td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_TOPICS}</b></td>
|
|---|
| 185 | </tr>
|
|---|
| 186 | <!-- ENDIF -->
|
|---|
| 187 |
|
|---|
| 188 | <tr>
|
|---|
| 189 | <td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
|
|---|
| 190 | <!-- IF S_TOPIC_ICONS -->
|
|---|
| 191 | <td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ENDIF --></td>
|
|---|
| 192 | <!-- ENDIF -->
|
|---|
| 193 | <td class="row1">
|
|---|
| 194 | <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
|
|---|
| 195 | {topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
|
|---|
| 196 | <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
|
|---|
| 197 | <a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a>
|
|---|
| 198 | <!-- ENDIF -->
|
|---|
| 199 | <!-- IF topicrow.S_TOPIC_REPORTED -->
|
|---|
| 200 | <a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a>
|
|---|
| 201 | <!-- ENDIF -->
|
|---|
| 202 | <!-- IF topicrow.PAGINATION -->
|
|---|
| 203 | <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p>
|
|---|
| 204 | <!-- ENDIF -->
|
|---|
| 205 | </td>
|
|---|
| 206 | <td class="row2" width="130" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>
|
|---|
| 207 | <td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
|
|---|
| 208 | <td class="row2" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>
|
|---|
| 209 | <td class="row1" width="140" align="center">
|
|---|
| 210 | <p class="topicdetails" style="white-space: nowrap;">{topicrow.LAST_POST_TIME}</p>
|
|---|
| 211 | <p class="topicdetails">{topicrow.LAST_POST_AUTHOR_FULL}
|
|---|
| 212 | <!-- IF not S_IS_BOT --><a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a><!-- ENDIF -->
|
|---|
| 213 | </p>
|
|---|
| 214 | </td>
|
|---|
| 215 | </tr>
|
|---|
| 216 |
|
|---|
| 217 | <!-- BEGINELSE -->
|
|---|
| 218 | <!-- IF S_IS_POSTABLE -->
|
|---|
| 219 | <tr>
|
|---|
| 220 | <!-- IF S_TOPIC_ICONS -->
|
|---|
| 221 | <td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
|
|---|
| 222 | <!-- ELSE -->
|
|---|
| 223 | <td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
|
|---|
| 224 | <!-- ENDIF -->
|
|---|
| 225 | </tr>
|
|---|
| 226 | <!-- ENDIF -->
|
|---|
| 227 | <!-- END topicrow -->
|
|---|
| 228 |
|
|---|
| 229 | <!-- IF not S_IS_BOT -->
|
|---|
| 230 | <tr align="center">
|
|---|
| 231 | <!-- IF S_TOPIC_ICONS -->
|
|---|
| 232 | <td class="cat" colspan="7">
|
|---|
| 233 | <!-- ELSE -->
|
|---|
| 234 | <td class="cat" colspan="6">
|
|---|
| 235 | <!-- ENDIF -->
|
|---|
| 236 | <form method="post" action="{S_FORUM_ACTION}"><span class="gensmall">{L_DISPLAY_TOPICS}:</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" name="sort" value="{L_GO}" /></form>
|
|---|
| 237 | </td>
|
|---|
| 238 | </tr>
|
|---|
| 239 | <!-- ENDIF -->
|
|---|
| 240 | </table>
|
|---|
| 241 | <!-- ENDIF -->
|
|---|
| 242 |
|
|---|
| 243 | <!-- IF S_DISPLAY_POST_INFO or TOTAL_TOPICS -->
|
|---|
| 244 | <table width="100%" cellspacing="1">
|
|---|
| 245 | <tr>
|
|---|
| 246 | <!-- IF S_DISPLAY_POST_INFO and not S_IS_BOT -->
|
|---|
| 247 | <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td>
|
|---|
| 248 | <!-- ENDIF -->
|
|---|
| 249 | <!-- IF TOTAL_TOPICS -->
|
|---|
| 250 | <td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
|
|---|
| 251 | <td class="gensmall" nowrap="nowrap"> [ {TOTAL_TOPICS} ] </td>
|
|---|
| 252 | <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
|
|---|
| 253 | <!-- ENDIF -->
|
|---|
| 254 | </tr>
|
|---|
| 255 | </table>
|
|---|
| 256 | <!-- ENDIF -->
|
|---|
| 257 |
|
|---|
| 258 | <br clear="all" />
|
|---|
| 259 | </div>
|
|---|
| 260 |
|
|---|
| 261 | <!-- INCLUDE breadcrumbs.html -->
|
|---|
| 262 |
|
|---|
| 263 | <!-- IF S_DISPLAY_ONLINE_LIST -->
|
|---|
| 264 | <br clear="all" />
|
|---|
| 265 |
|
|---|
| 266 | <table class="tablebg" width="100%" cellspacing="1">
|
|---|
| 267 | <tr>
|
|---|
| 268 | <td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td>
|
|---|
| 269 | </tr>
|
|---|
| 270 | <tr>
|
|---|
| 271 | <td class="row1"><p class="gensmall">{LOGGED_IN_USER_LIST}</p></td>
|
|---|
| 272 | </tr>
|
|---|
| 273 | </table>
|
|---|
| 274 | <!-- ENDIF -->
|
|---|
| 275 |
|
|---|
| 276 | <!-- IF S_DISPLAY_POST_INFO -->
|
|---|
| 277 | <br clear="all" />
|
|---|
| 278 |
|
|---|
| 279 | <table width="100%" cellspacing="0">
|
|---|
| 280 | <tr>
|
|---|
| 281 | <td align="{S_CONTENT_FLOW_BEGIN}" valign="top">
|
|---|
| 282 | <table cellspacing="3" cellpadding="0" border="0">
|
|---|
| 283 | <tr>
|
|---|
| 284 | <td width="20" style="text-align: center;">{FOLDER_NEW_IMG}</td>
|
|---|
| 285 | <td class="gensmall">{L_NEW_POSTS}</td>
|
|---|
| 286 | <td> </td>
|
|---|
| 287 | <td width="20" style="text-align: center;">{FOLDER_IMG}</td>
|
|---|
| 288 | <td class="gensmall">{L_NO_NEW_POSTS}</td>
|
|---|
| 289 | <td> </td>
|
|---|
| 290 | <td width="20" style="text-align: center;">{FOLDER_ANNOUNCE_IMG}</td>
|
|---|
| 291 | <td class="gensmall">{L_ICON_ANNOUNCEMENT}</td>
|
|---|
| 292 | </tr>
|
|---|
| 293 | <tr>
|
|---|
| 294 | <td style="text-align: center;">{FOLDER_HOT_NEW_IMG}</td>
|
|---|
| 295 | <td class="gensmall">{L_NEW_POSTS_HOT}</td>
|
|---|
| 296 | <td> </td>
|
|---|
| 297 | <td style="text-align: center;">{FOLDER_HOT_IMG}</td>
|
|---|
| 298 | <td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
|
|---|
| 299 | <td> </td>
|
|---|
| 300 | <td style="text-align: center;">{FOLDER_STICKY_IMG}</td>
|
|---|
| 301 | <td class="gensmall">{L_ICON_STICKY}</td>
|
|---|
| 302 | </tr>
|
|---|
| 303 | <tr>
|
|---|
| 304 | <td style="text-align: center;">{FOLDER_LOCKED_NEW_IMG}</td>
|
|---|
| 305 | <td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
|
|---|
| 306 | <td> </td>
|
|---|
| 307 | <td style="text-align: center;">{FOLDER_LOCKED_IMG}</td>
|
|---|
| 308 | <td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
|
|---|
| 309 | <td> </td>
|
|---|
| 310 | <td style="text-align: center;">{FOLDER_MOVED_IMG}</td>
|
|---|
| 311 | <td class="gensmall">{L_TOPIC_MOVED}</td>
|
|---|
| 312 | </tr>
|
|---|
| 313 | </table>
|
|---|
| 314 | </td>
|
|---|
| 315 | <td align="{S_CONTENT_FLOW_END}"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>
|
|---|
| 316 | </tr>
|
|---|
| 317 | </table>
|
|---|
| 318 | <!-- ENDIF -->
|
|---|
| 319 |
|
|---|
| 320 | <br clear="all" />
|
|---|
| 321 |
|
|---|
| 322 | <table width="100%" cellspacing="0">
|
|---|
| 323 | <tr>
|
|---|
| 324 | <td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td>
|
|---|
| 325 | <td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>
|
|---|
| 326 | </tr>
|
|---|
| 327 | </table>
|
|---|
| 328 |
|
|---|
| 329 | <!-- INCLUDE overall_footer.html -->
|
|---|