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

/* viewtopic_body.html */
class __TwigTemplate_f86a4487f56e7f716618af19dac26c44f9c69c5a533d2705533c3de8991b52cf 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""viewtopic_body.html"1)->display($context);
        if (
$namespace) {
            
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        
// line 2
        
echo "
<h2 class="
topic-title">";
        
// line 3
        
$previous_look_up_order $this->env->getNamespaceLookUpOrder();
        
$this->env->setNamespaceLookUpOrder(array('alg_ForumSponsor''__main__'));
        
$this->env->loadTemplate('@alg_ForumSponsor/event/viewtopic_topic_title_prepend.html')->display($context);
        
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
        echo 
"<a href="";
        echo (isset(
$context["U_VIEW_TOPIC"]) ? $context["U_VIEW_TOPIC"] : null);
        echo "">"
;
        echo (isset(
$context["TOPIC_TITLE"]) ? $context["TOPIC_TITLE"] : null);
        echo 
"</a>";
        echo 
"</h2>
<!-- NOTE: remove the style="
displaynone" when you want to have the forum description on the topic body -->
"
;
        
// line 5
        
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 6
        
echo "
"
;
        
// line 7
        
if ((isset($context["MODERATORS"]) ? $context["MODERATORS"] : null)) {
            
// line 8
            
echo "<p>
t<strong>"
;
            
// line 9
            
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 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 "
<div class="
action-bar top">

t<div class="
buttons">
tt"
;
        
// line 31
        // line 32
        
echo "
t"
;
        
// line 33
        
if (( !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null) && (isset($context["S_DISPLAY_REPLY_INFO"]) ? $context["S_DISPLAY_REPLY_INFO"] : null))) {
            
// line 34
            
echo "tt<a href="";
            echo (isset(
$context["U_POST_REPLY_TOPIC"]) ? $context["U_POST_REPLY_TOPIC"] : null);
            echo "" class="
button icon-button ";
            if ((isset(
$context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
                echo "
locked-icon";
            } else {
                echo "
reply-icon";
            }
            echo "" title="";
            if ((isset(
$context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
                echo 
$this->env->getExtension('phpbb')->lang("TOPIC_LOCKED");
            } else {
                echo 
$this->env->getExtension('phpbb')->lang("POST_REPLY");
            }
            echo "">
ttt"
;
            
// line 35
            
if ((isset($context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
                echo 
$this->env->getExtension('phpbb')->lang("BUTTON_TOPIC_LOCKED");
            } else {
                echo 
$this->env->getExtension('phpbb')->lang("BUTTON_POST_REPLY");
            }
            
// line 36
            
echo "tt</a>
t"
;
        }
        
// line 38
        
echo "
tt"
;
        
// line 39
        // line 40
        
echo "t</div>

t"
;
        
// line 42
        
$location "viewtopic_topic_tools.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("viewtopic_topic_tools.html""viewtopic_body.html"42)->display($context);
        if (
$namespace) {
            
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        
// line 43
        
echo "t";
        
// line 44
        
echo "
t"
;
        
// line 45
        
if ((isset($context["S_DISPLAY_SEARCHBOX"]) ? $context["S_DISPLAY_SEARCHBOX"] : null)) {
            
// line 46
            
echo "tt<div class="search-box" role="search">
ttt<form method="
get" id="topic-search" action="";
            // line 47
            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 49
            echo 
$this->env->getExtension('phpbb')->lang("SEARCH_TOPIC");
            echo "" />
tttt<button class="
button icon-button search-icon" type="submit" title="";
            // line 50
            echo 
$this->env->getExtension('phpbb')->lang("SEARCH");
            echo "">"
;
            echo 
$this->env->getExtension('phpbb')->lang("SEARCH");
            echo 
"</button>
tttt<a href="";
            // line 51
            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 52
            
echo (isset($context["S_SEARCH_LOCAL_HIDDEN_FIELDS"]) ? $context["S_SEARCH_LOCAL_HIDDEN_FIELDS"] : null);
            echo 
"
ttt</fieldset>
ttt</form>
tt</div>
t"
;
        }
        
// line 57
        
echo "
t"
;
        
// line 58
        
if ((twig_length_filter($this->env$this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "pagination", array())) || (isset($context["TOTAL_POSTS"]) ? $context["TOTAL_POSTS"] : null))) {
            
// line 59
            
echo "tt<div class="pagination">
ttt"
;
            
// line 60
            
if (((isset($context["U_VIEW_UNREAD_POST"]) ? $context["U_VIEW_UNREAD_POST"] : null) &&  !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null))) {
                echo 
"<a href="";
                echo (isset(
$context["U_VIEW_UNREAD_POST"]) ? $context["U_VIEW_UNREAD_POST"] : null);
                echo "" class="
mark">";
                echo 
$this->env->getExtension('phpbb')->lang("VIEW_UNREAD_POST");
                echo 
"</a> &bull; ";
            }
            echo (isset(
$context["TOTAL_POSTS"]) ? $context["TOTAL_POSTS"] : null);
            echo 
"
ttt"
;
            
// line 61
            
if (twig_length_filter($this->env$this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "pagination", array()))) {
                
// line 62
                
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""viewtopic_body.html"62)->display($context);
                if (
$namespace) {
                    
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
                }
                
// line 63
                
echo "ttt";
            } else {
                
// line 64
                
echo "tttt&bull; ";
                echo (isset(
$context["PAGE_NUMBER"]) ? $context["PAGE_NUMBER"] : null);
                echo 
"
ttt"
;
            }
            
// line 66
            
echo "tt</div>
t"
;
        }
        
// line 68
        
echo "t";
        
// line 69
        
echo "</div>

"
;
        
// line 71
        // line 72
        
echo "
"
;
        
// line 73
        
if ((isset($context["S_HAS_POLL"]) ? $context["S_HAS_POLL"] : null)) {
            
// line 74
            
echo "t<form method="post" action="";
            echo (isset(
$context["S_POLL_ACTION"]) ? $context["S_POLL_ACTION"] : null);
            echo "" data-ajax="
vote_poll" class="topic_poll">

t<div class="
panel">
tt<div class="
inner">

tt<div class="
content">
ttt<h2 class="
poll-title">";
            
// line 80
            
echo (isset($context["POLL_QUESTION"]) ? $context["POLL_QUESTION"] : null);
            echo 
"</h2>
ttt<p class="
author">";
            
// line 81
            
echo $this->env->getExtension('phpbb')->lang("POLL_LENGTH");
            if (((isset(
$context["S_CAN_VOTE"]) ? $context["S_CAN_VOTE"] : null) && (isset($context["L_POLL_LENGTH"]) ? $context["L_POLL_LENGTH"] : null))) {
                echo 
"<br />";
            }
            if ((isset(
$context["S_CAN_VOTE"]) ? $context["S_CAN_VOTE"] : null)) {
                echo 
"<span class="poll_max_votes">";
                echo 
$this->env->getExtension('phpbb')->lang("MAX_VOTES");
                echo 
"</span>";
            }
            echo 
"</p>

ttt<fieldset class="
polls">
ttt"
;
            
// line 84
            
$context['_parent'] = $context;
            
$context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "poll_option", array()));
            foreach (
$context['_seq'] as $context["_key"] => $context["poll_option"]) {
                
// line 85
                
echo "tttt";
                
// line 86
                
echo "tttt<dl class="";
                if (
$this->getAttribute($context["poll_option"], "POLL_OPTION_VOTED", array())) {
                    echo "
voted";
                }
                if (
$this->getAttribute($context["poll_option"], "POLL_OPTION_MOST_VOTES", array())) {
                    echo " 
most-votes";
                }
                echo """
;
                if (
$this->getAttribute($context["poll_option"], "POLL_OPTION_VOTED", array())) {
                    echo 
" title="";
                    echo 
$this->env->getExtension('phpbb')->lang("POLL_VOTED_OPTION");
                    echo """
;
                }
                echo 
" data-poll-option-id="";
                echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_ID", array());
                echo "">
ttttt<dt>"
;
                
// line 87
                
if ((isset($context["S_CAN_VOTE"]) ? $context["S_CAN_VOTE"] : null)) {
                    echo 
"<label for="vote_";
                    echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_ID", array());
                    echo "">"
;
                    echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_CAPTION", array());
                    echo 
"</label>";
                } else {
                    echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_CAPTION", array());
                }
                echo 
"</dt>
ttttt"
;
                
// line 88
                
if ((isset($context["S_CAN_VOTE"]) ? $context["S_CAN_VOTE"] : null)) {
                    echo 
"<dd style="widthauto;" class="poll_option_select">";
                    if ((isset(
$context["S_IS_MULTI_CHOICE"]) ? $context["S_IS_MULTI_CHOICE"] : null)) {
                        echo 
"<input type="checkbox" name="vote_id[]" id="vote_";
                        echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_ID", array());
                        echo "" value="";
                        echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_ID", array());
                        echo """
;
                        if (
$this->getAttribute($context["poll_option"], "POLL_OPTION_VOTED", array())) {
                            echo 
" checked="checked"";
                        }
                        echo 
" />";
                    } else {
                        echo 
"<input type="radio" name="vote_id[]" id="vote_";
                        echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_ID", array());
                        echo "" value="";
                        echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_ID", array());
                        echo """
;
                        if (
$this->getAttribute($context["poll_option"], "POLL_OPTION_VOTED", array())) {
                            echo 
" checked="checked"";
                        }
                        echo 
" />";
                    }
                    echo 
"</dd>";
                }
                
// line 89
                
echo "ttttt<dd class="resultbar";
                if ( !(isset(
$context["S_DISPLAY_RESULTS"]) ? $context["S_DISPLAY_RESULTS"] : null)) {
                    echo " 
hidden";
                }
                echo ""><div class="";
                if ((
$this->getAttribute($context["poll_option"], "POLL_OPTION_PCT", array()) < 20)) {
                    echo "
pollbar1";
                } elseif ((
$this->getAttribute($context["poll_option"], "POLL_OPTION_PCT", array()) < 40)) {
                    echo "
pollbar2";
                } elseif ((
$this->getAttribute($context["poll_option"], "POLL_OPTION_PCT", array()) < 60)) {
                    echo "
pollbar3";
                } elseif ((
$this->getAttribute($context["poll_option"], "POLL_OPTION_PCT", array()) < 80)) {
                    echo "
pollbar4";
                } else {
                    echo "
pollbar5";
                }
                echo "" style="
width:";
                echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_PERCENT_REL", array());
                echo "
;">";
                echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_RESULT", array());
                echo 
"</div></dd>
ttttt<dd class="
poll_option_percent";
                // line 90
                if ( !(isset(
$context["S_DISPLAY_RESULTS"]) ? $context["S_DISPLAY_RESULTS"] : null)) {
                    echo " 
hidden";
                }
                echo "">"
;
                if ((
$this->getAttribute($context["poll_option"], "POLL_OPTION_RESULT", array()) == 0)) {
                    echo 
$this->env->getExtension('phpbb')->lang("NO_VOTES");
                } else {
                    echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_PERCENT", array());
                }
                echo 
"</dd>
tttt</dl>
tttt"
;
                
// line 92
                // line 93
                
echo "ttt";
            }
            
$_parent $context['_parent'];
            unset(
$context['_seq'], $context['_iterated'], $context['_key'], $context['poll_option'], $context['_parent'], $context['loop']);
            
$context array_intersect_key($context$_parent) + $_parent;
            
// line 94
            
echo "
tttt<dl class="
poll_total_votes";
            // line 95
            if ( !(isset(
$context["S_DISPLAY_RESULTS"]) ? $context["S_DISPLAY_RESULTS"] : null)) {
                echo " 
hidden";
            }
            echo "">
ttttt<dt>&nbsp;</dt>
ttttt<dd class="
resultbar">";
            
// line 97
            
echo $this->env->getExtension('phpbb')->lang("TOTAL_VOTES");
            echo 
$this->env->getExtension('phpbb')->lang("COLON");
            echo 
" <span class="poll_total_vote_cnt">";
            echo (isset(
$context["TOTAL_VOTES"]) ? $context["TOTAL_VOTES"] : null);
            echo 
"</span></dd>
tttt</dl>

ttt"
;
            
// line 100
            
if ((isset($context["S_CAN_VOTE"]) ? $context["S_CAN_VOTE"] : null)) {
                
// line 101
                
echo "tttt<dl style="border-topnone;" class="poll_vote">
ttttt<dt>&nbsp;</dt>
ttttt<dd class="
resultbar"><input type="submit" name="update" value="";
                // line 103
                echo 
$this->env->getExtension('phpbb')->lang("SUBMIT_VOTE");
                echo "" class="
button1" /></dd>
tttt</dl>
ttt"
;
            }
            
// line 106
            
echo "
ttt"
;
            
// line 107
            
if ( !(isset($context["S_DISPLAY_RESULTS"]) ? $context["S_DISPLAY_RESULTS"] : null)) {
                
// line 108
                
echo "tttt<dl style="border-topnone;" class="poll_view_results">
ttttt<dt>&nbsp;</dt>
ttttt<dd class="
resultbar"><a href="";
                // line 110
                echo (isset(
$context["U_VIEW_RESULTS"]) ? $context["U_VIEW_RESULTS"] : null);
                echo "">"
;
                echo 
$this->env->getExtension('phpbb')->lang("VIEW_RESULTS");
                echo 
"</a></dd>
tttt</dl>
ttt"
;
            }
            
// line 113
            
echo "ttt</fieldset>
ttt<div class="
vote-submitted hidden">";
            
// line 114
            
echo $this->env->getExtension('phpbb')->lang("VOTE_SUBMITTED");
            echo 
"</div>
tt</div>

tt</div>
tt"
;
            
// line 118
            
echo (isset($context["S_FORM_TOKEN"]) ? $context["S_FORM_TOKEN"] : null);
            echo 
"
tt"
;
            
// line 119
            
echo (isset($context["S_HIDDEN_FIELDS"]) ? $context["S_HIDDEN_FIELDS"] : null);
            echo 
"
t</div>

t</form>
t<hr />
"
;
        }
        
// line 125
        
echo "
"
;
        
// line 126
        // line 127
        
echo "
"
;
        
// line 128
        
$context['_parent'] = $context;
        
$context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "postrow", array()));
        foreach (
$context['_seq'] as $context["_key"] => $context["postrow"]) {
            
// line 129
            
echo "t";
            
// line 130
            
echo "t";
            if (
$this->getAttribute($context["postrow"], "S_FIRST_UNREAD", array())) {
                
// line 131
                
echo "tt<a id="unread" class="anchor"";
                if ((isset(
$context["S_UNREAD_VIEW"]) ? $context["S_UNREAD_VIEW"] : null)) {
                    echo 
" data-url="";
                    echo 
$this->getAttribute($context["postrow"], "U_MINI_POST", array());
                    echo """
;
                }
                echo 
"></a>
t"
;
            }
            
// line 133
            
echo "t<div id="p";
            echo 
$this->getAttribute($context["postrow"], "POST_ID", array());
            echo "" class="
post has-profile ";
            if ((
$this->getAttribute($context["postrow"], "S_ROW_COUNT", array()) % 2 == 1)) {
                echo "
bg1";
            } else {
                echo "
bg2";
            }
            if (
$this->getAttribute($context["postrow"], "S_UNREAD_POST", array())) {
                echo " 
unreadpost";
            }
            if (
$this->getAttribute($context["postrow"], "S_POST_REPORTED", array())) {
                echo " 
reported";
            }
            if (
$this->getAttribute($context["postrow"], "S_POST_DELETED", array())) {
                echo " 
deleted";
            }
            if ((
$this->getAttribute($context["postrow"], "S_ONLINE", array()) &&  !$this->getAttribute($context["postrow"], "S_POST_HIDDEN", array()))) {
                echo " 
online";
            }
            if (
$this->getAttribute($context["postrow"], "POSTER_WARNINGS", array())) {
                echo " 
warned";
            }
            echo "">
tt<div class="
inner">

tt<dl class="
postprofile" id="profile";
            // line 136
            echo 
$this->getAttribute($context["postrow"], "POST_ID", array());
            echo """
;
            if (
$this->getAttribute($context["postrow"], "S_POST_HIDDEN", array())) {
                echo 
" style="displaynone;"";
            }
            echo 
">
ttt<dt class="";
            // line 137
            if ((
$this->getAttribute($context["postrow"], "RANK_TITLE", array()) || $this->getAttribute($context["postrow"], "RANK_IMG", array()))) {
                echo "
has-profile-rank";
            } else {
                echo "
no-profile-rank";
            }
            echo " ";
            if (
$this->getAttribute($context["postrow"], "POSTER_AVATAR", array())) {
                echo "
has-avatar";
            } else {
                echo "
no-avatar";
            }
            echo "">
tttt<div class="
avatar-container">
ttttt"
;
            
// line 139
            // line 140
            
echo "ttttt";
            if (
$this->getAttribute($context["postrow"], "POSTER_AVATAR", array())) {
                
// line 141
                
echo "tttttt";
                if (
$this->getAttribute($context["postrow"], "U_POST_AUTHOR", array())) {
                    echo 
"<a href="";
                    echo 
$this->getAttribute($context["postrow"], "U_POST_AUTHOR", array());
                    echo "" class="
avatar">";
                    echo 
$this->getAttribute($context["postrow"], "POSTER_AVATAR", array());
                    echo 
"</a>";
                } else {
                    echo 
"<span class="avatar">";
                    echo 
$this->getAttribute($context["postrow"], "POSTER_AVATAR", array());
                    echo 
"</span>";
                }
                
// line 142
                
echo "ttttt";
            }
            
// line 143
            
echo "ttttt";
            
$previous_look_up_order $this->env->getNamespaceLookUpOrder();
            
$this->env->setNamespaceLookUpOrder(array('dmzx_topicauthor''__main__'));
            
$this->env->loadTemplate('@dmzx_topicauthor/event/viewtopic_body_avatar_after.html')->display($context);
            
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
            
// line 144
            
echo "tttt</div>
tttt"
;
            
// line 145
            // line 146
            
echo "tttt";
            if ( !
$this->getAttribute($context["postrow"], "U_POST_AUTHOR", array())) {
                echo 
"<strong>";
                echo 
$this->getAttribute($context["postrow"], "POST_AUTHOR_FULL", array());
                echo 
"</strong>";
            } else {
                echo 
$this->getAttribute($context["postrow"], "POST_AUTHOR_FULL", array());
            }
            
// line 147
            
echo "tttt";
            
// line 148
            
echo "ttt</dt>

ttt"
;
            
// line 150
            // line 151
            
echo "ttt";
            if ((
$this->getAttribute($context["postrow"], "RANK_TITLE", array()) || $this->getAttribute($context["postrow"], "RANK_IMG", array()))) {
                echo 
"<dd class="profile-rank">";
                echo 
$this->getAttribute($context["postrow"], "RANK_TITLE", array());
                if ((
$this->getAttribute($context["postrow"], "RANK_TITLE", array()) && $this->getAttribute($context["postrow"], "RANK_IMG", array()))) {
                    echo 
"<br />";
                }
                echo 
$this->getAttribute($context["postrow"], "RANK_IMG", array());
                echo 
"</dd>";
            }
            
// line 152
            
echo "ttt";
            
// line 153
            
echo "
tt"
;
            
// line 154
            
if (($this->getAttribute($context["postrow"], "POSTER_POSTS", array()) != "")) {
                echo 
"<dd class="profile-posts"><strong>";
                echo 
$this->env->getExtension('phpbb')->lang("POSTS");
                echo 
$this->env->getExtension('phpbb')->lang("COLON");
                echo 
"</strong> ";
                if ((
$this->getAttribute($context["postrow"], "U_SEARCH", array()) !== "")) {
                    echo 
"<a href="";
                    echo 
$this->getAttribute($context["postrow"], "U_SEARCH", array());
                    echo "">"
;
                }
                echo 
$this->getAttribute($context["postrow"], "POSTER_POSTS", array());
                if ((
$this->getAttribute($context["postrow"], "U_SEARCH", array()) !== "")) {
                    echo 
"</a>";
                }
                echo 
"</dd>";
            }
            
// line 155
            
echo "tt";
            if (
$this->getAttribute($context["postrow"], "POSTER_JOINED", array())) {
                echo 
"<dd class="profile-joined"><strong>";
                echo 
$this->env->getExtension('phpbb')->lang("JOINED");
                echo 
$this->env->getExtension('phpbb')->lang("COLON");
                echo 
"</strong> ";
                echo 
$this->getAttribute($context["postrow"], "POSTER_JOINED", array());
                echo 
"</dd>";
            }
            
// line 156
            
echo "tt";
            if (
$this->getAttribute($context["postrow"], "POSTER_WARNINGS", array())) {
                echo 
"<dd class="profile-warnings"><strong>";
                echo 
$this->env->getExtension('phpbb')->lang("WARNINGS");
                echo 
$this->env->getExtension('phpbb')->lang("COLON");
                echo 
"</strong> ";
                echo 
$this->getAttribute($context["postrow"], "POSTER_WARNINGS", array());
                echo 
"</dd>";
            }
            
// line 157
            
echo "
tt"
;
            
// line 158
            
if ($this->getAttribute($context["postrow"], "S_PROFILE_FIELD1", array())) {
                
// line 159
                
echo "ttt<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
ttt<dd><strong>"
;
                
// line 160
                
echo $this->getAttribute($context["postrow"], "PROFILE_FIELD1_NAME", array());
                echo 
$this->env->getExtension('phpbb')->lang("COLON");
                echo 
"</strong> ";
                echo 
$this->getAttribute($context["postrow"], "PROFILE_FIELD1_VALUE", array());
                echo 
"</dd>
tt"
;
            }
            
// line 162
            
echo "
tt"
;
            
// line 163
            // line 164
            
echo "tt";
            
$context['_parent'] = $context;
            
$context['_seq'] = twig_ensure_traversable($this->getAttribute($context["postrow"], "custom_fields", array()));
            foreach (
$context['_seq'] as $context["_key"] => $context["custom_fields"]) {
                
// line 165
                
echo "ttt";
                if ( !
$this->getAttribute($context["custom_fields"], "S_PROFILE_CONTACT", array())) {
                    
// line 166
                    
echo "tttt<dd class="profile-custom-field profile-";
                    echo 
$this->getAttribute($context["custom_fields"], "PROFILE_FIELD_IDENT", array());
                    echo ""><strong>"
;
                    echo 
$this->getAttribute($context["custom_fields"], "PROFILE_FIELD_NAME", array());
                    echo 
$this->env->getExtension('phpbb')->lang("COLON");
                    echo 
"</strong> ";
                    echo 
$this->getAttribute($context["custom_fields"], "PROFILE_FIELD_VALUE", array());
                    echo 
"</dd>
ttt"
;
                }
                
// line 168
                
echo "tt";
            }
            
$_parent $context['_parent'];
            unset(
$context['_seq'], $context['_iterated'], $context['_key'], $context['custom_fields'], $context['_parent'], $context['loop']);
            
$context array_intersect_key($context$_parent) + $_parent;
            
// line 169
            
echo "tt";
            
// line 170
            
echo "
tt"
;
            
// line 171
            // line 172
            
echo "tt";
            if (( !(isset(
$context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null) && twig_length_filter($this->env$this->getAttribute($context["postrow"], "contact", array())))) {
                
// line 173
                
echo "ttt<dd class="profile-contact">
tttt<strong>"
;
                
// line 174
                
echo $this->env->getExtension('phpbb')->lang("CONTACT");
                echo 
$this->env->getExtension('phpbb')->lang("COLON");
                echo 
"</strong>
tttt<div class="
dropdown-container dropdown-left">
ttttt<a href="
#" class="dropdown-trigger"><span class="imageset icon_contact" title="";
                // line 176
                
echo $this->getAttribute($context["postrow"], "CONTACT_USER", array());
                echo 
"">";
                echo 
$this->getAttribute($context["postrow"], "CONTACT_USER", array());
                echo "
</span></a>
ttttt<div class="dropdown hidden">
tttttt<div class="pointer"><div class="pointer-inner"></div></div>
tttttt<div class="dropdown-contents contact-icons">
ttttttt";
                // line 180
                
$context['_parent'] = $context;
                
$context['_seq'] = twig_ensure_traversable($this->getAttribute($context["postrow"], "contact", array()));
                foreach (
$context['_seq'] as $context["_key"] => $context["contact"]) {
                    // line 181
                    echo "
tttttttt";
                    
$context["REMAINDER"] = ($this->getAttribute($context["contact"], "S_ROW_COUNT", array()) % 4);
                    // line 182
                    echo "
tttttttt";
                    
$value = (((isset($context["REMAINDER"]) ? $context["REMAINDER"] : null) == 3) || ($this->getAttribute($context["contact"], "S_LAST_ROW", array()) && ($this->getAttribute($context["contact"], "S_NUM_ROWS", array()) < 4)));
                    
$context['definition']->set('S_LAST_CELL', $value);
                    // line 183
                    echo "
tttttttt";
                    if (((isset(
$context["REMAINDER"]) ? $context["REMAINDER"] : null) == 0)) {
                        // line 184
                        echo "
ttttttttt<div>
tttttttt";
                    }
                    // line 186
                    echo "
ttttttttt<a href="";
                    if (
$this->getAttribute($context["contact"], "U_CONTACT", array())) {
                        echo 
$this->getAttribute($context["contact"], "U_CONTACT", array());
                    } else {
                        echo 
$this->getAttribute($context["postrow"], "U_POST_AUTHOR", array());
                    }
                    echo 
"" title="";
                    echo 
$this->getAttribute($context["contact"], "NAME", array());
                    echo 
""";
                    if (
$this->getAttribute((isset($context["definition"]) ? $context["definition"] : null), "S_LAST_CELL", array())) {
                        echo " 
class="last-cell"";
                    }
                    if ((
$this->getAttribute($context["contact"], "ID", array()) == "jabber")) {
                        echo " 
onclick="popup(this.href, 750, 320); return false;"";
                    }
                    echo "
>
tttttttttt<span class="contact-icon ";
                    
// line 187
                    
echo $this->getAttribute($context["contact"], "ID", array());
                    echo 
"-icon">";
                    echo 
$this->getAttribute($context["contact"], "NAME", array());
                    echo "
</span>
ttttttttt</a>
tttttttt";
                    // line 189
                    if ((((isset(
$context["REMAINDER"]) ? $context["REMAINDER"] : null) == 3) || $this->getAttribute($context["contact"], "S_LAST_ROW", array()))) {
                        // line 190
                        echo "
ttttttttt</div>
tttttttt";
                    }
                    // line 192
                    echo "
ttttttt";
                }
                
$_parent = $context['_parent'];
                unset(
$context['_seq'], $context['_iterated'], $context['_key'], $context['contact'], $context['_parent'], $context['loop']);
                
$context = array_intersect_key($context$_parent) + $_parent;
                // line 193
                echo "
tttttt</div>
ttttt</div>
tttt</div>
ttt</dd>
tt";
            }
            // line 198
            echo "
tt";
            // line 199
            echo "
tt</dl>

tt<div class="postbody">
ttt";
            // line 203
            if (
$this->getAttribute($context["postrow"], "S_POST_HIDDEN", array())) {
                // line 204
                echo "
tttt";
                if (
$this->getAttribute($context["postrow"], "S_POST_DELETED", array())) {
                    // line 205
                    echo "
ttttt<div class="ignore" id="post_hidden";
                    echo 
$this->getAttribute($context["postrow"], "POST_ID", array());
                    echo 
"">
tttttt";
                    // line 206
                    echo 
$this->getAttribute($context["postrow"], "L_POST_DELETED_MESSAGE", array());
                    echo "
<br />
tttttt";
                    // line 207
                    echo 
$this->getAttribute($context["postrow"], "L_POST_DISPLAY", array());
                    echo "
ttttt</div>
tttt";
                } elseif (
$this->getAttribute(                // line 209
$context["postrow"], "S_IGNORE_POST", array())) {
                    // line 210
                    echo "
ttttt<div class="ignore" id="post_hidden";
                    echo 
$this->getAttribute($context["postrow"], "POST_ID", array());
                    echo 
"">
tttttt";
                    // line 211
                    echo 
$this->getAttribute($context["postrow"], "L_IGNORE_POST", array());
                    echo "
<br />
tttttt";
                    // line 212
                    echo 
$this->getAttribute($context["postrow"], "L_POST_DISPLAY", array());
                    echo "
ttttt</div>
tttt";
                }
                // line 215
                echo "
ttt";
            }
            // line 216
            echo "
ttt<div id="post_content";
            echo 
$this->getAttribute($context["postrow"], "POST_ID", array());
            echo 
""";
            if (
$this->getAttribute($context["postrow"], "S_POST_HIDDEN", array())) {
                echo " 
style="display: none;"";
            }
            echo "
>

ttt<h3 ";
            // line 218
            if (
$this->getAttribute($context["postrow"], "S_FIRST_ROW", array())) {
                echo "
class="first"";
            }
            echo "
>";
            if (
$this->getAttribute($context["postrow"], "POST_ICON_IMG", array())) {
                echo "
<img src="";
                echo (isset(
$context["T_ICONS_PATH"]) ? $context["T_ICONS_PATH"] : null);
                echo 
$this->getAttribute($context["postrow"], "POST_ICON_IMG", array());
                echo 
"" width="";
                echo 
$this->getAttribute($context["postrow"], "POST_ICON_IMG_WIDTH", array());
                echo 
"" height="";
                echo 
$this->getAttribute($context["postrow"], "POST_ICON_IMG_HEIGHT", array());
                echo 
"" alt="" /> ";
            }
            echo "
<a href="#p";
            echo 
$this->getAttribute($context["postrow"], "POST_ID", array());
            echo 
"">";
            echo 
$this->getAttribute($context["postrow"], "POST_SUBJECT", array());
            echo "
</a></h3>

tt";
            // line 220
            
$value = ((((($this->getAttribute($context["postrow"], "U_EDIT", array()) || $this->getAttribute($context["postrow"], "U_DELETE", array())) || $this->getAttribute($context["postrow"], "U_REPORT", array())) || $this->getAttribute($context["postrow"], "U_WARN", array())) || $this->getAttribute($context["postrow"], "U_INFO", array())) || $this->getAttribute($context["postrow"], "U_QUOTE", array()));
            
$context['definition']->set('SHOW_POST_BUTTONS', $value);
            // line 221
            echo "
tt";
            // line 222
            echo "
tt";
            if ( !(isset(
$context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null)) {
                // line 223
                echo "
ttt";
                if (
$this->getAttribute((isset($context["definition"]) ? $context["definition"] : null), "SHOW_POST_BUTTONS", array())) {
                    // line 224
                    echo "
tttt<ul class="post-buttons">
ttttt";
                    // line 225
                    // line 226
                    echo "
ttttt";
                    if (
$this->getAttribute($context["postrow"], "U_EDIT", array())) {
                        // line 227
                        echo "
tttttt<li>
ttttttt<a href="";
                        
// line 228
                        
echo $this->getAttribute($context["postrow"], "U_EDIT", array());
                        echo 
"" title="";
                        echo 
$this->env->getExtension('phpbb')->lang("EDIT_POST");
                        echo 
"" class="button icon-button edit-icon"><span>";
                        echo 
$this->env->getExtension('phpbb')->lang("BUTTON_EDIT");
                        echo "
</span></a>
tttttt</li>
ttttt";
                    }
                    // line 231
                    echo "
ttttt";
                    if (
$this->getAttribute($context["postrow"], "U_DELETE", array())) {
                        // line 232
                        echo "
tttttt<li>
ttttttt<a href="";
                        
// line 233
                        
echo $this->getAttribute($context["postrow"], "U_DELETE", array());
                        echo 
"" title="";
                        echo 
$this->env->getExtension('phpbb')->lang("DELETE_POST");
                        echo 
"" class="button icon-button delete-icon"><span>";
                        echo 
$this->env->getExtension('phpbb')->lang("DELETE_POST");
                        echo "
</span></a>
tttttt</li>
ttttt";
                    }
                    // line 236
                    echo "
ttttt";
                    if (
$this->getAttribute($context["postrow"], "U_REPORT", array())) {
                        // line 237
                        echo "
tttttt<li>
ttttttt<a href="";
                        
// line 238
                        
echo $this->getAttribute($context["postrow"], "U_REPORT", array());
                        echo 
"" title="";
                        echo 
$this->env->getExtension('phpbb')->lang("REPORT_POST");
                        echo 
"" class="button icon-button report-icon"><span>";
                        echo 
$this->env->getExtension('phpbb')->lang("REPORT_POST");
                        echo "
</span></a>
tttttt</li>
ttttt";
                    }
                    // line 241
                    echo "
ttttt";
                    if (
$this->getAttribute($context["postrow"], "U_WARN", array())) {
                        // line 242
                        echo "
tttttt<li>
ttttttt<a href="";
                        
// line 243
                        
echo $this->getAttribute($context["postrow"], "U_WARN", array());
                        echo 
"" title="";
                        echo 
$this->env->getExtension('phpbb')->lang("WARN_USER");
                        echo 
"" class="button icon-button warn-icon"><span>";
                        echo 
$this->env->getExtension('phpbb')->lang("WARN_USER");
                        echo "
</span></a>
tttttt</li>
ttttt";
                    }
                    // line 246
                    echo "
ttttt";
                    if (
$this->getAttribute($context["postrow"], "U_INFO", array())) {
                        // line 247
                        echo "
tttttt<li>
ttttttt<a href="";
                        
// line 248
                        
echo $this->getAttribute($context["postrow"], "U_INFO", array());
                        echo 
"" title="";
                        echo 
$this->env->getExtension('phpbb')->lang("INFORMATION");
                        echo 
"" class="button icon-button info-icon"><span>";
                        echo 
$this->env->getExtension('phpbb')->lang("INFORMATION");
                        echo "
</span></a>
tttttt</li>
ttttt";
                    }
                    // line 251
                    echo "
ttttt";
                    if (
$this->getAttribute($context["postrow"], "U_QUOTE", array())) {
                        // line 252
                        echo "
tttttt<li>
ttttttt<a href="";
                        
// line 253
                        
echo $this->getAttribute($context["postrow"], "U_QUOTE", array());
                        echo 
"" title="";
                        echo 
$this->env->getExtension('phpbb')->lang("REPLY_WITH_QUOTE");
                        echo 
"" class="button icon-button quote-icon"><span>";
                        echo 
$this->env->getExtension('phpbb')->lang("QUOTE");
                        echo "
</span></a>
tttttt</li>
ttttt";
                    }
                    // line 256
                    echo "
ttttt";
                    // line 257
                    echo "
tttt</ul>
ttt";
                }
                // line 259
                echo "
tt";
            }
            // line 260
            echo "
tt";
            // line 261
            echo "
ttt";
            // line 262
            // line 263
            echo "
ttt<class="author">";
            if ((isset(
$context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null)) {
                echo 
$this->getAttribute($context["postrow"], "MINI_POST_IMG", array());
            } else {
                echo "
<a href="";
                echo 
$this->getAttribute($context["postrow"], "U_MINI_POST", array());
                echo 
"">";
                echo 
$this->getAttribute($context["postrow"], "MINI_POST_IMG", array());
                echo "
</a>";
            }
            echo "
<span class="responsive-hide">";
            echo 
$this->env->getExtension('phpbb')->lang("POST_BY_AUTHOR");
            echo " 
<strong>";
            echo 
$this->getAttribute($context["postrow"], "POST_AUTHOR_FULL", array());
            echo "
</strong> &raquo; </span>";
            echo 
$this->getAttribute($context["postrow"], "POST_DATE", array());
            echo " 
</p>
ttt";
            // line 264
            // line 265
            echo "
ttt";
            // line 266
            if (
$this->getAttribute($context["postrow"], "S_POST_UNAPPROVED", array())) {
                // line 267
                echo "
ttt<form method="post" class="mcp_approve" action="";
                echo 
$this->getAttribute($context["postrow"], "U_APPROVE_ACTION", array());
                echo 
"">
tttt<class="post-notice unapproved">
ttttt<strong>";
                // line 269
                echo 
$this->env->getExtension('phpbb')->lang("POST_UNAPPROVED_ACTION");
                echo "
</strong>
ttttt<input class="button2" type="submit" value="";
                
// line 270
                
echo $this->env->getExtension('phpbb')->lang("DISAPPROVE");
                echo 
"" name="action[disapprove]" />
ttttt<input class="button1" type="submit" value="";
                
// line 271
                
echo $this->env->getExtension('phpbb')->lang("APPROVE");
                echo 
"" name="action[approve]" />
ttttt<input type="hidden" name="post_id_list[]" value="";
                
// line 272
                
echo $this->getAttribute($context["postrow"], "POST_ID", array());
                echo 
"" />
ttttt";
                // line 273
                echo (isset(
$context["S_FORM_TOKEN"]) ? $context["S_FORM_TOKEN"] : null);
                echo "
tttt</p>
ttt</form>
ttt";
            } elseif (
$this->getAttribute(            // line 276
$context["postrow"], "S_POST_DELETED", array())) {
                // line 277
                echo "
ttt<form method="post" class="mcp_approve" action="";
                echo 
$this->getAttribute($context["postrow"], "U_APPROVE_ACTION", array());
                echo 
"">
tttt<class="post-notice deleted">
ttttt<strong>";
                // line 279
                echo 
$this->env->getExtension('phpbb')->lang("POST_DELETED_ACTION");
                echo "
</strong>
ttttt<input class="button2" type="submit" value="";
                
// line 280
                
echo $this->env->getExtension('phpbb')->lang("DELETE");
                echo 
"" name="action[disapprove]" />
ttttt<input class="button1" type="submit" value="";
                
// line 281
                
echo $this->env->getExtension('phpbb')->lang("RESTORE");
                echo 
"" name="action[restore]" />
ttttt<input type="hidden" name="post_id_list[]" value="";
                
// line 282
                
echo $this->getAttribute($context["postrow"], "POST_ID", array());
                echo 
"" />
ttttt";
                // line 283
                echo (isset(
$context["S_FORM_TOKEN"]) ? $context["S_FORM_TOKEN"] : null);
                echo "
tttt</p>
ttt</form>
ttt";
            }
            // line 287
            echo "
ttt";
            // line 288
            if (
$this->getAttribute($context["postrow"], "S_POST_REPORTED", array())) {
                // line 289
                echo "
ttt<class="post-notice reported">
tttt<a href="";
                
// line 290
                
echo $this->getAttribute($context["postrow"], "U_MCP_REPORT", array());
                echo 
""><strong>";
                echo 
$this->env->getExtension('phpbb')->lang("POST_REPORTED");
                echo "
</strong></a>
ttt</p>
ttt";
            }
            // line 293
            echo "
ttt<div class="content">";
            // line 294
            echo 
$this->getAttribute($context["postrow"], "MESSAGE", array());
            echo "
</div>

ttt";
            // line 296
            if (
$this->getAttribute($context["postrow"], "S_HAS_ATTACHMENTS", array())) {
                // line 297
                echo "
tttt<dl class="attachbox">
ttttt<dt>
tttttt";
                // line 299
                echo 
$this->env->getExtension('phpbb')->lang("ATTACHMENTS");
                echo "
ttttt</dt>
ttttt";
                // line 301
                
$context['_parent'] = $context;
                
$context['_seq'] = twig_ensure_traversable($this->getAttribute($context["postrow"], "attachment", array()));
                foreach (
$context['_seq'] as $context["_key"] => $context["attachment"]) {
                    // line 302
                    echo "
tttttt<dd>";
                    echo 
$this->getAttribute($context["attachment"], "DISPLAY_ATTACHMENT", array());
                    echo "
</dd>
ttttt";
                }
                
$_parent = $context['_parent'];
                unset(
$context['_seq'], $context['_iterated'], $context['_key'], $context['attachment'], $context['_parent'], $context['loop']);
                
$context = array_intersect_key($context$_parent) + $_parent;
                // line 304
                echo "
tttt</dl>
ttt";
            }
            // line 306
            echo "
ttt";
            // line 307
            // line 308
            echo "
ttt";
            if (
$this->getAttribute($context["postrow"], "S_DISPLAY_NOTICE", array())) {
                echo "
<div class="rules">";
                echo 
$this->env->getExtension('phpbb')->lang("DOWNLOAD_NOTICE");
                echo "
</div>";
            }
            // line 309
            echo "
ttt";
            if ((
$this->getAttribute($context["postrow"], "DELETED_MESSAGE", array()) || $this->getAttribute($context["postrow"], "DELETE_REASON", array()))) {
                // line 310
                echo "
tttt<div class="notice post_deleted_msg">
ttttt";
                // line 311
                echo 
$this->getAttribute($context["postrow"], "DELETED_MESSAGE", array());
                echo "
ttttt";
                // line 312
                if (
$this->getAttribute($context["postrow"], "DELETE_REASON", array())) {
                    echo "
<br /><strong>";
                    echo 
$this->env->getExtension('phpbb')->lang("REASON");
                    echo 
$this->env->getExtension('phpbb')->lang("COLON");
                    echo "
</strong> <em>";
                    echo 
$this->getAttribute($context["postrow"], "DELETE_REASON", array());
                    echo "
</em>";
                }
                // line 313
                echo "
tttt</div>
ttt";
            } elseif ((
$this->getAttribute(            // line 314
$context["postrow"], "EDITED_MESSAGE", array()) || $this->getAttribute($context["postrow"], "EDIT_REASON", array()))) {
                // line 315
                echo "
tttt<div class="notice">
ttttt";
                // line 316
                echo 
$this->getAttribute($context["postrow"], "EDITED_MESSAGE", array());
                echo "
ttttt";
                // line 317
                if (
$this->getAttribute($context["postrow"], "EDIT_REASON", array())) {
                    echo "
<br /><strong>";
                    echo 
$this->env->getExtension('phpbb')->lang("REASON");
                    echo 
$this->env->getExtension('phpbb')->lang("COLON");
                    echo "
</strong> <em>";
                    echo 
$this->getAttribute($context["postrow"], "EDIT_REASON", array());
                    echo "
</em>";
                }
                // line 318
                echo "
tttt</div>
ttt";
            }
            // line 320
            echo "
ttt";
            // line 321
            if (
$this->getAttribute($context["postrow"], "BUMPED_MESSAGE", array())) {
                echo "
<div class="notice"><br /><br />";
                echo 
$this->getAttribute($context["postrow"], "BUMPED_MESSAGE", array());
                echo "
</div>";
            }
            // line 322
            echo "
ttt";
            
$previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            
$this->env->setNamespaceLookUpOrder(array('vinny_shareon', '__main__'));
            
$this->env->loadTemplate('@vinny_shareon/event/viewtopic_body_postrow_post_notices_after.html')->display($context);
            
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
            // line 323
            echo "
ttt";
            if (
$this->getAttribute($context["postrow"], "SIGNATURE", array())) {
                echo "
<div id="sig";
                echo 
$this->getAttribute($context["postrow"], "POST_ID", array());
                echo 
"" class="signature">";
                echo 
$this->getAttribute($context["postrow"], "SIGNATURE", array());
                echo "
</div>";
            }
            // line 324
            echo "
ttt";
            // line 325
            // line 326
            echo "
ttt</div>

tt</div>

tt<div class="back2top"><a href="#top" class="top" title="";
            
// line 330
            
echo $this->env->getExtension('phpbb')->lang("BACK_TO_TOP");
            echo 
"">";
            echo 
$this->env->getExtension('phpbb')->lang("BACK_TO_TOP");
            echo "
</a></div>

tt</div>
t</div>

t<hr class="divider" />
t";
            // line 336
        }
        
$_parent = $context['_parent'];
        unset(
$context['_seq'], $context['_iterated'], $context['_key'], $context['postrow'], $context['_parent'], $context['loop']);
        
$context = array_intersect_key($context$_parent) + $_parent;
        // line 338
        echo "
";
        // line 339
        if ((isset(
$context["S_QUICK_REPLY"]) ? $context["S_QUICK_REPLY"] : null)) {
            // line 340
            echo "
t";
            
$location = "quickreply_editor.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("quickreply_editor.html", "viewtopic_body.html", 340)->display($context);
            if (
$namespace) {
                
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
        }
        // line 342
        echo "
";
        // line 343
        if ((((isset(
$context["S_NUM_POSTS"]) ? $context["S_NUM_POSTS"] : null) > 1) || twig_length_filter($this->env$this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "pagination", array())))) {
            // line 344
            echo "
t<form id="viewtopic" method="post" action="";
            echo (isset(
$context["S_TOPIC_ACTION"]) ? $context["S_TOPIC_ACTION"] : null);
            echo 
"">
t<fieldset class="display-options" style="margin-top: 0; ">
tt";
            // line 346
            if ( !(isset(
$context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null)) {
                // line 347
                echo "
tt<label>";
                echo 
$this->env->getExtension('phpbb')->lang("DISPLAY_POSTS");
                echo 
$this->env->getExtension('phpbb')->lang("COLON");
                echo " ";
                echo (isset(
$context["S_SELECT_SORT_DAYS"]) ? $context["S_SELECT_SORT_DAYS"] : null);
                echo "
</label>
tt<label>";
                // line 348
                echo 
$this->env->getExtension('phpbb')->lang("SORT_BY");
                echo " ";
                echo (isset(
$context["S_SELECT_SORT_KEY"]) ? $context["S_SELECT_SORT_KEY"] : null);
                echo "
</label> <label>";
                echo (isset(
$context["S_SELECT_SORT_DIR"]) ? $context["S_SELECT_SORT_DIR"] : null);
                echo "
</label>
tt<input type="submit" name="sort" value="";
                
// line 349
                
echo $this->env->getExtension('phpbb')->lang("GO");
                echo 
"" class="button2" />
tt";
            }
            // line 351
            echo "
t</fieldset>
t</form>
t<hr />
";
        }
        // line 355
        echo "
";
        // line 356
        // line 357
        echo "
<div class="action-bar bottom">
t<div class="buttons">
tt";
        // line 359
        // line 360
        echo "
t";
        // line 361
        if (( !(isset(
$context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null) && (isset($context["S_DISPLAY_REPLY_INFO"]) ? $context["S_DISPLAY_REPLY_INFO"] : null))) {
            // line 362
            echo "
tt<a href="";
            echo (isset(
$context["U_POST_REPLY_TOPIC"]) ? $context["U_POST_REPLY_TOPIC"] : null);
            echo 
"" class="button icon-button ";
            if ((isset(
$context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
                echo 
"locked-icon";
            } else {
                echo 
"reply-icon";
            }
            echo 
"" title="";
            if ((isset(
$context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
                echo 
$this->env->getExtension('phpbb')->lang("TOPIC_LOCKED");
            } else {
                echo 
$this->env->getExtension('phpbb')->lang("POST_REPLY");
            }
            echo 
"">
ttt";
            // line 363
            if ((isset(
$context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
                echo 
$this->env->getExtension('phpbb')->lang("BUTTON_TOPIC_LOCKED");
            } else {
                echo 
$this->env->getExtension('phpbb')->lang("BUTTON_POST_REPLY");
            }
            // line 364
            echo "
tt</a>
t";
        }
        // line 366
        echo "
tt";
        // line 367
        // line 368
        echo "
t</div>

t";
        // line 370
        
$location = "viewtopic_topic_tools.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("viewtopic_topic_tools.html", "viewtopic_body.html", 370)->display($context);
        if (
$namespace) {
            
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 371
        echo "
t";
        // line 372
        if (twig_length_filter(
$this->env$this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "quickmod", array()))) {
            // line 373
            echo "
tt<div class="dropdown-container dropdown-container-";
            echo (isset(
$context["S_CONTENT_FLOW_BEGIN"]) ? $context["S_CONTENT_FLOW_BEGIN"] : null);
            echo 
" dropdown-up dropdown-";
            echo (isset(
$context["S_CONTENT_FLOW_END"]) ? $context["S_CONTENT_FLOW_END"] : null);
            echo 
" dropdown-button-control" id="quickmod">
ttt<span title="";
            
// line 374
            
echo $this->env->getExtension('phpbb')->lang("QUICK_MOD");
            echo 
"" class="dropdown-trigger button icon-button modtools-icon dropdown-select">";
            echo 
$this->env->getExtension('phpbb')->lang("QUICK_MOD");
            echo "
</span>
ttt<div class="dropdown hidden">
tttt<div class="pointer"><div class="pointer-inner"></div></div>
tttt<ul class="dropdown-contents">
tttt";
            // line 378
            
$context['_parent'] = $context;
            
$context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "quickmod", array()));
            foreach (
$context['_seq'] as $context["_key"] => $context["quickmod"]) {
                // line 379
                echo "
ttttt";
                
$value = twig_in_filter($this->getAttribute($context["quickmod"], "VALUE", array()), array(0 => "lock", 1 => "unlock", 2 => "delete_topic", 3 => "restore_topic", 4 => "make_normal", 5 => "make_sticky", 6 => "make_announce", 7 => "make_global"));
                
$context['definition']->set('QUICKMOD_AJAX', $value);
                // line 380
                echo "
ttttt<li><a href="";
                echo 
$this->getAttribute($context["quickmod"], "LINK", array());
                echo 
""";
                if (
$this->getAttribute((isset($context["definition"]) ? $context["definition"] : null), "QUICKMOD_AJAX", array())) {
                    echo " 
data-ajax="true" data-refresh="true"";
                }
                echo "
>";
                echo 
$this->getAttribute($context["quickmod"], "TITLE", array());
                echo "
</a></li>
tttt";
            }
            
$_parent = $context['_parent'];
            unset(
$context['_seq'], $context['_iterated'], $context['_key'], $context['quickmod'], $context['_parent'], $context['loop']);
            
$context = array_intersect_key($context$_parent) + $_parent;
            // line 382
            echo "
tttt</ul>
ttt</div>
tt</div>
t";
        }
        // line 386
        echo "
t
t
";
        // line 387
        // line 388
        echo "
t";
        // line 389
        if ((twig_length_filter(
$this->env$this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "pagination", array())) || (isset($context["TOTAL_POSTS"]) ? $context["TOTAL_POSTS"] : null))) {
            // line 390
            echo "
tt<div class="pagination">
ttt";
            // line 391
            echo (isset(
$context["TOTAL_POSTS"]) ? $context["TOTAL_POSTS"] : null);
            echo "
ttt";
            // line 392
            if (twig_length_filter(
$this->env$this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "pagination", array()))) {
                // line 393
                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", "viewtopic_body.html", 393)->display($context);
                if (
$namespace) {
                    
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
                }
                // line 394
                echo "
ttt";
            } else {
                // line 395
                echo "
tttt&bull";
                echo (isset(
$context["PAGE_NUMBER"]) ? $context["PAGE_NUMBER"] : null);
                echo "
ttt";
            }
            // line 397
            echo "
tt</div>
t";
        }
        // line 399
        echo "
t<div class="clear"></div>
</
div>

";
        // line 402
        
$previous_look_up_order = $this->env->getNamespaceLookUpOrder();
        
$this->env->setNamespaceLookUpOrder(array('vse_similartopics', '__main__'));
        
$this->env->loadTemplate('@vse_similartopics/event/viewtopic_body_footer_before.html')->display($context);
        
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
        // line 403
        
$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", "viewtopic_body.html", 403)->display($context);
        if (
$namespace) {
            
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 404
        echo "
";
        // line 405
        if ((isset(
$context["S_DISPLAY_ONLINE_LIST"]) ? $context["S_DISPLAY_ONLINE_LIST"] : null)) {
            // line 406
            echo "
t<div class="stat-block online-list">
tt<h3>";
            // line 407
            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 408
            echo (isset(
$context["LOGGED_IN_USER_LIST"]) ? $context["LOGGED_IN_USER_LIST"] : null);
            echo "
</p>
t</div>
";
        }
        // line 411
        echo "
";
        // line 412
        
$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", "viewtopic_body.html", 412)->display($context);
        if (
$namespace) {
            
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
    }

    public function getTemplateName()
    {
        return "
viewtopic_body.html";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  1498 => 412,  1495 => 411,  1489 => 408,  1477 => 407,  1474 => 406,  1472 => 405,  1469 => 404,  1457 => 403,  1452 => 402,  1447 => 399,  1443 => 397,  1437 => 395,  1434 => 394,  1421 => 393,  1419 => 392,  1415 => 391,  1412 => 390,  1410 => 389,  1407 => 388,  1406 => 387,  1403 => 386,  1397 => 382,  1382 => 380,  1378 => 379,  1374 => 378,  1365 => 374,  1358 => 373,  1356 => 372,  1353 => 371,  1341 => 370,  1337 => 368,  1336 => 367,  1333 => 366,  1329 => 364,  1323 => 363,  1306 => 362,  1304 => 361,  1301 => 360,  1300 => 359,  1296 => 357,  1295 => 356,  1292 => 355,  1286 => 351,  1281 => 349,  1273 => 348,  1265 => 347,  1263 => 346,  1257 => 344,  1255 => 343,  1252 => 342,  1238 => 340,  1236 => 339,  1233 => 338,  1228 => 336,  1217 => 330,  1211 => 326,  1210 => 325,  1207 => 324,  1198 => 323,  1192 => 322,  1186 => 321,  1183 => 320,  1179 => 318,  1170 => 317,  1166 => 316,  1163 => 315,  1161 => 314,  1158 => 313,  1149 => 312,  1145 => 311,  1142 => 310,  1139 => 309,  1132 => 308,  1131 => 307,  1128 => 306,  1124 => 304,  1115 => 302,  1111 => 301,  1106 => 299,  1102 => 297,  1100 => 296,  1095 => 294,  1092 => 293,  1084 => 290,  1081 => 289,  1079 => 288,  1076 => 287,  1069 => 283,  1065 => 282,  1061 => 281,  1057 => 280,  1053 => 279,  1047 => 277,  1045 => 276,  1039 => 273,  1035 => 272,  1031 => 271,  1027 => 270,  1023 => 269,  1017 => 267,  1015 => 266,  1012 => 265,  1011 => 264,  992 => 263,  991 => 262,  988 => 261,  986 => 260,  983 => 259,  979 => 257,  977 => 256,  967 => 253,  964 => 252,  961 => 251,  951 => 248,  948 => 247,  945 => 246,  935 => 243,  932 => 242,  929 => 241,  919 => 238,  916 => 237,  913 => 236,  903 => 233,  900 => 232,  897 => 231,  887 => 228,  884 => 227,  881 => 226,  880 => 225,  877 => 224,  874 => 223,  871 => 222,  869 => 221,  866 => 220,  844 => 218,  834 => 216,  831 => 215,  825 => 212,  821 => 211,  816 => 210,  814 => 209,  809 => 207,  805 => 206,  800 => 205,  797 => 204,  795 => 203,  789 => 199,  787 => 198,  780 => 193,  774 => 192,  770 => 190,  768 => 189,  761 => 187,  743 => 186,  739 => 184,  736 => 183,  732 => 182,  729 => 181,  725 => 180,  716 => 176,  710 => 174,  707 => 173,  704 => 172,  703 => 171,  700 => 170,  698 => 169,  692 => 168,  681 => 166,  678 => 165,  673 => 164,  672 => 163,  669 => 162,  661 => 160,  658 => 159,  656 => 158,  653 => 157,  643 => 156,  633 => 155,  616 => 154,  613 => 153,  611 => 152,  600 => 151,  599 => 150,  595 => 148,  593 => 147,  584 => 146,  583 => 145,  580 => 144,  574 => 143,  571 => 142,  558 => 141,  555 => 140,  554 => 139,  539 => 137,  531 => 136,  503 => 133,  493 => 131,  490 => 130,  488 => 129,  484 => 128,  481 => 127,  480 => 126,  477 => 125,  468 => 119,  464 => 118,  457 => 114,  454 => 113,  446 => 110,  442 => 108,  440 => 107,  437 => 106,  431 => 103,  427 => 101,  425 => 100,  416 => 97,  409 => 95,  406 => 94,  400 => 93,  399 => 92,  386 => 90,  363 => 89,  337 => 88,  325 => 87,  307 => 86,  305 => 85,  301 => 84,  287 => 81,  283 => 80,  273 => 74,  271 => 73,  268 => 72,  267 => 71,  263 => 69,  261 => 68,  257 => 66,  251 => 64,  248 => 63,  235 => 62,  233 => 61,  222 => 60,  219 => 59,  217 => 58,  214 => 57,  206 => 52,  198 => 51,  192 => 50,  188 => 49,  183 => 47,  180 => 46,  178 => 45,  175 => 44,  173 => 43,  161 => 42,  157 => 40,  156 => 39,  153 => 38,  149 => 36,  143 => 35,  126 => 34,  124 => 33,  121 => 32,  120 => 31,  114 => 27,  108 => 23,  103 => 21,  98 => 20,  90 => 18,  88 => 17,  79 => 14,  77 => 13,  74 => 12,  61 => 9,  58 => 8,  56 => 7,  53 => 6,  47 => 5,  34 => 3,  31 => 2,  19 => 1,);
    }
}
/* <!-- INCLUDE overall_header.html -->*/
/* */
/* <h2 class="
topic-title"><!-- EVENT viewtopic_topic_title_prepend --><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- EVENT viewtopic_topic_title_append --></h2>*/
/* <!-- NOTE: remove the style="
displaynone" when you want to have the forum description on the topic body -->*/
/* <!-- IF FORUM_DESC --><div style="
displaynone !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 -->*/
/* */
/* <!-- 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 -->*/
/* */
/* <div class="
action-bar top">*/
/* */
/*     <div class="
buttons">*/
/*         <!-- EVENT viewtopic_buttons_top_before -->*/
/* */
/*     <!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->*/
/*         <a href="
{U_POST_REPLY_TOPIC}" class="button icon-button <!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->">*/
/*             <!-- IF S_IS_LOCKED -->{L_BUTTON_TOPIC_LOCKED}<!-- ELSE -->{L_BUTTON_POST_REPLY}<!-- ENDIF -->*/
/*         </a>*/
/*     <!-- ENDIF -->*/
/* */
/*         <!-- EVENT viewtopic_buttons_top_after -->*/
/*     </div>*/
/* */
/*     <!-- INCLUDE viewtopic_topic_tools.html -->*/
/*     <!-- EVENT viewtopic_dropdown_top_custom -->*/
/* */
/*     <!-- IF S_DISPLAY_SEARCHBOX -->*/
/*         <div class="
search-box" role="search">*/
/*             <form method="
get" id="topic-search" action="{S_SEARCHBOX_ACTION}">*/
/*             <fieldset>*/
/*                 <input class="
inputbox search tiny"  type="search" name="keywords" id="search_keywords" size="20" placeholder="{L_SEARCH_TOPIC}" />*/
/*                 <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 -->*/
/* */
/*     <!-- IF .pagination or TOTAL_POSTS -->*/
/*         <div class="
pagination">*/
/*             <!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --><a href="
{U_VIEW_UNREAD_POST}" class="mark">{L_VIEW_UNREAD_POST}</a> &bull; <!-- ENDIF -->{TOTAL_POSTS}*/
/*             <!-- IF .pagination -->*/
/*                 <!-- INCLUDE pagination.html -->*/
/*             <!-- ELSE -->*/
/*                 &bull; {PAGE_NUMBER}*/
/*             <!-- ENDIF -->*/
/*         </div>*/
/*     <!-- ENDIF -->*/
/*     <!-- EVENT viewtopic_body_pagination_top_after -->*/
/* </div>*/
/* */
/* <!-- EVENT viewtopic_body_poll_before -->*/
/* */
/* <!-- IF S_HAS_POLL -->*/
/*     <form method="
post" action="{S_POLL_ACTION}" data-ajax="vote_poll" class="topic_poll">*/
/* */
/*     <div class="
panel">*/
/*         <div class="
inner">*/
/* */
/*         <div class="
content">*/
/*             <h2 class="
poll-title"><!-- EVENT viewtopic_body_poll_question_prepend -->{POLL_QUESTION}<!-- EVENT viewtopic_body_poll_question_append --></h2>*/
/*             <p class="
author">{L_POLL_LENGTH}<!-- IF S_CAN_VOTE and L_POLL_LENGTH --><br /><!-- ENDIF --><!-- IF S_CAN_VOTE --><span class="poll_max_votes">{L_MAX_VOTES}</span><!-- ENDIF --></p>*/
/* */
/*             <fieldset class="
polls">*/
/*             <!-- BEGIN poll_option -->*/
/*                 <!-- EVENT viewtopic_body_poll_option_before -->*/
/*                 <dl class="
<!-- IF poll_option.POLL_OPTION_VOTED -->voted<!-- ENDIF --><!-- IF poll_option.POLL_OPTION_MOST_VOTES --> most-votes<!-- ENDIF -->"<!-- IF poll_option.POLL_OPTION_VOTED --> title="{L_POLL_VOTED_OPTION}"<!-- ENDIF --> data-poll-option-id="{poll_option.POLL_OPTION_ID}">*/
/*                     <dt><!-- IF S_CAN_VOTE --><label for="
vote_{poll_option.POLL_OPTION_ID}">{poll_option.POLL_OPTION_CAPTION}</label><!-- ELSE -->{poll_option.POLL_OPTION_CAPTION}<!-- ENDIF --></dt>*/
/*                     <!-- IF S_CAN_VOTE --><dd style="
widthauto;" class="poll_option_select"><!-- IF S_IS_MULTI_CHOICE --><input type="checkbox" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ELSE --><input type="radio" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ENDIF --></dd><!-- ENDIF -->*/
/*                     <dd class="
resultbar<!-- IF not S_DISPLAY_RESULTS --> hidden<!-- ENDIF -->"><div class="<!-- IF poll_option.POLL_OPTION_PCT 20 -->pollbar1<!-- ELSEIF poll_option.POLL_OPTION_PCT 40 -->pollbar2<!-- ELSEIF poll_option.POLL_OPTION_PCT 60 -->pollbar3<!-- ELSEIF poll_option.POLL_OPTION_PCT 80 -->pollbar4<!-- ELSE -->pollbar5<!-- ENDIF -->" style="width:{poll_option.POLL_OPTION_PERCENT_REL};">{poll_option.POLL_OPTION_RESULT}</div></dd>*/
/*                     <dd class="
poll_option_percent<!-- IF not S_DISPLAY_RESULTS --> hidden<!-- ENDIF -->"><!-- IF poll_option.POLL_OPTION_RESULT == 0 -->{L_NO_VOTES}<!-- ELSE -->{poll_option.POLL_OPTION_PERCENT}<!-- ENDIF --></dd>*/
/*                 </dl>*/
/*                 <!-- EVENT viewtopic_body_poll_option_after -->*/
/*             <!-- END poll_option -->*/
/* */
/*                 <dl class="
poll_total_votes<!-- IF not S_DISPLAY_RESULTS --> hidden<!-- ENDIF -->">*/
/*                     <dt>&nbsp;</dt>*/
/*                     <dd class="
resultbar">{L_TOTAL_VOTES}{L_COLON} <span class="poll_total_vote_cnt">{TOTAL_VOTES}</span></dd>*/
/*                 </dl>*/
/* */
/*             <!-- IF S_CAN_VOTE -->*/
/*                 <dl style="
border-topnone;" class="poll_vote">*/
/*                     <dt>&nbsp;</dt>*/
/*                     <dd class="
resultbar"><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="button1" /></dd>*/
/*                 </dl>*/
/*             <!-- ENDIF -->*/
/* */
/*             <!-- IF not S_DISPLAY_RESULTS -->*/
/*                 <dl style="
border-topnone;" class="poll_view_results">*/
/*                     <dt>&nbsp;</dt>*/
/*                     <dd class="
resultbar"><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></dd>*/
/*                 </dl>*/
/*             <!-- ENDIF -->*/
/*             </fieldset>*/
/*             <div class="
vote-submitted hidden">{L_VOTE_SUBMITTED}</div>*/
/*         </div>*/
/* */
/*         </div>*/
/*         {S_FORM_TOKEN}*/
/*         {S_HIDDEN_FIELDS}*/
/*     </div>*/
/* */
/*     </form>*/
/*     <hr />*/
/* <!-- ENDIF -->*/
/* */
/* <!-- EVENT viewtopic_body_poll_after -->*/
/* */
/* <!-- BEGIN postrow -->*/
/*     <!-- EVENT viewtopic_body_postrow_post_before -->*/
/*     <!-- IF postrow.S_FIRST_UNREAD -->*/
/*         <a id="
unread" class="anchor"<!-- IF S_UNREAD_VIEW --> data-url="{postrow.U_MINI_POST}"<!-- ENDIF -->></a>*/
/*     <!-- ENDIF -->*/
/*     <div id="
p{postrow.POST_ID}" class="post has-profile <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_POST_DELETED --> deleted<!-- ENDIF --><!-- IF postrow.S_ONLINE and not postrow.S_POST_HIDDEN --> online<!-- ENDIF --><!-- IF postrow.POSTER_WARNINGS --> warned<!-- ENDIF -->">*/
/*         <div class="
inner">*/
/* */
/*         <dl class="
postprofile" id="profile{postrow.POST_ID}"<!-- IF postrow.S_POST_HIDDEN --> style="displaynone;"<!-- ENDIF -->>*/
/*             <dt class="
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG -->has-profile-rank<!-- ELSE -->no-profile-rank<!-- ENDIF --> <!-- IF postrow.POSTER_AVATAR -->has-avatar<!-- ELSE -->no-avatar<!-- ENDIF -->">*/
/*                 <div class="
avatar-container">*/
/*                     <!-- EVENT viewtopic_body_avatar_before -->*/
/*                     <!-- IF postrow.POSTER_AVATAR -->*/
/*                         <!-- IF postrow.U_POST_AUTHOR --><a href="
{postrow.U_POST_AUTHOR}" class="avatar">{postrow.POSTER_AVATAR}</a><!-- ELSE --><span class="avatar">{postrow.POSTER_AVATAR}</span><!-- ENDIF -->*/
/*                     <!-- ENDIF -->*/
/*                     <!-- EVENT viewtopic_body_avatar_after -->*/
/*                 </div>*/
/*                 <!-- EVENT viewtopic_body_post_author_before -->*/
/*                 <!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF -->*/
/*                 <!-- EVENT viewtopic_body_post_author_after -->*/
/*             </dt>*/
/* */
/*             <!-- EVENT viewtopic_body_postrow_rank_before -->*/
/*             <!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd class="
profile-rank">{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->*/
/*             <!-- EVENT viewtopic_body_postrow_rank_after -->*/
/* */
/*         <!-- IF postrow.POSTER_POSTS != '' --><dd class="
profile-posts"><strong>{L_POSTS}{L_COLON}</strong> <!-- IF postrow.U_SEARCH !== '' --><a href="{postrow.U_SEARCH}"><!-- ENDIF -->{postrow.POSTER_POSTS}<!-- IF postrow.U_SEARCH !== '' --></a><!-- ENDIF --></dd><!-- ENDIF -->*/
/*         <!-- IF postrow.POSTER_JOINED --><dd class="
profile-joined"><strong>{L_JOINED}{L_COLON}</strong> {postrow.POSTER_JOINED}</dd><!-- ENDIF -->*/
/*         <!-- IF postrow.POSTER_WARNINGS --><dd class="
profile-warnings"><strong>{L_WARNINGS}{L_COLON}</strong> {postrow.POSTER_WARNINGS}</dd><!-- ENDIF -->*/
/* */
/*         <!-- IF postrow.S_PROFILE_FIELD1 -->*/
/*             <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->*/
/*             <dd><strong>{postrow.PROFILE_FIELD1_NAME}{L_COLON}</strong> {postrow.PROFILE_FIELD1_VALUE}</dd>*/
/*         <!-- ENDIF -->*/
/* */
/*         <!-- EVENT viewtopic_body_postrow_custom_fields_before -->*/
/*         <!-- BEGIN custom_fields -->*/
/*             <!-- IF not postrow.custom_fields.S_PROFILE_CONTACT -->*/
/*                 <dd class="
profile-custom-field profile-{postrow.custom_fields.PROFILE_FIELD_IDENT}"><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}{L_COLON}</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>*/
/*             <!-- ENDIF -->*/
/*         <!-- END custom_fields -->*/
/*         <!-- EVENT viewtopic_body_postrow_custom_fields_after -->*/
/* */
/*         <!-- EVENT viewtopic_body_contact_fields_before -->*/
/*         <!-- IF not S_IS_BOT and .postrow.contact -->*/
/*             <dd class="
profile-contact">*/
/*                 <strong>{L_CONTACT}{L_COLON}</strong>*/
/*                 <div class="
dropdown-container dropdown-left">*/
/*                     <a href="
#" class="dropdown-trigger"><span class="imageset icon_contact" title="{postrow.CONTACT_USER}">{postrow.CONTACT_USER}</span></a>*/
/*                     <div class="dropdown hidden">*/
/*                         <div class="pointer"><div class="pointer-inner"></div></div>*/
/*                         <div class="dropdown-contents contact-icons">*/
/*                             <!-- BEGIN contact -->*/
/*                                 {% set REMAINDER = postrow.contact.S_ROW_COUNT % 4 %}*/
/*                                 <!-- DEFINE $S_LAST_CELL = ((REMAINDER eq 3) or (postrow.contact.S_LAST_ROW and postrow.contact.S_NUM_ROWS < 4)) -->*/
/*                                 <!-- IF REMAINDER eq 0 -->*/
/*                                     <div>*/
/*                                 <!-- ENDIF -->*/
/*                                     <a href="<!-- IF postrow.contact.U_CONTACT -->{postrow.contact.U_CONTACT}<!-- ELSE -->{postrow.U_POST_AUTHOR}<!-- ENDIF -->" title="{postrow.contact.NAME}"<!-- IF $S_LAST_CELL --> class="last-cell"<!-- ENDIF --><!-- IF postrow.contact.ID eq 'jabber' --> onclick="popup(this.href, 750, 320); return false;"<!-- ENDIF -->>*/
/*                                         <span class="contact-icon {postrow.contact.ID}-icon">{postrow.contact.NAME}</span>*/
/*                                     </a>*/
/*                                 <!-- IF REMAINDER eq 3 or postrow.contact.S_LAST_ROW -->*/
/*                                     </div>*/
/*                                 <!-- ENDIF -->*/
/*                             <!-- END contact -->*/
/*                         </div>*/
/*                     </div>*/
/*                 </div>*/
/*             </dd>*/
/*         <!-- ENDIF -->*/
/*         <!-- EVENT viewtopic_body_contact_fields_after -->*/
/* */
/*         </dl>*/
/* */
/*         <div class="postbody">*/
/*             <!-- IF postrow.S_POST_HIDDEN -->*/
/*                 <!-- IF postrow.S_POST_DELETED -->*/
/*                     <div class="ignore" id="post_hidden{postrow.POST_ID}">*/
/*                         {postrow.L_POST_DELETED_MESSAGE}<br />*/
/*                         {postrow.L_POST_DISPLAY}*/
/*                     </div>*/
/*                 <!-- ELSEIF postrow.S_IGNORE_POST -->*/
/*                     <div class="ignore" id="post_hidden{postrow.POST_ID}">*/
/*                         {postrow.L_IGNORE_POST}<br />*/
/*                         {postrow.L_POST_DISPLAY}*/
/*                     </div>*/
/*                 <!-- ENDIF -->*/
/*             <!-- ENDIF -->*/
/*             <div id="post_content{postrow.POST_ID}"<!-- IF postrow.S_POST_HIDDEN --> style="display: none;"<!-- ENDIF -->>*/
/* */
/*             <h3 <!-- IF postrow.S_FIRST_ROW -->class="first"<!-- ENDIF -->><!-- IF postrow.POST_ICON_IMG --><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a></h3>*/
/* */
/*         <!-- DEFINE $SHOW_POST_BUTTONS = (postrow.U_EDIT or postrow.U_DELETE or postrow.U_REPORT or postrow.U_WARN or postrow.U_INFO or postrow.U_QUOTE) -->*/
/*         <!-- EVENT viewtopic_body_post_buttons_list_before -->*/
/*         <!-- IF not S_IS_BOT -->*/
/*             <!-- IF $SHOW_POST_BUTTONS -->*/
/*                 <ul class="post-buttons">*/
/*                     <!-- EVENT viewtopic_body_post_buttons_before -->*/
/*                     <!-- IF postrow.U_EDIT -->*/
/*                         <li>*/
/*                             <a href="{postrow.U_EDIT}" title="{L_EDIT_POST}" class="button icon-button edit-icon"><span>{L_BUTTON_EDIT}</span></a>*/
/*                         </li>*/
/*                     <!-- ENDIF -->*/
/*                     <!-- IF postrow.U_DELETE -->*/
/*                         <li>*/
/*                             <a href="{postrow.U_DELETE}" title="{L_DELETE_POST}" class="button icon-button delete-icon"><span>{L_DELETE_POST}</span></a>*/
/*                         </li>*/
/*                     <!-- ENDIF -->*/
/*                     <!-- IF postrow.U_REPORT -->*/
/*                         <li>*/
/*                             <a href="{postrow.U_REPORT}" title="{L_REPORT_POST}" class="button icon-button report-icon"><span>{L_REPORT_POST}</span></a>*/
/*                         </li>*/
/*                     <!-- ENDIF -->*/
/*                     <!-- IF postrow.U_WARN -->*/
/*                         <li>*/
/*                             <a href="{postrow.U_WARN}" title="{L_WARN_USER}" class="button icon-button warn-icon"><span>{L_WARN_USER}</span></a>*/
/*                         </li>*/
/*                     <!-- ENDIF -->*/
/*                     <!-- IF postrow.U_INFO -->*/
/*                         <li>*/
/*                             <a href="{postrow.U_INFO}" title="{L_INFORMATION}" class="button icon-button info-icon"><span>{L_INFORMATION}</span></a>*/
/*                         </li>*/
/*                     <!-- ENDIF -->*/
/*                     <!-- IF postrow.U_QUOTE -->*/
/*                         <li>*/
/*                             <a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}" class="button icon-button quote-icon"><span>{L_QUOTE}</span></a>*/
/*                         </li>*/
/*                     <!-- ENDIF -->*/
/*                     <!-- EVENT viewtopic_body_post_buttons_after -->*/
/*                 </ul>*/
/*             <!-- ENDIF -->*/
/*         <!-- ENDIF -->*/
/*         <!-- EVENT viewtopic_body_post_buttons_list_after -->*/
/* */
/*             <!-- EVENT viewtopic_body_postrow_post_details_before -->*/
/*             <p class="author"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><span class="responsive-hide">{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> &raquo; </span>{postrow.POST_DATE} </p>*/
/*             <!-- EVENT viewtopic_body_postrow_post_details_after -->*/
/* */
/*             <!-- IF postrow.S_POST_UNAPPROVED -->*/
/*             <form method="post" class="mcp_approve" action="{postrow.U_APPROVE_ACTION}">*/
/*                 <p class="post-notice unapproved">*/
/*                     <strong>{L_POST_UNAPPROVED_ACTION}</strong>*/
/*                     <input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" />*/
/*                     <input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" />*/
/*                     <input type="hidden" name="post_id_list[]" value="{postrow.POST_ID}" />*/
/*                     {S_FORM_TOKEN}*/
/*                 </p>*/
/*             </form>*/
/*             <!-- ELSEIF postrow.S_POST_DELETED -->*/
/*             <form method="post" class="mcp_approve" action="{postrow.U_APPROVE_ACTION}">*/
/*                 <p class="post-notice deleted">*/
/*                     <strong>{L_POST_DELETED_ACTION}</strong>*/
/*                     <input class="button2" type="submit" value="{L_DELETE}" name="action[disapprove]" />*/
/*                     <input class="button1" type="submit" value="{L_RESTORE}" name="action[restore]" />*/
/*                     <input type="hidden" name="post_id_list[]" value="{postrow.POST_ID}" />*/
/*                     {S_FORM_TOKEN}*/
/*                 </p>*/
/*             </form>*/
/*             <!-- ENDIF -->*/
/* */
/*             <!-- IF postrow.S_POST_REPORTED -->*/
/*             <p class="post-notice reported">*/
/*                 <a href="{postrow.U_MCP_REPORT}"><strong>{L_POST_REPORTED}</strong></a>*/
/*             </p>*/
/*             <!-- ENDIF -->*/
/* */
/*             <div class="content">{postrow.MESSAGE}</div>*/
/* */
/*             <!-- IF postrow.S_HAS_ATTACHMENTS -->*/
/*                 <dl class="attachbox">*/
/*                     <dt>*/
/*                         {L_ATTACHMENTS}*/
/*                     </dt>*/
/*                     <!-- BEGIN attachment -->*/
/*                         <dd>{postrow.attachment.DISPLAY_ATTACHMENT}</dd>*/
/*                     <!-- END attachment -->*/
/*                 </dl>*/
/*             <!-- ENDIF -->*/
/* */
/*             <!-- EVENT viewtopic_body_postrow_post_notices_before -->*/
/*             <!-- IF postrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF -->*/
/*             <!-- IF postrow.DELETED_MESSAGE or postrow.DELETE_REASON -->*/
/*                 <div class="notice post_deleted_msg">*/
/*                     {postrow.DELETED_MESSAGE}*/
/*                     <!-- IF postrow.DELETE_REASON --><br /><strong>{L_REASON}{L_COLON}</strong> <em>{postrow.DELETE_REASON}</em><!-- ENDIF -->*/
/*                 </div>*/
/*             <!-- ELSEIF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->*/
/*                 <div class="notice">*/
/*                     {postrow.EDITED_MESSAGE}*/
/*                     <!-- IF postrow.EDIT_REASON --><br /><strong>{L_REASON}{L_COLON}</strong> <em>{postrow.EDIT_REASON}</em><!-- ENDIF -->*/
/*                 </div>*/
/*             <!-- ENDIF -->*/
/* */
/*             <!-- IF postrow.BUMPED_MESSAGE --><div class="notice"><br /><br />{postrow.BUMPED_MESSAGE}</div><!-- ENDIF -->*/
/*             <!-- EVENT viewtopic_body_postrow_post_notices_after -->*/
/*             <!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF -->*/
/* */
/*             <!-- EVENT viewtopic_body_postrow_post_content_footer -->*/
/*             </div>*/
/* */
/*         </div>*/
/* */
/*         <div class="back2top"><a href="#top" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>*/
/* */
/*         </div>*/
/*     </div>*/
/* */
/*     <hr class="divider" />*/
/*     <!-- EVENT viewtopic_body_postrow_post_after -->*/
/* <!-- END postrow -->*/
/* */
/* <!-- IF S_QUICK_REPLY -->*/
/*     <!-- INCLUDE quickreply_editor.html -->*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF S_NUM_POSTS > 1 or .pagination -->*/
/*     <form id="viewtopic" method="post" action="{S_TOPIC_ACTION}">*/
/*     <fieldset class="display-options" style="margin-top: 0; ">*/
/*         <!-- IF not S_IS_BOT -->*/
/*         <label>{L_DISPLAY_POSTS}{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 -->*/
/* */
/* <!-- EVENT viewtopic_body_topic_actions_before -->*/
/* <div class="action-bar bottom">*/
/*     <div class="buttons">*/
/*         <!-- EVENT viewtopic_buttons_bottom_before -->*/
/* */
/*     <!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->*/
/*         <a href="{U_POST_REPLY_TOPIC}" class="button icon-button <!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->">*/
/*             <!-- IF S_IS_LOCKED -->{L_BUTTON_TOPIC_LOCKED}<!-- ELSE -->{L_BUTTON_POST_REPLY}<!-- ENDIF -->*/
/*         </a>*/
/*     <!-- ENDIF -->*/
/* */
/*         <!-- EVENT viewtopic_buttons_bottom_after -->*/
/*     </div>*/
/* */
/*     <!-- INCLUDE viewtopic_topic_tools.html -->*/
/* */
/*     <!-- IF .quickmod -->*/
/*         <div class="dropdown-container dropdown-container-{S_CONTENT_FLOW_BEGIN} dropdown-up dropdown-{S_CONTENT_FLOW_END} dropdown-button-control" id="quickmod">*/
/*             <span title="{L_QUICK_MOD}" class="dropdown-trigger button icon-button modtools-icon dropdown-select">{L_QUICK_MOD}</span>*/
/*             <div class="dropdown hidden">*/
/*                 <div class="pointer"><div class="pointer-inner"></div></div>*/
/*                 <ul class="dropdown-contents">*/
/*                 <!-- BEGIN quickmod -->*/
/*                     <!-- DEFINE $QUICKMOD_AJAX = (quickmod.VALUE in ['lock', 'unlock', 'delete_topic', 'restore_topic', 'make_normal', 'make_sticky', 'make_announce', 'make_global']) -->*/
/*                     <li><a href="{quickmod.LINK}"<!-- IF $QUICKMOD_AJAX --> data-ajax="true" data-refresh="true"<!-- ENDIF -->>{quickmod.TITLE}</a></li>*/
/*                 <!-- END quickmod -->*/
/*                 </ul>*/
/*             </div>*/
/*         </div>*/
/*     <!-- ENDIF -->*/
/*     */
/*     <!-- EVENT viewtopic_dropdown_bottom_custom -->*/
/* */
/*     <!-- IF .pagination or TOTAL_POSTS -->*/
/*         <div class="pagination">*/
/*             {TOTAL_POSTS}*/
/*             <!-- IF .pagination -->*/
/*                 <!-- INCLUDE pagination.html -->*/
/*             <!-- ELSE -->*/
/*                 &bull; {PAGE_NUMBER}*/
/*             <!-- ENDIF -->*/
/*         </div>*/
/*     <!-- ENDIF -->*/
/*     <div class="clear"></div>*/
/* </div>*/
/* */
/* <!-- EVENT viewtopic_body_footer_before -->*/
/* <!-- 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 -->*/
/* */
/* <!-- INCLUDE overall_footer.html -->*/
/* */
Онлайн: 4
Реклама