Skip to content

Commit

Permalink
Homepage|Forums: Reinstated forum status icons, numerous markup & sty…
Browse files Browse the repository at this point in the history
…le improvements

Revised implementation of forum status icons. The clickable area
was increased to cover the whole forum title and icon.

The main forum templates now produce a more semantically correct
document outline with appropriate article sections.

Various links were relocated to more appropriate places for better
grouping of related functionality.

Consolidated more styling rules.
  • Loading branch information
danij-deng committed Apr 24, 2014
1 parent e195e48 commit c66a8f5
Show file tree
Hide file tree
Showing 8 changed files with 128 additions and 120 deletions.
50 changes: 28 additions & 22 deletions web/forums/skin/template/forumlist_body.html
@@ -1,36 +1,41 @@
<!-- BEGIN forumrow -->
<!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT -->
</ol>
</ol>
</section>
<!-- ENDIF -->

<!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW or forumrow.S_NO_CAT -->
<ul class="block nobackground topiclist reslist">
<li class="forumrow header">
<h1><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->Subforums<!-- ENDIF --></h1>
<dl><dt></dt>
<dd class="exlcnt lastpost"><span>{L_LAST_POST}</span></dd>
<dd class="exlcnt posts" >{L_POSTS}</dd>
<dd class="exlcnt topics" >{L_TOPICS}</dd>
</dl>
</li>
</ul>
<ol class="block topiclist reslist">
<section>
<ul class="block nobackground topiclist reslist">
<li class="forumrow header">
<h3 class="expcol"><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->Subforums<!-- ENDIF --></h3>
<dl class="expcol"><dt></dt>
<dd class="exlcnt lastpost"><span>{L_LAST_POST}</span></dd>
<dd class="exlcnt posts" >{L_POSTS}</dd>
<dd class="exlcnt topics" >{L_TOPICS}</dd>
</dl>
</li>
</ul>
<ol class="block topiclist reslist">
<!-- ENDIF -->

<!-- IF not forumrow.S_IS_CAT -->
<li id="forum_{forumrow.FORUM_NAME}" class="forumrow">
<article>
<article class="forumitem<!-- IF forumrow.S_LOCKED_FORUM --> locked<!-- ENDIF --><!-- IF forumrow.S_UNREAD_FORUM > 0 --> unread<!-- ENDIF -->">
<header class="expcol" title="{forumrow.FORUM_FOLDER_IMG_ALT}">
<!-- 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 -->
<!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
<h2><a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a></h2><p>{forumrow.FORUM_DESC}</p>
<a href="{forumrow.U_VIEWFORUM}"><h4>{forumrow.FORUM_NAME}</h4><p>{forumrow.FORUM_DESC}</p></a>
<!-- IF forumrow.MODERATORS --><br />{forumrow.L_MODERATOR_STR}: {forumrow.MODERATORS}<!-- ENDIF -->
<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS --><em>{forumrow.L_SUBFORUM_STR}</em> {forumrow.SUBFORUMS}<!-- ENDIF -->
</header>
<!-- IF 0 -->
<dl class="forumrow icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat; background-position-x: 2px;">
<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
<ul class="subforums linklist leftside">
<!-- BEGIN subforum -->
<li><a href="{forumrow.subforum.U_SUBFORUM}" title="{forumrow.subforum.S_UNREAD}">{forumrow.subforum.SUBFORUM_NAME}</a></li>
<!-- END subforum -->
</ul>
<!-- ENDIF -->
<dl class="expcol icon">
</header>
<dl class="expcol">
<!-- IF forumrow.CLICKS -->
<dt>{L_REDIRECTS}</dt>
<dd class="exlcol redirect">{forumrow.CLICKS}</dd>
Expand All @@ -43,17 +48,18 @@ <h2><a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a
</span>
</dd>
<dt style="clear:both">posts.</dt>
<dd class="exlcol posts" >{forumrow.POSTS}</dd>
<dd class="exlcol posts" ><strong>{forumrow.POSTS}</strong></dd>
<dt>topics,</dt>
<dd class="exlcol topics" >{forumrow.TOPICS}</dd>
<dd class="exlcol topics" ><strong>{forumrow.TOPICS}</strong></dd>
<!-- ENDIF -->
</dl>
</article>
</li>
<!-- ENDIF -->

<!-- IF forumrow.S_LAST_ROW -->
</ol>
</ol>
</section>
<!-- ENDIF -->

