| 1 | <table>
|
|---|
| 2 | <tr>
|
|---|
| 3 | <td colspan="5" align="{S_CONTENT_FLOW_END}"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><a class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF --> </td>
|
|---|
| 4 | </tr>
|
|---|
| 5 | </table>
|
|---|
| 6 | <table class="tablebg" cellspacing="1" width="100%">
|
|---|
| 7 | <tr>
|
|---|
| 8 | <th colspan="2"> {L_FORUM} </th>
|
|---|
| 9 | <th width="50"> {L_TOPICS} </th>
|
|---|
| 10 | <th width="50"> {L_POSTS} </th>
|
|---|
| 11 | <th> {L_LAST_POST} </th>
|
|---|
| 12 | </tr>
|
|---|
| 13 | <!-- BEGIN forumrow -->
|
|---|
| 14 | <!-- IF forumrow.S_IS_CAT -->
|
|---|
| 15 | <tr>
|
|---|
| 16 | <td class="cat" colspan="2"><h4><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h4></td>
|
|---|
| 17 | <td class="catdiv" colspan="3"> </td>
|
|---|
| 18 | </tr>
|
|---|
| 19 | <!-- ELSEIF forumrow.S_IS_LINK -->
|
|---|
| 20 | <tr>
|
|---|
| 21 | <td class="row1b" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
|
|---|
| 22 | <td class="row1">
|
|---|
| 23 | <!-- IF forumrow.FORUM_IMAGE -->
|
|---|
| 24 | <div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: {S_CONTENT_FLOW_BEGIN};">
|
|---|
| 25 | <!-- ENDIF -->
|
|---|
| 26 | <a class="forumlink" href="{forumrow.U_VIEWFORUM}" target="_blank">{forumrow.FORUM_NAME}</a>
|
|---|
| 27 | <p class="forumdesc">{forumrow.FORUM_DESC}</p>
|
|---|
| 28 | <!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
|
|---|
| 29 | </td>
|
|---|
| 30 | <!-- IF forumrow.CLICKS -->
|
|---|
| 31 | <td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
|
|---|
| 32 | <!-- ELSE -->
|
|---|
| 33 | <td class="row2" colspan="3" align="center"> </td>
|
|---|
| 34 | <!-- ENDIF -->
|
|---|
| 35 | </tr>
|
|---|
| 36 | <!-- ELSE -->
|
|---|
| 37 | <!-- IF forumrow.S_NO_CAT -->
|
|---|
| 38 | <tr>
|
|---|
| 39 | <td class="cat" colspan="2"><h4>{L_FORUM}</h4></td>
|
|---|
| 40 | <td class="catdiv" colspan="3"> </td>
|
|---|
| 41 | </tr>
|
|---|
| 42 | <!-- ENDIF -->
|
|---|
| 43 | <tr>
|
|---|
| 44 | <td class="row1b" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
|
|---|
| 45 | <td class="row1" width="100%">
|
|---|
| 46 | <!-- IF forumrow.FORUM_IMAGE -->
|
|---|
| 47 | <div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: {S_CONTENT_FLOW_BEGIN};">
|
|---|
| 48 | <!-- ENDIF -->
|
|---|
| 49 | <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
|
|---|
| 50 | <p class="forumdesc">{forumrow.FORUM_DESC}</p>
|
|---|
| 51 | <!-- IF forumrow.MODERATORS -->
|
|---|
| 52 | <p class="forumdesc">{forumrow.L_MODERATOR_STR}: {forumrow.MODERATORS}</p>
|
|---|
| 53 | <!-- ENDIF -->
|
|---|
| 54 | <!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
|
|---|
| 55 | <p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
|
|---|
| 56 | <!-- ENDIF -->
|
|---|
| 57 | <!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
|
|---|
| 58 | </td>
|
|---|
| 59 | <td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
|
|---|
| 60 | <td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
|
|---|
| 61 | <td class="row2" align="center" nowrap="nowrap">
|
|---|
| 62 | <!-- IF forumrow.LAST_POST_TIME -->
|
|---|
| 63 | <p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
|
|---|
| 64 | <p class="topicdetails">{forumrow.LAST_POSTER_FULL}
|
|---|
| 65 | <!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a><!-- ENDIF -->
|
|---|
| 66 | </p>
|
|---|
| 67 | <!-- ELSE -->
|
|---|
| 68 | <p class="topicdetails">{L_NO_POSTS}</p>
|
|---|
| 69 | <!-- ENDIF -->
|
|---|
| 70 | </td>
|
|---|
| 71 | </tr>
|
|---|
| 72 | <!-- ENDIF -->
|
|---|
| 73 | <!-- BEGINELSE -->
|
|---|
| 74 | <tr>
|
|---|
| 75 | <td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>
|
|---|
| 76 | </tr>
|
|---|
| 77 | <!-- END forumrow -->
|
|---|
| 78 | </table>
|
|---|