| 1 |
|
|---|
| 2 | <!-- BEGIN forumrow -->
|
|---|
| 3 | <!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT -->
|
|---|
| 4 | </ul>
|
|---|
| 5 |
|
|---|
| 6 | <span class="corners-bottom"><span></span></span></div>
|
|---|
| 7 | </div>
|
|---|
| 8 | <!-- ENDIF -->
|
|---|
| 9 |
|
|---|
| 10 | <!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW or forumrow.S_NO_CAT -->
|
|---|
| 11 | <div class="forabg">
|
|---|
| 12 | <div class="inner"><span class="corners-top"><span></span></span>
|
|---|
| 13 | <ul class="topiclist">
|
|---|
| 14 | <li class="header">
|
|---|
| 15 | <dl class="icon">
|
|---|
| 16 | <dt><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></dt>
|
|---|
| 17 | <dd class="topics">{L_TOPICS}</dd>
|
|---|
| 18 | <dd class="posts">{L_POSTS}</dd>
|
|---|
| 19 | <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
|
|---|
| 20 | </dl>
|
|---|
| 21 | </li>
|
|---|
| 22 | </ul>
|
|---|
| 23 | <ul class="topiclist forums">
|
|---|
| 24 | <!-- ENDIF -->
|
|---|
| 25 |
|
|---|
| 26 | <!-- IF not forumrow.S_IS_CAT -->
|
|---|
| 27 | <li class="row">
|
|---|
| 28 | <dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
|
|---|
| 29 | <dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
|
|---|
| 30 | <!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --><!-- <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a> --><!-- ENDIF -->
|
|---|
| 31 |
|
|---|
| 32 | <!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
|
|---|
| 33 | <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
|
|---|
| 34 | {forumrow.FORUM_DESC}
|
|---|
| 35 | <!-- IF forumrow.MODERATORS -->
|
|---|
| 36 | <br /><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}
|
|---|
| 37 | <!-- ENDIF -->
|
|---|
| 38 | <!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS --><br /><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}<!-- ENDIF -->
|
|---|
| 39 | </dt>
|
|---|
| 40 | <!-- IF forumrow.CLICKS -->
|
|---|
| 41 | <dd class="redirect"><span>{L_REDIRECTS}: {forumrow.CLICKS}</span></dd>
|
|---|
| 42 | <!-- ELSEIF not forumrow.S_IS_LINK -->
|
|---|
| 43 | <dd class="topics">{forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
|
|---|
| 44 | <dd class="posts">{forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
|
|---|
| 45 | <dd class="lastpost"><span>
|
|---|
| 46 | <!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a><!-- ENDIF -->
|
|---|
| 47 | <!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn> {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
|
|---|
| 48 | <!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<br /> <!-- ENDIF --></span>
|
|---|
| 49 | </dd>
|
|---|
| 50 | <!-- ENDIF -->
|
|---|
| 51 | </dl>
|
|---|
| 52 | </li>
|
|---|
| 53 | <!-- ENDIF -->
|
|---|
| 54 |
|
|---|
| 55 | <!-- IF forumrow.S_LAST_ROW -->
|
|---|
| 56 | </ul>
|
|---|
| 57 |
|
|---|
| 58 | <span class="corners-bottom"><span></span></span></div>
|
|---|
| 59 | </div>
|
|---|
| 60 | <!-- ENDIF -->
|
|---|
| 61 |
|
|---|
| 62 | <!-- BEGINELSE -->
|
|---|
| 63 | <div class="panel">
|
|---|
| 64 | <div class="inner"><span class="corners-top"><span></span></span>
|
|---|
| 65 | <strong>{L_NO_FORUMS}</strong>
|
|---|
| 66 | <span class="corners-bottom"><span></span></span></div>
|
|---|
| 67 | </div>
|
|---|
| 68 | <!-- END forumrow -->
|
|---|