Вход Регистрация
Файл: forsoc.ru/cache/twig/3f/3fcd7aac561a7bb3acafdec794e64a2662c4dce7983d6b7b911f86f322e55e02.php
Строк: 1401
<?php

/* viewforum_body.html */
class __TwigTemplate_d8dab7ec769acec9c4d4c52bb0955afeab9db90169b48b740369231fd5adfc25 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($location1strpos($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="
displaynone" 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="displaynone !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($location1strpos($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> &bull; ";
            }
            
// 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($location1strpos($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&bull; ";
                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 
"&nbsp; &bull; &nbsp;<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>&nbsp;</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"
;
            
// line 148
            // line 149
            
echo "tt<li class="row";
            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"
;
            
// line 150
            // line 151
            
echo "ttt<dl class="icon ";
            echo 
$this->getAttribute($context["topicrow"], "TOPIC_IMG_STYLE", array());
            echo "">
tttt<dt"
;
            
// line 152
            
if (($this->getAttribute($context["topicrow"], "TOPIC_ICON_IMG", array()) && (isset($context["S_TOPIC_ICONS"]) ? $context["S_TOPIC_ICONS"] : null))) {
                echo 
" style="background-imageurl(";
                echo (isset(
$context["T_ICONS_PATH"]) ? $context["T_ICONS_PATH"] : null);
                echo 
$this->getAttribute($context["topicrow"], "TOPIC_ICON_IMG", array());
                echo "
); background-repeatno-repeat;"";
            }
            echo 
" title="";
            echo 
$this->getAttribute($context["topicrow"], "TOPIC_FOLDER_IMG_ALT", array());
            echo "">
ttttt"
;
            
// line 153
            
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 154
            
echo "ttttt<div class="list-inner">
tttttt"
;
            
// line 155
            // line 156
            
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 157
            
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 158
            
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 159
            
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 161
            
if ( !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null)) {
                
// line 162
                
echo "tttttt<div class="responsive-show" style="displaynone;">
ttttttt"
;
                
// line 163
                
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 
" &laquo; <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 164
                
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 165
                
echo "tttttt</div>
tttttt"
;
                
// line 166
                
if ($this->getAttribute($context["topicrow"], "REPLIES", array())) {
                    echo 
"<span class="responsive-show left-box" style="displaynone;">";
                    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 167
                
echo "tttttt";
            }
            
// line 168
            
echo "
tttttt"
;
            
// line 169
            
if (twig_length_filter($this->env$this->getAttribute($context["topicrow"], "pagination", array()))) {
                
// line 170
                
echo "tttttt<div class="pagination">
ttttttt<ul>
ttttttt"
;
                
// line 172
                
$context['_parent'] = $context;
                
$context['_seq'] = twig_ensure_traversable($this->getAttribute($context["topicrow"], "pagination", array()));
                foreach (
$context['_seq'] as $context["_key"] => $context["pagination"]) {
                    
// line 173
                    
echo "tttttttt";
                    if (
$this->getAttribute($context["pagination"], "S_IS_PREV", array())) {
                        
// line 174
                        
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 175
$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 176
$context["pagination"], "S_IS_NEXT", array())) {
                        
// line 177
                        
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 179
                    
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 180
                
echo "ttttttt</ul>
tttttt</div>
tttttt"
;
            }
            
// line 183
            
echo "
tttttt<div class="
responsive-hide">
ttttttt"
;
            
// line 185
            
if ($this->getAttribute($context["topicrow"], "S_HAS_POLL", array())) {
                echo (isset(
$context["POLL_IMG"]) ? $context["POLL_IMG"] : null);
                echo 
" ";
            }
            
// line 186
            
echo "ttttttt";
            if (
$this->getAttribute($context["topicrow"], "ATTACH_ICON_IMG", array())) {
                echo 
$this->getAttribute($context["topicrow"], "ATTACH_ICON_IMG", array());
                echo 
" ";
            }
            
// line 187
            
echo "ttttttt";
            echo 
$this->env->getExtension('phpbb')->lang("POST_BY_AUTHOR");
            echo 
" ";
            echo 
$this->getAttribute($context["topicrow"], "TOPIC_AUTHOR_FULL", array());
            echo 
" &raquo; ";
            echo 
$this->getAttribute($context["topicrow"], "FIRST_POST_TIME", array());
            echo 
"
ttttttt"
;
            
// line 188
            
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 
" &raquo; ";
                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 189
            
echo "tttttt</div>

tttttt"
;
            
// line 191
            // line 192
            
echo "ttttt</div>
tttt</dt>
tttt<dd class="
posts">";
            
// line 194
            
echo $this->getAttribute($context["topicrow"], "REPLIES", array());
            echo 
" <dfn>";
            echo 
$this->env->getExtension('phpbb')->lang("REPLIES");
            echo 
"</dfn></dd>
tttt<dd class="
views">";
            
// line 195
            
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 196
            
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 197
            
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>
ttt"
;
            
// line 200
            // line 201
            
echo "tt</li>
tt"
;
            
// line 202
            // line 203
            
echo "
t"
;
            
// line 204
            
if ($this->getAttribute($context["topicrow"], "S_LAST_ROW", array())) {
                
// line 205
                
echo "ttt</ul>
tt</div>
t</div>
t"
;
            }
            
// line 209
            
echo "
"
;
            
$context['_iterated'] = true;
        }
        if (!
$context['_iterated']) {
            
// line 211
            
echo "t";
            if ((isset(
$context["S_IS_POSTABLE"]) ? $context["S_IS_POSTABLE"] : null)) {
                
// line 212
                
echo "t<div class="panel">
tt<div class="
inner">
tt<strong>"
;
                
// line 214
                
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 219
        
echo "
"
;
        
// line 220
        
if (((isset($context["S_SELECT_SORT_DAYS"]) ? $context["S_SELECT_SORT_DAYS"] : null) &&  !(isset($context["S_DISPLAY_ACTIVE"]) ? $context["S_DISPLAY_ACTIVE"] : null))) {
            
// line 221
            
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 223
            
if ( !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null)) {
                
// line 224
                
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 225
                
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 226
                
echo (isset($context["S_SELECT_SORT_DIR"]) ? $context["S_SELECT_SORT_DIR"] : null);
                echo 
"</label>
ttt<input type="
submit" name="sort" value="";
                // line 227
                echo 
$this->env->getExtension('phpbb')->lang("GO");
                echo "" class="
button2" />
t"
;
            }
            
// line 229
            
echo "tt</fieldset>
t</form>
t<hr />
"
;
        }
        
// line 233
        
echo "
"
;
        
// line 234
        
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 235
            
echo "t<div class="action-bar bottom">
tt"
;
            
// line 236
            
if (( !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null) && (isset($context["S_DISPLAY_POST_INFO"]) ? $context["S_DISPLAY_POST_INFO"] : null))) {
                
// line 237
                
echo "ttt<div class="buttons">
tttt"
;
                
// line 238
                // line 239
                
echo "
tttt<a href="";
                // line 240
                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 241
                
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 242
                
echo "tttt</a>

tttt"
;
                
// line 244
                // line 245
                
echo "ttt</div>
tt"
;
            }
            
// line 247
            
echo "
tt<div class="
pagination">
ttt"
;
            
// line 249
            
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> &bull; ";
            }
            
// line 250
            
echo "ttt";
            echo (isset(
$context["TOTAL_TOPICS"]) ? $context["TOTAL_TOPICS"] : null);
            echo 
"
ttt"
;
            
// line 251
            
if (twig_length_filter($this->env$this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "pagination", array()))) {
                
// line 252
                
echo "tttt";
                
$location "pagination.html";
                
$namespace false;
                if (
strpos($location'@') === 0) {
                    
$namespace substr($location1strpos($location'/') - 1);
                    
$previous_look_up_order $this->env->getNamespaceLookUpOrder();
                    
$this->env->setNamespaceLookUpOrder(array($namespace'__main__'));
                }
                
$this->loadTemplate("pagination.html""viewforum_body.html"252)->display($context);
                if (
$namespace) {
                    
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
                }
                
// line 253
                
echo "ttt";
            } else {
                
// line 254
                
echo "tttt &bull; ";
                echo (isset(
$context["PAGE_NUMBER"]) ? $context["PAGE_NUMBER"] : null);
                echo 
"
ttt"
;
            }
            
// line 256
            
echo "tt</div>
t</div>
"
;
        }
        