<!-- BEGINELSE -->
Expand Down
28 changes: 16 additions & 12 deletions web/forums/skin/template/index_body.html
Expand Up @@ -3,25 +3,25 @@

<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->
<div class="block" role="navigation">
<ul class="linklist rightside">
<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
</ul>
<ul class="linklist leftside">
<!-- IF S_DISPLAY_SEARCH -->
<!-- IF S_USER_LOGGED_IN and not S_IS_BOT --><li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li><!-- ENDIF -->
<ul class="linklist leftside clearfix">
<!-- IF S_USER_LOGGED_IN --><li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li><!-- ENDIF -->
<!-- IF S_LOAD_UNREADS --><li><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a></li><!-- ENDIF -->
<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
<!-- IF S_USER_LOGGED_IN and not S_IS_BOT --><li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li><!-- ENDIF -->
</ul>
<br />
<ul class="linklist leftside">
<li><a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
</ul>
<!-- ENDIF -->
<ul class="linklist rightside">
<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
</ul>
</div>
<!-- ENDIF -->

<main>
<section>
<!-- INCLUDE forumlist_body.html -->
</section>

<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
<form method="post" action="{S_LOGIN_ACTION}" class="headerspace">
Expand Down Expand Up @@ -56,12 +56,16 @@ <h2>{L_BIRTHDAYS}</h2>
<p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p>
<!-- ENDIF -->

<!-- IF NEWEST_USER -->
<section class="statistics">
<h2>{L_STATISTICS}</h2>
<p>{TOTAL_POSTS} &bull; {TOTAL_TOPICS} &bull; {TOTAL_USERS}</p><p>{RECORD_USERS}</p><p>{NEWEST_USER}</p>
<ul class="linklist leftside">
<li>{TOTAL_POSTS}</li>
<li>{TOTAL_TOPICS}</li>
<li>{TOTAL_USERS}</li>
</ul>
<p>{RECORD_USERS}</p>
<!-- IF NEWEST_USER --><p>{NEWEST_USER}</p><!-- ENDIF -->
</section>
<!-- ENDIF -->
</div>
</main>

Expand Down
13 changes: 6 additions & 7 deletions web/forums/skin/template/overall_footer.html
@@ -1,14 +1,13 @@
<div id="forum-footer" class="block nobackground">
<section>
<div style="font-size:small">
<ul class="linklist rightside">
<li><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a> &bull; <!-- ENDIF --><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> &bull; <!-- ENDIF -->{S_TIMEZONE}</li>
<li>Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --></li>
<li>{S_TIMEZONE}</li>
<!-- IF not S_IS_BOT --><li><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a></li><!-- ENDIF -->
<li>Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --><!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --></li>
</ul>
</section>
</div>
</div>
</div>
</main>

<div id="bottom" accesskey="z" style="height:1px">
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
Expand Down
36 changes: 19 additions & 17 deletions web/forums/skin/template/overall_header.html
Expand Up @@ -116,34 +116,36 @@ <h1>Forums</h1>
<div id="contentbox2">
<!-- dengine.net window chrome BREAK -->

<div id="top" accesskey="t">
<main id="top" accesskey="t">
<div id="page-header" class="block" role="navigation">
<section><h1><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a><!-- BEGIN navlinks --><span class="separator">&#47;</span><a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></h1></section>
<h2><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a><!-- BEGIN navlinks --><span class="separator">&#47;</span><a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></h2>

<!-- IF $SHOW_CURRENT_TIME -->
<!-- IF S_USER_LOGGED_IN --><div class="rightside">{LAST_VISIT_DATE}</div><!-- ENDIF --><div class="leftside">{CURRENT_TIME}</div>
<div class="leftside">{CURRENT_TIME}</div>
<!-- IF S_USER_LOGGED_IN --><div class="rightside">{LAST_VISIT_DATE}</div><!-- ENDIF -->
<!-- ENDIF -->

