Файл: forsoc.ru/cache/twig/a9/a9136d11fed4a1c88cf818cb74a4fac25fe8aa0c82b99b0c379b53ee8e0727c6.php
Строк: 1393
<?php
/* viewforum_body.html */
class __TwigTemplate_32d8855f225cb33d2d5736e804d48eef546cc0e5500a19fd26f323ac87874c17 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
$location = "overall_header.html";
$namespace = false;
if (strpos($location, '@') === 0) {
$namespace = substr($location, 1, strpos($location, '/') - 1);
$previous_look_up_order = $this->env->getNamespaceLookUpOrder();
$this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
}
$this->loadTemplate("overall_header.html", "viewforum_body.html", 1)->display($context);
if ($namespace) {
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
}
// line 2
// line 3
echo "<h2 class="forum-title">";
$previous_look_up_order = $this->env->getNamespaceLookUpOrder();
$this->env->setNamespaceLookUpOrder(array('alg_ForumSponsor', '__main__'));
$this->env->loadTemplate('@alg_ForumSponsor/event/viewforum_forum_name_prepend.html')->display($context);
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
echo "<a href="";
echo (isset($context["U_VIEW_FORUM"]) ? $context["U_VIEW_FORUM"] : null);
echo "">";
echo (isset($context["FORUM_NAME"]) ? $context["FORUM_NAME"] : null);
echo "</a>";
echo "</h2>
";
// line 4
// line 5
if ((((isset($context["FORUM_DESC"]) ? $context["FORUM_DESC"] : null) || (isset($context["MODERATORS"]) ? $context["MODERATORS"] : null)) || (isset($context["U_MCP"]) ? $context["U_MCP"] : null))) {
// line 6
echo "<div>
t<!-- NOTE: remove the style="display: none" when you want to have the forum description on the forum body -->
t";
// line 8
if ((isset($context["FORUM_DESC"]) ? $context["FORUM_DESC"] : null)) {
echo "<div style="display: none !important;">";
echo (isset($context["FORUM_DESC"]) ? $context["FORUM_DESC"] : null);
echo "<br /></div>";
}
// line 9
echo "t";
if ((isset($context["MODERATORS"]) ? $context["MODERATORS"] : null)) {
echo "<p><strong>";
if ((isset($context["S_SINGLE_MODERATOR"]) ? $context["S_SINGLE_MODERATOR"] : null)) {
echo $this->env->getExtension('phpbb')->lang("MODERATOR");
} else {
echo $this->env->getExtension('phpbb')->lang("MODERATORS");
}
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</strong> ";
echo (isset($context["MODERATORS"]) ? $context["MODERATORS"] : null);
echo "</p>";
}
// line 10
echo "</div>
";
}
// line 12
echo "
";
// line 13
if ((isset($context["S_FORUM_RULES"]) ? $context["S_FORUM_RULES"] : null)) {
// line 14
echo "t<div class="rules";
if ((isset($context["U_FORUM_RULES"]) ? $context["U_FORUM_RULES"] : null)) {
echo " rules-link";
}
echo "">
tt<div class="inner">
tt";
// line 17
if ((isset($context["U_FORUM_RULES"]) ? $context["U_FORUM_RULES"] : null)) {
// line 18
echo "ttt<a href="";
echo (isset($context["U_FORUM_RULES"]) ? $context["U_FORUM_RULES"] : null);
echo "">";
echo $this->env->getExtension('phpbb')->lang("FORUM_RULES");
echo "</a>
tt";
} else {
// line 20
echo "ttt<strong>";
echo $this->env->getExtension('phpbb')->lang("FORUM_RULES");
echo "</strong><br />
ttt";
// line 21
echo (isset($context["FORUM_RULES"]) ? $context["FORUM_RULES"] : null);
echo "
tt";
}
// line 23
echo "
tt</div>
t</div>
";
}
// line 27
echo "
";
// line 28
if ((isset($context["S_HAS_SUBFORUM"]) ? $context["S_HAS_SUBFORUM"] : null)) {
// line 29
if (( !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null) && (isset($context["U_MARK_FORUMS"]) ? $context["U_MARK_FORUMS"] : null))) {
// line 30
echo "t<div class="action-bar compact">
tt<a href="";
// line 31
echo (isset($context["U_MARK_FORUMS"]) ? $context["U_MARK_FORUMS"] : null);
echo "" class="mark-read rightside" data-ajax="mark_forums_read">";
echo $this->env->getExtension('phpbb')->lang("MARK_SUBFORUMS_READ");
echo "</a>
t</div>
";
}
// line 34
echo "t";
$location = "forumlist_body.html";
$namespace = false;
if (strpos($location, '@') === 0) {
$namespace = substr($location, 1, strpos($location, '/') - 1);
$previous_look_up_order = $this->env->getNamespaceLookUpOrder();
$this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
}
$this->loadTemplate("forumlist_body.html", "viewforum_body.html", 34)->display($context);
if ($namespace) {
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
}
}
// line 36
echo "
";
// line 37
if (((((isset($context["S_DISPLAY_POST_INFO"]) ? $context["S_DISPLAY_POST_INFO"] : null) || twig_length_filter($this->env, $this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "pagination", array()))) || (isset($context["TOTAL_POSTS"]) ? $context["TOTAL_POSTS"] : null)) || (isset($context["TOTAL_TOPICS"]) ? $context["TOTAL_TOPICS"] : null))) {
// line 38
echo "t<div class="action-bar top">
t";
// line 40
if (( !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null) && (isset($context["S_DISPLAY_POST_INFO"]) ? $context["S_DISPLAY_POST_INFO"] : null))) {
// line 41
echo "tt<div class="buttons">
ttt";
// line 42
// line 43
echo "
ttt<a href="";
// line 44
echo (isset($context["U_POST_NEW_TOPIC"]) ? $context["U_POST_NEW_TOPIC"] : null);
echo "" class="button icon-button ";
if ((isset($context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
echo "locked-icon";
} else {
echo "post-icon";
}
echo "" title="";
if ((isset($context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
echo $this->env->getExtension('phpbb')->lang("FORUM_LOCKED");
} else {
echo $this->env->getExtension('phpbb')->lang("POST_TOPIC");
}
echo "">
tttt";
// line 45
if ((isset($context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
echo $this->env->getExtension('phpbb')->lang("BUTTON_FORUM_LOCKED");
} else {
echo $this->env->getExtension('phpbb')->lang("BUTTON_NEW_TOPIC");
}
// line 46
echo "ttt</a>
ttt";
// line 48
// line 49
echo "tt</div>
t";
}
// line 51
echo "
t";
// line 52
if ((isset($context["S_DISPLAY_SEARCHBOX"]) ? $context["S_DISPLAY_SEARCHBOX"] : null)) {
// line 53
echo "tt<div class="search-box" role="search">
ttt<form method="get" id="forum-search" action="";
// line 54
echo (isset($context["S_SEARCHBOX_ACTION"]) ? $context["S_SEARCHBOX_ACTION"] : null);
echo "">
ttt<fieldset>
tttt<input class="inputbox search tiny" type="search" name="keywords" id="search_keywords" size="20" placeholder="";
// line 56
echo $this->env->getExtension('phpbb')->lang("SEARCH_FORUM");
echo "" />
tttt<button class="button icon-button search-icon" type="submit" title="";
// line 57
echo $this->env->getExtension('phpbb')->lang("SEARCH");
echo "">";
echo $this->env->getExtension('phpbb')->lang("SEARCH");
echo "</button>
tttt<a href="";
// line 58
echo (isset($context["U_SEARCH"]) ? $context["U_SEARCH"] : null);
echo "" class="button icon-button search-adv-icon" title="";
echo $this->env->getExtension('phpbb')->lang("SEARCH_ADV");
echo "">";
echo $this->env->getExtension('phpbb')->lang("SEARCH_ADV");
echo "</a>
tttt";
// line 59
echo (isset($context["S_SEARCH_LOCAL_HIDDEN_FIELDS"]) ? $context["S_SEARCH_LOCAL_HIDDEN_FIELDS"] : null);
echo "
ttt</fieldset>
ttt</form>
tt</div>
t";
}
// line 64
echo "
t<div class="pagination">
tt";
// line 66
if ((( !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null) && (isset($context["U_MARK_TOPICS"]) ? $context["U_MARK_TOPICS"] : null)) && twig_length_filter($this->env, $this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "topicrow", array())))) {
echo "<a href="";
echo (isset($context["U_MARK_TOPICS"]) ? $context["U_MARK_TOPICS"] : null);
echo "" class="mark" accesskey="m" data-ajax="mark_topics_read">";
echo $this->env->getExtension('phpbb')->lang("MARK_TOPICS_READ");
echo "</a> • ";
}
// line 67
echo "tt";
echo (isset($context["TOTAL_TOPICS"]) ? $context["TOTAL_TOPICS"] : null);
echo "
tt";
// line 68
if (twig_length_filter($this->env, $this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "pagination", array()))) {
// line 69
echo "ttt";
$location = "pagination.html";
$namespace = false;
if (strpos($location, '@') === 0) {
$namespace = substr($location, 1, strpos($location, '/') - 1);
$previous_look_up_order = $this->env->getNamespaceLookUpOrder();
$this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
}
$this->loadTemplate("pagination.html", "viewforum_body.html", 69)->display($context);
if ($namespace) {
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
}
// line 70
echo "tt";
} else {
// line 71
echo "ttt• ";
echo (isset($context["PAGE_NUMBER"]) ? $context["PAGE_NUMBER"] : null);
echo "
tt";
}
// line 73
echo "t</div>
t</div>
";
}
// line 77
echo "
";
// line 78
if ((isset($context["S_NO_READ_ACCESS"]) ? $context["S_NO_READ_ACCESS"] : null)) {
// line 79
echo "
t<div class="panel">
tt<div class="inner">
tt<strong>";
// line 82
echo $this->env->getExtension('phpbb')->lang("NO_READ_ACCESS");
echo "</strong>
tt</div>
t</div>
t";
// line 86
if (( !(isset($context["S_USER_LOGGED_IN"]) ? $context["S_USER_LOGGED_IN"] : null) && !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null))) {
// line 87
echo "
tt<form action="";
// line 88
echo (isset($context["S_LOGIN_ACTION"]) ? $context["S_LOGIN_ACTION"] : null);
echo "" method="post">
tt<div class="panel">
ttt<div class="inner">
ttt<div class="content">
tttt<h3><a href="";
// line 94
echo (isset($context["U_LOGIN_LOGOUT"]) ? $context["U_LOGIN_LOGOUT"] : null);
echo "">";
echo $this->env->getExtension('phpbb')->lang("LOGIN_LOGOUT");
echo "</a>";
if ((isset($context["S_REGISTER_ENABLED"]) ? $context["S_REGISTER_ENABLED"] : null)) {
echo " • <a href="";
echo (isset($context["U_REGISTER"]) ? $context["U_REGISTER"] : null);
echo "">";
echo $this->env->getExtension('phpbb')->lang("REGISTER");
echo "</a>";
}
echo "</h3>
tttt<fieldset class="fields1">
tttt<dl>
ttttt<dt><label for="username">";
// line 98
echo $this->env->getExtension('phpbb')->lang("USERNAME");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label></dt>
ttttt<dd><input type="text" tabindex="1" name="username" id="username" size="25" value="";
// line 99
echo (isset($context["USERNAME"]) ? $context["USERNAME"] : null);
echo "" class="inputbox autowidth" /></dd>
tttt</dl>
tttt<dl>
ttttt<dt><label for="password">";
// line 102
echo $this->env->getExtension('phpbb')->lang("PASSWORD");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo "</label></dt>
ttttt<dd><input type="password" tabindex="2" id="password" name="password" size="25" class="inputbox autowidth" autocomplete="off" /></dd>
ttttt";
// line 104
if ((isset($context["S_AUTOLOGIN_ENABLED"]) ? $context["S_AUTOLOGIN_ENABLED"] : null)) {
echo "<dd><label for="autologin"><input type="checkbox" name="autologin" id="autologin" tabindex="3" /> ";
echo $this->env->getExtension('phpbb')->lang("LOG_ME_IN");
echo "</label></dd>";
}
// line 105
echo "ttttt<dd><label for="viewonline"><input type="checkbox" name="viewonline" id="viewonline" tabindex="4" /> ";
echo $this->env->getExtension('phpbb')->lang("HIDE_ME");
echo "</label></dd>
tttt</dl>
tttt<dl>
ttttt<dt> </dt>
ttttt<dd><input type="submit" name="login" tabindex="5" value="";
// line 109
echo $this->env->getExtension('phpbb')->lang("LOGIN");
echo "" class="button1" /></dd>
tttt</dl>
tttt";
// line 111
echo (isset($context["S_LOGIN_REDIRECT"]) ? $context["S_LOGIN_REDIRECT"] : null);
echo "
tttt</fieldset>
ttt</div>
ttt</div>
tt</div>
tt</form>
t";
}
// line 121
echo "
";
}
// line 123
echo "
";
// line 124
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "topicrow", array()));
$context['_iterated'] = false;
foreach ($context['_seq'] as $context["_key"] => $context["topicrow"]) {
// line 125
echo "
t";
// line 126
if (( !$this->getAttribute($context["topicrow"], "S_TOPIC_TYPE_SWITCH", array()) && !$this->getAttribute($context["topicrow"], "S_FIRST_ROW", array()))) {
// line 127
echo "tt</ul>
tt</div>
t</div>
t";
}
// line 131
echo "
t";
// line 132
if (($this->getAttribute($context["topicrow"], "S_FIRST_ROW", array()) || !$this->getAttribute($context["topicrow"], "S_TOPIC_TYPE_SWITCH", array()))) {
// line 133
echo "tt<div class="forumbg";
if (($this->getAttribute($context["topicrow"], "S_TOPIC_TYPE_SWITCH", array()) && ($this->getAttribute($context["topicrow"], "S_POST_ANNOUNCE", array()) || $this->getAttribute($context["topicrow"], "S_POST_GLOBAL", array())))) {
echo " announcement";
}
echo "">
tt<div class="inner">
tt<ul class="topiclist">
ttt<li class="header">
tttt<dl class="icon">
ttttt<dt";
// line 138
if ((isset($context["S_DISPLAY_ACTIVE"]) ? $context["S_DISPLAY_ACTIVE"] : null)) {
echo " id="active_topics"";
}
echo "><div class="list-inner">";
if ((isset($context["S_DISPLAY_ACTIVE"]) ? $context["S_DISPLAY_ACTIVE"] : null)) {
echo $this->env->getExtension('phpbb')->lang("ACTIVE_TOPICS");
} elseif (($this->getAttribute($context["topicrow"], "S_TOPIC_TYPE_SWITCH", array()) && ($this->getAttribute($context["topicrow"], "S_POST_ANNOUNCE", array()) || $this->getAttribute($context["topicrow"], "S_POST_GLOBAL", array())))) {
echo $this->env->getExtension('phpbb')->lang("ANNOUNCEMENTS");
} else {
echo $this->env->getExtension('phpbb')->lang("TOPICS");
}
echo "</div></dt>
ttttt<dd class="posts">";
// line 139
echo $this->env->getExtension('phpbb')->lang("REPLIES");
echo "</dd>
ttttt<dd class="views">";
// line 140
echo $this->env->getExtension('phpbb')->lang("VIEWS");
echo "</dd>
ttttt<dd class="lastpost"><span>";
// line 141
echo $this->env->getExtension('phpbb')->lang("LAST_POST");
echo "</span></dd>
tttt</dl>
ttt</li>
tt</ul>
tt<ul class="topiclist topics">
t";
}
// line 147
echo "
tt<li class="row";
// line 148
if (($this->getAttribute($context["topicrow"], "S_ROW_COUNT", array()) % 2 == 0)) {
echo " bg1";
} else {
echo " bg2";
}
if ($this->getAttribute($context["topicrow"], "S_POST_GLOBAL", array())) {
echo " global-announce";
}
if ($this->getAttribute($context["topicrow"], "S_POST_ANNOUNCE", array())) {
echo " announce";
}
if ($this->getAttribute($context["topicrow"], "S_POST_STICKY", array())) {
echo " sticky";
}
if ($this->getAttribute($context["topicrow"], "S_TOPIC_REPORTED", array())) {
echo " reported";
}
echo "">
ttt<dl class="icon ";
// line 149
echo $this->getAttribute($context["topicrow"], "TOPIC_IMG_STYLE", array());
echo "">
tttt<dt";
// line 150
if (($this->getAttribute($context["topicrow"], "TOPIC_ICON_IMG", array()) && (isset($context["S_TOPIC_ICONS"]) ? $context["S_TOPIC_ICONS"] : null))) {
echo " style="background-image: url(";
echo (isset($context["T_ICONS_PATH"]) ? $context["T_ICONS_PATH"] : null);
echo $this->getAttribute($context["topicrow"], "TOPIC_ICON_IMG", array());
echo "); background-repeat: no-repeat;"";
}
echo " title="";
echo $this->getAttribute($context["topicrow"], "TOPIC_FOLDER_IMG_ALT", array());
echo "">
ttttt";
// line 151
if (($this->getAttribute($context["topicrow"], "S_UNREAD_TOPIC", array()) && !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null))) {
echo "<a href="";
echo $this->getAttribute($context["topicrow"], "U_NEWEST_POST", array());
echo "" class="icon-link"></a>";
}
// line 152
echo "ttttt<div class="list-inner">
tttttt";
// line 153
// line 154
echo "tttttt";
if (($this->getAttribute($context["topicrow"], "S_UNREAD_TOPIC", array()) && !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null))) {
echo "<a href="";
echo $this->getAttribute($context["topicrow"], "U_NEWEST_POST", array());
echo "">";
echo (isset($context["NEWEST_POST_IMG"]) ? $context["NEWEST_POST_IMG"] : null);
echo "</a> ";
}
echo "<a href="";
echo $this->getAttribute($context["topicrow"], "U_VIEW_TOPIC", array());
echo "" class="topictitle">";
echo $this->getAttribute($context["topicrow"], "TOPIC_TITLE", array());
echo "</a>
tttttt";
// line 155
if (($this->getAttribute($context["topicrow"], "S_TOPIC_UNAPPROVED", array()) || $this->getAttribute($context["topicrow"], "S_POSTS_UNAPPROVED", array()))) {
echo "<a href="";
echo $this->getAttribute($context["topicrow"], "U_MCP_QUEUE", array());
echo "">";
echo $this->getAttribute($context["topicrow"], "UNAPPROVED_IMG", array());
echo "</a> ";
}
// line 156
echo "tttttt";
if ($this->getAttribute($context["topicrow"], "S_TOPIC_DELETED", array())) {
echo "<a href="";
echo $this->getAttribute($context["topicrow"], "U_MCP_QUEUE", array());
echo "">";
echo (isset($context["DELETED_IMG"]) ? $context["DELETED_IMG"] : null);
echo "</a> ";
}
// line 157
echo "tttttt";
if ($this->getAttribute($context["topicrow"], "S_TOPIC_REPORTED", array())) {
echo "<a href="";
echo $this->getAttribute($context["topicrow"], "U_MCP_REPORT", array());
echo "">";
echo (isset($context["REPORTED_IMG"]) ? $context["REPORTED_IMG"] : null);
echo "</a>";
}
echo "<br />
tttttt";
// line 159
if ( !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null)) {
// line 160
echo "tttttt<div class="responsive-show" style="display: none;">
ttttttt";
// line 161
echo $this->env->getExtension('phpbb')->lang("LAST_POST");
echo " ";
echo $this->env->getExtension('phpbb')->lang("POST_BY_AUTHOR");
echo " ";
echo $this->getAttribute($context["topicrow"], "LAST_POST_AUTHOR_FULL", array());
echo " « <a href="";
echo $this->getAttribute($context["topicrow"], "U_LAST_POST", array());
echo "" title="";
echo $this->env->getExtension('phpbb')->lang("GOTO_LAST_POST");
echo "">";
echo $this->getAttribute($context["topicrow"], "LAST_POST_TIME", array());
echo "</a>
ttttttt";
// line 162
if (($this->getAttribute($context["topicrow"], "S_POST_GLOBAL", array()) && ((isset($context["FORUM_ID"]) ? $context["FORUM_ID"] : null) != $this->getAttribute($context["topicrow"], "FORUM_ID", array())))) {
echo "<br />";
echo $this->env->getExtension('phpbb')->lang("POSTED");
echo " ";
echo $this->env->getExtension('phpbb')->lang("IN");
echo " <a href="";
echo $this->getAttribute($context["topicrow"], "U_VIEW_FORUM", array());
echo "">";
echo $this->getAttribute($context["topicrow"], "FORUM_NAME", array());
echo "</a>";
}
// line 163
echo "tttttt</div>
tttttt";
// line 164
if ($this->getAttribute($context["topicrow"], "REPLIES", array())) {
echo "<span class="responsive-show left-box" style="display: none;">";
echo $this->env->getExtension('phpbb')->lang("REPLIES");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo " <strong>";
echo $this->getAttribute($context["topicrow"], "REPLIES", array());
echo "</strong></span>";
}
// line 165
echo "tttttt";
}
// line 166
echo "
tttttt";
// line 167
if (twig_length_filter($this->env, $this->getAttribute($context["topicrow"], "pagination", array()))) {
// line 168
echo "tttttt<div class="pagination">
ttttttt<ul>
ttttttt";
// line 170
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($this->getAttribute($context["topicrow"], "pagination", array()));
foreach ($context['_seq'] as $context["_key"] => $context["pagination"]) {
// line 171
echo "tttttttt";
if ($this->getAttribute($context["pagination"], "S_IS_PREV", array())) {
// line 172
echo "tttttttt";
} elseif ($this->getAttribute($context["pagination"], "S_IS_CURRENT", array())) {
echo "<li class="active"><span>";
echo $this->getAttribute($context["pagination"], "PAGE_NUMBER", array());
echo "</span></li>
tttttttt";
} elseif ($this->getAttribute( // line 173
$context["pagination"], "S_IS_ELLIPSIS", array())) {
echo "<li class="ellipsis"><span>";
echo $this->env->getExtension('phpbb')->lang("ELLIPSIS");
echo "</span></li>
tttttttt";
} elseif ($this->getAttribute( // line 174
$context["pagination"], "S_IS_NEXT", array())) {
// line 175
echo "tttttttt";
} else {
echo "<li><a href="";
echo $this->getAttribute($context["pagination"], "PAGE_URL", array());
echo "">";
echo $this->getAttribute($context["pagination"], "PAGE_NUMBER", array());
echo "</a></li>
tttttttt";
}
// line 177
echo "ttttttt";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['pagination'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 178
echo "ttttttt</ul>
tttttt</div>
tttttt";
}
// line 181
echo "
tttttt<div class="responsive-hide">
ttttttt";
// line 183
if ($this->getAttribute($context["topicrow"], "S_HAS_POLL", array())) {
echo (isset($context["POLL_IMG"]) ? $context["POLL_IMG"] : null);
echo " ";
}
// line 184
echo "ttttttt";
if ($this->getAttribute($context["topicrow"], "ATTACH_ICON_IMG", array())) {
echo $this->getAttribute($context["topicrow"], "ATTACH_ICON_IMG", array());
echo " ";
}
// line 185
echo "ttttttt";
echo $this->env->getExtension('phpbb')->lang("POST_BY_AUTHOR");
echo " ";
echo $this->getAttribute($context["topicrow"], "TOPIC_AUTHOR_FULL", array());
echo " » ";
echo $this->getAttribute($context["topicrow"], "FIRST_POST_TIME", array());
echo "
ttttttt";
// line 186
if (($this->getAttribute($context["topicrow"], "S_POST_GLOBAL", array()) && ((isset($context["FORUM_ID"]) ? $context["FORUM_ID"] : null) != $this->getAttribute($context["topicrow"], "FORUM_ID", array())))) {
echo " » ";
echo $this->env->getExtension('phpbb')->lang("IN");
echo " <a href="";
echo $this->getAttribute($context["topicrow"], "U_VIEW_FORUM", array());
echo "">";
echo $this->getAttribute($context["topicrow"], "FORUM_NAME", array());
echo "</a>";
}
// line 187
echo "tttttt</div>
tttttt";
// line 189
// line 190
echo "ttttt</div>
tttt</dt>
tttt<dd class="posts">";
// line 192
echo $this->getAttribute($context["topicrow"], "REPLIES", array());
echo " <dfn>";
echo $this->env->getExtension('phpbb')->lang("REPLIES");
echo "</dfn></dd>
tttt<dd class="views">";
// line 193
echo $this->getAttribute($context["topicrow"], "VIEWS", array());
echo " <dfn>";
echo $this->env->getExtension('phpbb')->lang("VIEWS");
echo "</dfn></dd>
tttt<dd class="lastpost"><span><dfn>";
// line 194
echo $this->env->getExtension('phpbb')->lang("LAST_POST");
echo " </dfn>";
echo $this->env->getExtension('phpbb')->lang("POST_BY_AUTHOR");
echo " ";
echo $this->getAttribute($context["topicrow"], "LAST_POST_AUTHOR_FULL", array());
echo "
ttttt";
// line 195
if ( !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null)) {
echo "<a href="";
echo $this->getAttribute($context["topicrow"], "U_LAST_POST", array());
echo "" title="";
echo $this->env->getExtension('phpbb')->lang("GOTO_LAST_POST");
echo "">";
echo (isset($context["LAST_POST_IMG"]) ? $context["LAST_POST_IMG"] : null);
echo "</a> ";
}
echo "<br />";
echo $this->getAttribute($context["topicrow"], "LAST_POST_TIME", array());
echo "</span>
tttt</dd>
ttt</dl>
tt</li>
t";
// line 200
if ($this->getAttribute($context["topicrow"], "S_LAST_ROW", array())) {
// line 201
echo "ttt</ul>
tt</div>
t</div>
t";
}
// line 205
echo "
";
$context['_iterated'] = true;
}
if (!$context['_iterated']) {
// line 207
echo "t";
if ((isset($context["S_IS_POSTABLE"]) ? $context["S_IS_POSTABLE"] : null)) {
// line 208
echo "t<div class="panel">
tt<div class="inner">
tt<strong>";
// line 210
echo $this->env->getExtension('phpbb')->lang("NO_TOPICS");
echo "</strong>
tt</div>
t</div>
t";
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['topicrow'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 215
echo "
";
// line 216
if (((isset($context["S_SELECT_SORT_DAYS"]) ? $context["S_SELECT_SORT_DAYS"] : null) && !(isset($context["S_DISPLAY_ACTIVE"]) ? $context["S_DISPLAY_ACTIVE"] : null))) {
// line 217
echo "t<form method="post" action="";
echo (isset($context["S_FORUM_ACTION"]) ? $context["S_FORUM_ACTION"] : null);
echo "">
tt<fieldset class="display-options">
t";
// line 219
if ( !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null)) {
// line 220
echo "ttt<label>";
echo $this->env->getExtension('phpbb')->lang("DISPLAY_TOPICS");
echo $this->env->getExtension('phpbb')->lang("COLON");
echo " ";
echo (isset($context["S_SELECT_SORT_DAYS"]) ? $context["S_SELECT_SORT_DAYS"] : null);
echo "</label>
ttt<label>";
// line 221
echo $this->env->getExtension('phpbb')->lang("SORT_BY");
echo " ";
echo (isset($context["S_SELECT_SORT_KEY"]) ? $context["S_SELECT_SORT_KEY"] : null);
echo "</label>
ttt<label>";
// line 222
echo (isset($context["S_SELECT_SORT_DIR"]) ? $context["S_SELECT_SORT_DIR"] : null);
echo "</label>
ttt<input type="submit" name="sort" value="";
// line 223
echo $this->env->getExtension('phpbb')->lang("GO");
echo "" class="button2" />
t";
}
// line 225
echo "tt</fieldset>
t</form>
t<hr />
";
}
// line 229
echo "
";
// line 230
if ((twig_length_filter($this->env, $this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "topicrow", array())) && !(isset($context["S_DISPLAY_ACTIVE"]) ? $context["S_DISPLAY_ACTIVE"] : null))) {
// line 231
echo "t<div class="action-bar bottom">
tt";
// line 232
if (( !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null) && (isset($context["S_DISPLAY_POST_INFO"]) ? $context["S_DISPLAY_POST_INFO"] : null))) {
// line 233
echo "ttt<div class="buttons">
tttt";
// line 234
// line 235
echo "
tttt<a href="";
// line 236
echo (isset($context["U_POST_NEW_TOPIC"]) ? $context["U_POST_NEW_TOPIC"] : null);
echo "" class="button icon-button ";
if ((isset($context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
echo "locked-icon";
} else {
echo "post-icon";
}
echo "" title="";
if ((isset($context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
echo $this->env->getExtension('phpbb')->lang("FORUM_LOCKED");
} else {
echo $this->env->getExtension('phpbb')->lang("POST_TOPIC");
}
echo "">
ttttt";
// line 237
if ((isset($context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
echo $this->env->getExtension('phpbb')->lang("BUTTON_FORUM_LOCKED");
} else {
echo $this->env->getExtension('phpbb')->lang("BUTTON_NEW_TOPIC");
}
// line 238
echo "tttt</a>
tttt";
// line 240
// line 241
echo "ttt</div>
tt";
}
// line 243
echo "
tt<div class="pagination">
ttt";
// line 245
if ((( !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null) && (isset($context["U_MARK_TOPICS"]) ? $context["U_MARK_TOPICS"] : null)) && twig_length_filter($this->env, $this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "topicrow", array())))) {
echo "<a href="";
echo (isset($context["U_MARK_TOPICS"]) ? $context["U_MARK_TOPICS"] : null);
echo "" data-ajax="mark_topics_read">";
echo $this->env->getExtension('phpbb')->lang("MARK_TOPICS_READ");
echo "</a> • ";
}
// line 246
echo "ttt";
echo (isset($context["TOTAL_TOPICS"]) ? $context["TOTAL_TOPICS"] : null);
echo "
ttt";
// line 247
if (twig_length_filter($this->env, $this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "pagination", array()))) {
// line 248
echo "tttt";
$location = "pagination.html";
$namespace = false;
if (strpos($location, '@') === 0) {
$namespace = substr($location, 1, strpos($location, '/') - 1);
$previous_look_up_order = $this->env->getNamespaceLookUpOrder();
$this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
}
$this->loadTemplate("pagination.html", "viewforum_body.html", 248)->display($context);
if ($namespace) {
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
}
// line 249
echo "ttt";
} else {
// line 250
echo "tttt • ";
echo (isset($context["PAGE_NUMBER"]) ? $context["PAGE_NUMBER"] : null);
echo "
ttt";
}
// line 252
echo "tt</div>
t</div>
";
}
// line 255
echo "
";
// line 256
$location = "jumpbox.html";
$namespace = false;
if (strpos($location, '@') === 0) {
$namespace = substr($location, 1, strpos($location, '/') - 1);
$previous_look_up_order = $this->env->getNamespaceLookUpOrder();
$this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
}
$this->loadTemplate("jumpbox.html", "viewforum_body.html", 256)->display($context);
if ($namespace) {
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
}
// line 257
echo "
";
// line 258
if ((isset($context["S_DISPLAY_ONLINE_LIST"]) ? $context["S_DISPLAY_ONLINE_LIST"] : null)) {
// line 259
echo "t<div class="stat-block online-list">
tt<h3>";
// line 260
if ((isset($context["U_VIEWONLINE"]) ? $context["U_VIEWONLINE"] : null)) {
echo "<a href="";
echo (isset($context["U_VIEWONLINE"]) ? $context["U_VIEWONLINE"] : null);
echo "">";
echo $this->env->getExtension('phpbb')->lang("WHO_IS_ONLINE");
echo "</a>";
} else {
echo $this->env->getExtension('phpbb')->lang("WHO_IS_ONLINE");
}
echo "</h3>
tt<p>";
// line 261
echo (isset($context["LOGGED_IN_USER_LIST"]) ? $context["LOGGED_IN_USER_LIST"] : null);
echo "</p>
t</div>
";
}
// line 264
echo "
";
// line 265
if ((isset($context["S_DISPLAY_POST_INFO"]) ? $context["S_DISPLAY_POST_INFO"] : null)) {
// line 266
echo "t<div class="stat-block permissions">
tt<h3>";
// line 267
echo $this->env->getExtension('phpbb')->lang("FORUM_PERMISSIONS");
echo "</h3>
tt<p>";
// line 268
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "rules", array()));
foreach ($context['_seq'] as $context["_key"] => $context["rules"]) {
echo $this->getAttribute($context["rules"], "RULE", array());
echo "<br />";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['rules'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
echo "</p>
t</div>
";
}
// line 271
echo "
";
// line 272
$location = "overall_footer.html";
$namespace = false;
if (strpos($location, '@') === 0) {
$namespace = substr($location, 1, strpos($location, '/') - 1);
$previous_look_up_order = $this->env->getNamespaceLookUpOrder();
$this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
}
$this->loadTemplate("overall_footer.html", "viewforum_body.html", 272)->display($context);
if ($namespace) {
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
}
}
public function getTemplateName()
{
return "viewforum_body.html";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 959 => 272, 956 => 271, 942 => 268, 938 => 267, 935 => 266, 933 => 265, 930 => 264, 924 => 261, 912 => 260, 909 => 259, 907 => 258, 904 => 257, 892 => 256, 889 => 255, 884 => 252, 878 => 250, 875 => 249, 862 => 248, 860 => 247, 855 => 246, 847 => 245, 843 => 243, 839 => 241, 838 => 240, 834 => 238, 828 => 237, 812 => 236, 809 => 235, 808 => 234, 805 => 233, 803 => 232, 800 => 231, 798 => 230, 795 => 229, 789 => 225, 784 => 223, 780 => 222, 774 => 221, 766 => 220, 764 => 219, 758 => 217, 756 => 216, 753 => 215, 742 => 210, 738 => 208, 735 => 207, 729 => 205, 723 => 201, 721 => 200, 703 => 195, 695 => 194, 689 => 193, 683 => 192, 679 => 190, 678 => 189, 674 => 187, 664 => 186, 655 => 185, 649 => 184, 644 => 183, 640 => 181, 635 => 178, 629 => 177, 619 => 175, 617 => 174, 611 => 173, 604 => 172, 601 => 171, 597 => 170, 593 => 168, 591 => 167, 588 => 166, 585 => 165, 576 => 164, 573 => 163, 561 => 162, 547 => 161, 544 => 160, 542 => 159, 530 => 157, 521 => 156, 513 => 155, 498 => 154, 497 => 153, 494 => 152, 488 => 151, 477 => 150, 473 => 149, 453 => 148, 450 => 147, 441 => 141, 437 => 140, 433 => 139, 419 => 138, 408 => 133, 406 => 132, 403 => 131, 397 => 127, 395 => 126, 392 => 125, 387 => 124, 384 => 123, 380 => 121, 367 => 111, 362 => 109, 354 => 105, 348 => 104, 342 => 102, 336 => 99, 331 => 98, 314 => 94, 305 => 88, 302 => 87, 300 => 86, 293 => 82, 288 => 79, 286 => 78, 283 => 77, 277 => 73, 271 => 71, 268 => 70, 255 => 69, 253 => 68, 248 => 67, 240 => 66, 236 => 64, 228 => 59, 220 => 58, 214 => 57, 210 => 56, 205 => 54, 202 => 53, 200 => 52, 197 => 51, 193 => 49, 192 => 48, 188 => 46, 182 => 45, 166 => 44, 163 => 43, 162 => 42, 159 => 41, 157 => 40, 153 => 38, 151 => 37, 148 => 36, 134 => 34, 126 => 31, 123 => 30, 121 => 29, 119 => 28, 116 => 27, 110 => 23, 105 => 21, 100 => 20, 92 => 18, 90 => 17, 81 => 14, 79 => 13, 76 => 12, 72 => 10, 58 => 9, 52 => 8, 48 => 6, 46 => 5, 45 => 4, 32 => 3, 31 => 2, 19 => 1,);
}
}
/* <!-- INCLUDE overall_header.html -->*/
/* <!-- EVENT viewforum_forum_title_before -->*/
/* <h2 class="forum-title"><!-- EVENT viewforum_forum_name_prepend --><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a><!-- EVENT viewforum_forum_name_append --></h2>*/
/* <!-- EVENT viewforum_forum_title_after -->*/
/* <!-- IF FORUM_DESC or MODERATORS or U_MCP -->*/
/* <div>*/
/* <!-- NOTE: remove the style="display: none" when you want to have the forum description on the forum body -->*/
/* <!-- IF FORUM_DESC --><div style="display: none !important;">{FORUM_DESC}<br /></div><!-- ENDIF -->*/
/* <!-- IF MODERATORS --><p><strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->{L_COLON}</strong> {MODERATORS}</p><!-- ENDIF -->*/
/* </div>*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF S_FORUM_RULES -->*/
/* <div class="rules<!-- IF U_FORUM_RULES --> rules-link<!-- ENDIF -->">*/
/* <div class="inner">*/
/* */
/* <!-- IF U_FORUM_RULES -->*/
/* <a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a>*/
/* <!-- ELSE -->*/
/* <strong>{L_FORUM_RULES}</strong><br />*/
/* {FORUM_RULES}*/
/* <!-- ENDIF -->*/
/* */
/* </div>*/
/* </div>*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF S_HAS_SUBFORUM -->*/
/* <!-- IF not S_IS_BOT and U_MARK_FORUMS -->*/
/* <div class="action-bar compact">*/
/* <a href="{U_MARK_FORUMS}" class="mark-read rightside" data-ajax="mark_forums_read">{L_MARK_SUBFORUMS_READ}</a>*/
/* </div>*/
/* <!-- ENDIF -->*/
/* <!-- INCLUDE forumlist_body.html -->*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF S_DISPLAY_POST_INFO or .pagination or TOTAL_POSTS or TOTAL_TOPICS -->*/
/* <div class="action-bar top">*/
/* */
/* <!-- IF not S_IS_BOT and S_DISPLAY_POST_INFO -->*/
/* <div class="buttons">*/
/* <!-- EVENT viewforum_buttons_top_before -->*/
/* */
/* <a href="{U_POST_NEW_TOPIC}" class="button icon-button <!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->post-icon<!-- ENDIF -->" title="<!-- IF S_IS_LOCKED -->{L_FORUM_LOCKED}<!-- ELSE -->{L_POST_TOPIC}<!-- ENDIF -->">*/
/* <!-- IF S_IS_LOCKED -->{L_BUTTON_FORUM_LOCKED}<!-- ELSE -->{L_BUTTON_NEW_TOPIC}<!-- ENDIF -->*/
/* </a>*/
/* */
/* <!-- EVENT viewforum_buttons_top_after -->*/
/* </div>*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF S_DISPLAY_SEARCHBOX -->*/
/* <div class="search-box" role="search">*/
/* <form method="get" id="forum-search" action="{S_SEARCHBOX_ACTION}">*/
/* <fieldset>*/
/* <input class="inputbox search tiny" type="search" name="keywords" id="search_keywords" size="20" placeholder="{L_SEARCH_FORUM}" />*/
/* <button class="button icon-button search-icon" type="submit" title="{L_SEARCH}">{L_SEARCH}</button>*/
/* <a href="{U_SEARCH}" class="button icon-button search-adv-icon" title="{L_SEARCH_ADV}">{L_SEARCH_ADV}</a>*/
/* {S_SEARCH_LOCAL_HIDDEN_FIELDS}*/
/* </fieldset>*/
/* </form>*/
/* </div>*/
/* <!-- ENDIF -->*/
/* */
/* <div class="pagination">*/
/* <!-- IF not S_IS_BOT and U_MARK_TOPICS and .topicrow --><a href="{U_MARK_TOPICS}" class="mark" accesskey="m" data-ajax="mark_topics_read">{L_MARK_TOPICS_READ}</a> • <!-- ENDIF -->*/
/* {TOTAL_TOPICS}*/
/* <!-- IF .pagination -->*/
/* <!-- INCLUDE pagination.html -->*/
/* <!-- ELSE -->*/
/* • {PAGE_NUMBER}*/
/* <!-- ENDIF -->*/
/* </div>*/
/* */
/* </div>*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF S_NO_READ_ACCESS -->*/
/* */
/* <div class="panel">*/
/* <div class="inner">*/
/* <strong>{L_NO_READ_ACCESS}</strong>*/
/* </div>*/
/* </div>*/
/* */
/* <!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->*/
/* */
/* <form action="{S_LOGIN_ACTION}" method="post">*/
/* */
/* <div class="panel">*/
/* <div class="inner">*/
/* */
/* <div class="content">*/
/* <h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED --> • <a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF --></h3>*/
/* */
/* <fieldset class="fields1">*/
/* <dl>*/
/* <dt><label for="username">{L_USERNAME}{L_COLON}</label></dt>*/
/* <dd><input type="text" tabindex="1" name="username" id="username" size="25" value="{USERNAME}" class="inputbox autowidth" /></dd>*/
/* </dl>*/
/* <dl>*/
/* <dt><label for="password">{L_PASSWORD}{L_COLON}</label></dt>*/
/* <dd><input type="password" tabindex="2" id="password" name="password" size="25" class="inputbox autowidth" autocomplete="off" /></dd>*/
/* <!-- IF S_AUTOLOGIN_ENABLED --><dd><label for="autologin"><input type="checkbox" name="autologin" id="autologin" tabindex="3" /> {L_LOG_ME_IN}</label></dd><!-- ENDIF -->*/
/* <dd><label for="viewonline"><input type="checkbox" name="viewonline" id="viewonline" tabindex="4" /> {L_HIDE_ME}</label></dd>*/
/* </dl>*/
/* <dl>*/
/* <dt> </dt>*/
/* <dd><input type="submit" name="login" tabindex="5" value="{L_LOGIN}" class="button1" /></dd>*/
/* </dl>*/
/* {S_LOGIN_REDIRECT}*/
/* </fieldset>*/
/* </div>*/
/* */
/* </div>*/
/* </div>*/
/* */
/* </form>*/
/* */
/* <!-- ENDIF -->*/
/* */
/* <!-- ENDIF -->*/
/* */
/* <!-- BEGIN topicrow -->*/
/* */
/* <!-- IF not topicrow.S_TOPIC_TYPE_SWITCH and not topicrow.S_FIRST_ROW -->*/
/* </ul>*/
/* </div>*/
/* </div>*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF topicrow.S_FIRST_ROW or not topicrow.S_TOPIC_TYPE_SWITCH -->*/
/* <div class="forumbg<!-- IF topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) --> announcement<!-- ENDIF -->">*/
/* <div class="inner">*/
/* <ul class="topiclist">*/
/* <li class="header">*/
/* <dl class="icon">*/
/* <dt<!-- IF S_DISPLAY_ACTIVE --> id="active_topics"<!-- ENDIF -->><div class="list-inner"><!-- 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 -->{L_TOPICS}<!-- ENDIF --></div></dt>*/
/* <dd class="posts">{L_REPLIES}</dd>*/
/* <dd class="views">{L_VIEWS}</dd>*/
/* <dd class="lastpost"><span>{L_LAST_POST}</span></dd>*/
/* </dl>*/
/* </li>*/
/* </ul>*/
/* <ul class="topiclist topics">*/
/* <!-- ENDIF -->*/
/* */
/* <li class="row<!-- IF topicrow.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_POST_GLOBAL --> global-announce<!-- ENDIF --><!-- IF topicrow.S_POST_ANNOUNCE --> announce<!-- ENDIF --><!-- IF topicrow.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->">*/
/* <dl class="icon {topicrow.TOPIC_IMG_STYLE}">*/
/* <dt<!-- 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.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->*/
/* <div class="list-inner">*/
/* <!-- EVENT topiclist_row_prepend -->*/
/* <!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>*/
/* <!-- 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_DELETED --><a href="{topicrow.U_MCP_QUEUE}">{DELETED_IMG}</a> <!-- ENDIF -->*/
/* <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />*/
/* */
/* <!-- IF not S_IS_BOT -->*/
/* <div class="responsive-show" style="display: none;">*/
/* {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} « <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{topicrow.LAST_POST_TIME}</a>*/
/* <!-- IF topicrow.S_POST_GLOBAL and FORUM_ID != topicrow.FORUM_ID --><br />{L_POSTED} {L_IN} <a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a><!-- ENDIF -->*/
/* </div>*/
/* <!-- IF topicrow.REPLIES --><span class="responsive-show left-box" style="display: none;">{L_REPLIES}{L_COLON} <strong>{topicrow.REPLIES}</strong></span><!-- ENDIF -->*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF .topicrow.pagination -->*/
/* <div class="pagination">*/
/* <ul>*/
/* <!-- BEGIN pagination -->*/
/* <!-- IF topicrow.pagination.S_IS_PREV -->*/
/* <!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><li class="active"><span>{topicrow.pagination.PAGE_NUMBER}</span></li>*/
/* <!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li>*/
/* <!-- ELSEIF topicrow.pagination.S_IS_NEXT -->*/
/* <!-- ELSE --><li><a href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a></li>*/
/* <!-- ENDIF -->*/
/* <!-- END pagination -->*/
/* </ul>*/
/* </div>*/
/* <!-- ENDIF -->*/
/* */
/* <div class="responsive-hide">*/
/* <!-- IF topicrow.S_HAS_POLL -->{POLL_IMG} <!-- ENDIF -->*/
/* <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->*/
/* {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}*/
/* <!-- IF topicrow.S_POST_GLOBAL and FORUM_ID != topicrow.FORUM_ID --> » {L_IN} <a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a><!-- ENDIF -->*/
/* </div>*/
/* */
/* <!-- EVENT topiclist_row_append -->*/
/* </div>*/
/* </dt>*/
/* <dd class="posts">{topicrow.REPLIES} <dfn>{L_REPLIES}</dfn></dd>*/
/* <dd class="views">{topicrow.VIEWS} <dfn>{L_VIEWS}</dfn></dd>*/
/* <dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}*/
/* <!-- IF not S_IS_BOT --><a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{topicrow.LAST_POST_TIME}</span>*/
/* </dd>*/
/* </dl>*/
/* </li>*/
/* */
/* <!-- IF topicrow.S_LAST_ROW -->*/
/* </ul>*/
/* </div>*/
/* </div>*/
/* <!-- ENDIF -->*/
/* */
/* <!-- BEGINELSE -->*/
/* <!-- IF S_IS_POSTABLE -->*/
/* <div class="panel">*/
/* <div class="inner">*/
/* <strong>{L_NO_TOPICS}</strong>*/
/* </div>*/
/* </div>*/
/* <!-- ENDIF -->*/
/* <!-- END topicrow -->*/
/* */
/* <!-- IF S_SELECT_SORT_DAYS and not S_DISPLAY_ACTIVE -->*/
/* <form method="post" action="{S_FORUM_ACTION}">*/
/* <fieldset class="display-options">*/
/* <!-- IF not S_IS_BOT -->*/
/* <label>{L_DISPLAY_TOPICS}{L_COLON} {S_SELECT_SORT_DAYS}</label>*/
/* <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label>*/
/* <label>{S_SELECT_SORT_DIR}</label>*/
/* <input type="submit" name="sort" value="{L_GO}" class="button2" />*/
/* <!-- ENDIF -->*/
/* </fieldset>*/
/* </form>*/
/* <hr />*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF .topicrow and not S_DISPLAY_ACTIVE -->*/
/* <div class="action-bar bottom">*/
/* <!-- IF not S_IS_BOT and S_DISPLAY_POST_INFO -->*/
/* <div class="buttons">*/
/* <!-- EVENT viewforum_buttons_bottom_before -->*/
/* */
/* <a href="{U_POST_NEW_TOPIC}" class="button icon-button <!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->post-icon<!-- ENDIF -->" title="<!-- IF S_IS_LOCKED -->{L_FORUM_LOCKED}<!-- ELSE -->{L_POST_TOPIC}<!-- ENDIF -->">*/
/* <!-- IF S_IS_LOCKED -->{L_BUTTON_FORUM_LOCKED}<!-- ELSE -->{L_BUTTON_NEW_TOPIC}<!-- ENDIF -->*/
/* </a>*/
/* */
/* <!-- EVENT viewforum_buttons_bottom_after -->*/
/* </div>*/
/* <!-- ENDIF -->*/
/* */
/* <div class="pagination">*/
/* <!-- IF not S_IS_BOT and U_MARK_TOPICS and .topicrow --><a href="{U_MARK_TOPICS}" data-ajax="mark_topics_read">{L_MARK_TOPICS_READ}</a> • <!-- ENDIF -->*/
/* {TOTAL_TOPICS}*/
/* <!-- IF .pagination -->*/
/* <!-- INCLUDE pagination.html -->*/
/* <!-- ELSE -->*/
/* • {PAGE_NUMBER}*/
/* <!-- ENDIF -->*/
/* </div>*/
/* </div>*/
/* <!-- ENDIF -->*/
/* */
/* <!-- INCLUDE jumpbox.html -->*/
/* */
/* <!-- IF S_DISPLAY_ONLINE_LIST -->*/
/* <div class="stat-block online-list">*/
/* <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>*/
/* </div>*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF S_DISPLAY_POST_INFO -->*/
/* <div class="stat-block permissions">*/
/* <h3>{L_FORUM_PERMISSIONS}</h3>*/
/* <p><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></p>*/
/* </div>*/
/* <!-- ENDIF -->*/
/* */
/* <!-- INCLUDE overall_footer.html -->*/
/* */