// line 259
        
echo "
"
;
        
// line 260
        
$location "jumpbox.html";
        
$namespace false;
        if (
strpos($location'@') === 0) {
            
$namespace substr($location1strpos($location'/') - 1);
            
$previous_look_up_order $this->env->getNamespaceLookUpOrder();
            
$this->env->setNamespaceLookUpOrder(array($namespace'__main__'));
        }
        
$this->loadTemplate("jumpbox.html""viewforum_body.html"260)->display($context);
        if (
$namespace) {
            
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        
// line 261
        
echo "
"
;
        
// line 262
        
if ((isset($context["S_DISPLAY_ONLINE_LIST"]) ? $context["S_DISPLAY_ONLINE_LIST"] : null)) {
            
// line 263
            
echo "t<div class="stat-block online-list">
tt<h3>"
;
            
// line 264
            
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 265
            
echo (isset($context["LOGGED_IN_USER_LIST"]) ? $context["LOGGED_IN_USER_LIST"] : null);
            echo 
"</p>
t</div>
"
;
        }
        
// line 268
        
echo "
"
;
        
// line 269
        
if ((isset($context["S_DISPLAY_POST_INFO"]) ? $context["S_DISPLAY_POST_INFO"] : null)) {
            
// line 270
            
echo "t<div class="stat-block permissions">
tt<h3>"
;
            
// line 271
            
echo $this->env->getExtension('phpbb')->lang("FORUM_PERMISSIONS");
            echo 
"</h3>
tt<p>"
;
            
// line 272
            
$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 275
        
echo "
"
;
        
// line 276
        
$location "overall_footer.html";
        
$namespace false;
        if (
strpos($location'@') === 0) {
            
$namespace substr($location1strpos($location'/') - 1);
            
$previous_look_up_order $this->env->getNamespaceLookUpOrder();
            
$this->env->setNamespaceLookUpOrder(array($namespace'__main__'));
        }
        
$this->loadTemplate("overall_footer.html""viewforum_body.html"276)->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 (  
969 => 276,  966 => 275,  952 => 272,  948 => 271,  945 => 270,  943 => 269,  940 => 268,  934 => 265,  922 => 264,  919 => 263,  917 => 262,  914 => 261,  902 => 260,  899 => 259,  894 => 256,  888 => 254,  885 => 253,  872 => 252,  870 => 251,  865 => 250,  857 => 249,  853 => 247,  849 => 245,  848 => 244,  844 => 242,  838 => 241,  822 => 240,  819 => 239,  818 => 238,  815 => 237,  813 => 236,  810 => 235,  808 => 234,  805 => 233,  799 => 229,  794 => 227,  790 => 226,  784 => 225,  776 => 224,  774 => 223,  768 => 221,  766 => 220,  763 => 219,  752 => 214,  748 => 212,  745 => 211,  739 => 209,  733 => 205,  731 => 204,  728 => 203,  727 => 202,  724 => 201,  723 => 200,  707 => 197,  699 => 196,  693 => 195,  687 => 194,  683 => 192,  682 => 191,  678 => 189,  668 => 188,  659 => 187,  653 => 186,  648 => 185,  644 => 183,  639 => 180,  633 => 179,  623 => 177,  621 => 176,  615 => 175,  608 => 174,  605 => 173,  601 => 172,  597 => 170,  595 => 169,  592 => 168,  589 => 167,  580 => 166,  577 => 165,  565 => 164,  551 => 163,  548 => 162,  546 => 161,  534 => 159,  525 => 158,  517 => 157,  502 => 156,  501 => 155,  498 => 154,  492 => 153,  481 => 152,  476 => 151,  475 => 150,  454 => 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> &bull; <!-- ENDIF -->*/
/*         {TOTAL_TOPICS}*/
/*         <!-- IF .pagination -->*/
/*             <!-- INCLUDE pagination.html -->*/
/*         <!-- ELSE -->*/
/*             &bull; {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 -->&nbsp; &bull; &nbsp;<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>&nbsp;</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 -->*/
/* */
/*         <!-- EVENT viewforum_body_topic_row_before -->*/
/*         <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 -->">*/
/*             <!-- EVENT viewforum_body_topic_row_prepend -->*/
/*             <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} &laquo; <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} &raquo; {topicrow.FIRST_POST_TIME}*/
/*                             <!-- IF topicrow.S_POST_GLOBAL and FORUM_ID != topicrow.FORUM_ID --> &raquo; {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>*/
/*             <!-- EVENT viewforum_body_topic_row_append -->*/
/*         </li>*/
/*         <!-- EVENT viewforum_body_topic_row_after -->*/
/* */
/*     <!-- 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> &bull; <!-- ENDIF -->*/
/*             {TOTAL_TOPICS}*/
/*             <!-- IF .pagination -->*/
/*                 <!-- INCLUDE pagination.html -->*/
/*             <!-- ELSE -->*/
/*                  &bull; {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 -->*/
/* */
Онлайн: 6
Реклама