<ul class="linklist rightside">
<li><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
<!-- IF not S_IS_BOT -->
<!-- IF S_DISPLAY_MEMBERLIST --><li><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
<!-- IF U_ACP --><li><a href="{U_ACP}">{L_ACP}</a></li><!-- ENDIF -->
<!-- ENDIF -->
</ul>
<!-- IF not S_IS_BOT -->
<!-- IF not S_IS_BOT -->
<ul class="linklist leftside">
<!-- IF S_USER_LOGGED_IN -->
<!-- IF S_USER_LOGGED_IN -->
<li>
<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{S_USER_NAME}</a>
<!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF -->
<!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF -->
</li>
<!-- IF U_RESTORE_PERMISSIONS --><li><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a></li><!-- ENDIF -->
<!-- ENDIF -->
<!-- IF U_RESTORE_PERMISSIONS --><li><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a></li><!-- ENDIF -->
<!-- ENDIF -->
<li><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li>
</ul>
<!-- ENDIF -->
<!-- ENDIF -->
<ul class="linklist rightside">
<!-- IF not S_IS_BOT -->
<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
<!-- IF U_TEAM --><li><a href="{U_TEAM}">{L_THE_TEAM}</a></li><!-- ENDIF -->
<!-- IF S_DISPLAY_MEMBERLIST --><li><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
<!-- ENDIF -->
<li><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
<!-- IF U_ACP and not S_IS_BOT --><li><a href="{U_ACP}">{L_ACP}</a></li><!-- ENDIF -->
</ul>
</div>

<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
Expand Down
10 changes: 5 additions & 5 deletions web/forums/skin/template/search_results.html
Expand Up @@ -46,9 +46,9 @@
<!-- IF .searchresults -->
<ul class="block nobackground topiclist reslist">
<li class="forumrow header">
<h1><!-- IF SEARCH_TITLE -->{SEARCH_TITLE} ({TOTAL_MATCHES})<!-- ELSE -->{SEARCH_MATCHES}<!-- ENDIF --><!-- IF SEARCH_WORDS -->: <a href="{U_SEARCH_WORDS}">{SEARCH_WORDS}</a><!-- ENDIF --></h1>
<h1 class="expcol"><!-- IF SEARCH_TITLE -->{SEARCH_TITLE} ({TOTAL_MATCHES})<!-- ELSE -->{SEARCH_MATCHES}<!-- ENDIF --><!-- IF SEARCH_WORDS -->: <a href="{U_SEARCH_WORDS}">{SEARCH_WORDS}</a><!-- ENDIF --></h1>
<!-- IF IGNORED_WORDS --> <p>{L_IGNORED_TERMS}: <strong>{IGNORED_WORDS}</strong></p><!-- ENDIF -->
<dl><dt></dt>
<dl class="expcol"><dt></dt>
<dd class="exlcnt lastpost"><span>{L_LAST_POST}</span></dd>
<dd class="exlcnt posts" >{L_REPLIES}</dd>
<dd class="exlcnt views" >{L_VIEWS}</dd>
Expand Down Expand Up @@ -79,11 +79,11 @@ <h2>
<!-- ENDIF -->
<dl class="expcol icon">
<dt></dt>
<dd class="exlcol lastpost"><!-- IF not S_IS_BOT --><a href="{searchresults.U_LAST_POST}">{LAST_POST_IMG} <span class="inlcnt">{L_LAST_POST}</span></a> <!-- ENDIF --><time datetime="{searchresults.LAST_POST_TIMEISO861}">{searchresults.LAST_POST_TIME}</time> {L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL}
<dd class="exlcol lastpost"><!-- IF not S_IS_BOT --><a href="{searchresults.U_LAST_POST}" title="{L_VIEW_LATEST_POST}">{LAST_POST_IMG} <span class="inlcnt">{L_LAST_POST}</span></a> <!-- ENDIF --><time datetime="{searchresults.LAST_POST_TIMEISO861}">{searchresults.LAST_POST_TIME}</time> {L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL}
<dt style="clear:both">replies.</dt>
<dd class="exlcol posts">{searchresults.TOPIC_REPLIES}</dd>
<dd class="exlcol posts"><strong>{searchresults.TOPIC_REPLIES}</strong></dd>
<dt>views,</dt>
<dd class="exlcol views">{searchresults.TOPIC_VIEWS}</dd>
<dd class="exlcol views"><strong>{searchresults.TOPIC_VIEWS}</strong></dd>
</dd>
</dl>
</article>
Expand Down
26 changes: 13 additions & 13 deletions web/forums/skin/template/viewforum_body.html
Expand Up @@ -2,15 +2,15 @@
<!-- INCLUDE overall_header.html -->

<!-- IF S_FORUM_RULES -->
<article><div class="rules block">
<div class="rules block">

<!-- IF U_FORUM_RULES -->
<a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a>
<!-- ELSE -->
{FORUM_RULES}
<!-- ENDIF -->

</div></article>
</div>
<!-- ENDIF -->

<!-- IF S_DISPLAY_POST_INFO or PAGINATION or TOTAL_POSTS or TOTAL_TOPICS or S_SELECT_SORT_DAYS -->
Expand Down Expand Up @@ -125,13 +125,15 @@ <h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED --

<!-- IF not topicrow.S_TOPIC_TYPE_SWITCH and not topicrow.S_FIRST_ROW -->
</ol>
</section>
<!-- ENDIF -->

<!-- IF topicrow.S_FIRST_ROW or not topicrow.S_TOPIC_TYPE_SWITCH -->
<section>
<ul class="block nobackground topiclist reslist <!-- IF topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) --> announcement<!-- ENDIF -->">
<li class="forumrow header">
<h1><!-- IF S_DISPLAY_ACTIVE -->{L_ACTIVE_TOPICS}<!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) -->{L_ANNOUNCEMENTS}<!-- ELSE --><!-- IF TOTAL_TOPICS -->{TOTAL_TOPICS}<!-- ELSE -->{L_TOPICS}<!-- ENDIF --><!-- ENDIF --></h1>
<dl><dt></dt>
<h3 class="expcol"><!-- IF S_DISPLAY_ACTIVE -->{L_ACTIVE_TOPICS}<!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) -->{L_ANNOUNCEMENTS}<!-- ELSE --><!-- IF TOTAL_TOPICS -->{TOTAL_TOPICS}<!-- ELSE -->{L_TOPICS}<!-- ENDIF --><!-- ENDIF --></h3>
<dl class="expcol"><dt></dt>
<dd class="exlcnt lastpost"><span>{L_LAST_POST}</span></dd>
<dd class="exlcnt posts" >{L_REPLIES}</dd>
<dd class="exlcnt views" >{L_VIEWS}</dd>
Expand All @@ -145,31 +147,29 @@ <h1><!-- IF S_DISPLAY_ACTIVE -->{L_ACTIVE_TOPICS}<!-- ELSEIF topicrow.S_TOPIC_TY
<article>
<header class="expcol" <!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
<!-- IF topicrow.PAGINATION --><strong class="pagination"><span>{topicrow.PAGINATION}</span></strong><!-- ENDIF -->
<h2><!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}#topic">{topicrow.TOPIC_TITLE}</a></h2>
<h4><!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}#topic">{topicrow.TOPIC_TITLE}</a></h4>
<p>
<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->
<!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF -->
{topicrow.FIRST_POST_TIME} {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL}
</p>
</header>
<!-- IF 0 -->
<dl class="forumrow icon" style="background-image: url({topicrow.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
<!-- ENDIF -->
<dl class="expcol icon">
<dt></dt>
<dd class="exlcol lastpost"><!-- IF not S_IS_BOT --><a href="{topicrow.U_LAST_POST}" title="{L_VIEW_LATEST_POST}">{LAST_POST_IMG} <span class="inlcnt">{L_LAST_POST}</span></a> <!-- ENDIF --><time datetime="{topicrow.LAST_POST_TIMEISO861}">{topicrow.LAST_POST_TIME}</time> {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}</span>
<dt style="clear:both">replies.</dt>
<dd class="exlcol posts" >{topicrow.REPLIES}</dd>
<dd class="exlcol posts" ><strong>{topicrow.REPLIES}</strong></dd>
<dt>views,</dt>
<dd class="exlcol views" >{topicrow.VIEWS}</dd>
<dd class="exlcol views" ><strong>{topicrow.VIEWS}</strong></dd>
</dd>
</dl>
</article>
</li>

<!-- IF topicrow.S_LAST_ROW -->
</ol>
</ol>
</section>
<!-- ENDIF -->

<!-- BEGINELSE -->
Expand Down Expand Up @@ -197,14 +197,14 @@ <h2><!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWES
<!-- INCLUDE jumpbox.html -->
<!-- IF S_DISPLAY_ONLINE_LIST -->
<section class="whoisonline">
<h1><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></h1>
<h3><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></h3>
<p>{LOGGED_IN_USER_LIST}</p>
</section>
<!-- ENDIF -->

<!-- IF S_DISPLAY_POST_INFO -->
<section class="forumpermissions">
<h1>{L_FORUM_PERMISSIONS}</h1>
<h3>{L_FORUM_PERMISSIONS}</h3>
<p><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></p>
</section>
<!-- ENDIF -->
Expand Down

0 comments on commit c66a8f5

Please sign in to comment.