Вход Регистрация
Файл: apwa/styles/red-gold/template/viewtopic_body.html
Строк: 388
<?php
<!-- INCLUDE overall_header.html -->

    <
h3 class="panel-header">
        <
span class="panel-icon bc-links"><a href="{U_INDEX}" title="{L_INDEX}" accesskey="h"><class="icon-home"></i></a></span>
        <
ul class="linklist navlinks">
            <
li><!-- BEGIN navlinks --> <strong>&nbsp;&#187;&nbsp;</strong> <span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a href="{navlinks.U_VIEW_FORUM}" itemprop="url"><span itemprop="title">{navlinks.FORUM_NAME}</span></a></span><!-- END navlinks --></li>
        
</ul>
        <!-- IF 
S_VIEWTOPIC || S_VIEW_MESSAGE || (.searchresults && ! S_SHOW_TOPICS) -->
        <
ul class="linklist rightside">
            <
li><span class="panel-icon bc-links"><a href="#" id="profile-switcher" onclick="switchProfiles(false); return false;" title="{LA_PROFILES_LEFT}/{LA_PROFILES_RIGHT}" style="margin-right:15px;"><class="icon-cog-1"></i></a></span></li>
        </
ul>
        <!-- ENDIF -->
    </
h3>
    <!-- 
NOTEremove the style="display: none" when you want to have the forum description on the topic body -->
    <!-- IF 
FORUM_DESC --><div style="display: none !important;">{FORUM_DESC}<br /></div><!-- ENDIF -->
    <
div class="panel">
    <
h2><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h2>
        <!-- IF 
MODERATORS -->
        <
p><strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->:</strong> {MODERATORS}</p><!-- ENDIF -->

        <!-- IF 
S_FORUM_RULES -->
        <
div class="rules">
            <!-- IF 
U_FORUM_RULES -->
            <
a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a><!-- ELSE --><strong>{L_FORUM_RULES}</strong><br />{FORUM_RULES}<!-- ENDIF -->
        </
div>
        <!-- ENDIF -->

        <!-- IF 
ADS_3 -->
        <
div class="post" style="text-align:center;overflow:auto;">{ADS_3}</div>
        <!-- ENDIF -->

        <
div class="topic-actions">

            <
div class="buttons">

            <!-- IF 
not S_IS_BOT and S_DISPLAY_REPLY_INFO -->
                <!-- IF 
S_IS_LOCKED -->
                <
a href="{U_POST_REPLY_TOPIC}" title="{L_TOPIC_LOCKED}"><span class="button-icon"><class="icon-lock"></i></span>{L_TOPIC_LOCKED_SHORT}</a><!-- ELSE -->
                <
a href="{U_POST_REPLY_TOPIC}" title="{L_POST_REPLY}"><span class="button-icon"><class="icon-reply"></i></span>{L_POST_REPLY}</a>
                <!-- ENDIF --><!-- ENDIF -->
            </
div>

            <!-- IF 
S_DISPLAY_SEARCHBOX -->
                <
div class="search-box">
                    <
form method="get" id="topic-search" action="{S_SEARCHBOX_ACTION}">
                    <
fieldset>
                        <
div class="inside-search-box">
                            <
input class="inputbox search tiny"  type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_TOPIC}" onclick="if(this.value=='{LA_SEARCH_TOPIC}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_TOPIC}';" />
                            <
input class="button2" type="submit" value="&#xf002" />
                            {
S_SEARCH_LOCAL_HIDDEN_FIELDS}
                        </
div>
                    </
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}">{L_VIEW_UNREAD_POST}</a> &bull; <!-- ENDIF -->{TOTAL_POSTS}
                    <!-- IF 
PAGE_NUMBER --><!-- IF PAGINATION --> &bull; <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> &bull; <span>{PAGINATION}</span><!-- ELSE --> &bull; {PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF -->
                </
div>
            <!-- ENDIF -->

        </
div>
    </
div><!-- PANEL END -->

    <!-- IF 
S_HAS_POLL -->
        <
form method="post" action="{S_POLL_ACTION}">

        <
div class="panel">

            <
div class="content">
                <
h2>{POLL_QUESTION}</h2>
                <
class="author">{L_POLL_LENGTH}<!-- IF S_CAN_VOTE and L_POLL_LENGTH --><br /><!-- ENDIF --><!-- IF S_CAN_VOTE -->{L_MAX_VOTES}<!-- ENDIF --></p>

                <
fieldset class="polls">
                <!-- 
BEGIN poll_option -->
                    <
dl<!-- IF poll_option.POLL_OPTION_VOTED --> class="voted"<!-- ENDIF --><!-- IF poll_option.POLL_OPTION_VOTED --> title="{L_POLL_VOTED_OPTION}"<!-- ENDIF -->>
                        <
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="width: auto;"><!-- 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 -->
                        <!-- IF 
S_DISPLAY_RESULTS --><dd class="resultbar"><div class="meter"><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};max-width:{poll_option.POLL_OPTION_PERCENT};">{poll_option.POLL_OPTION_RESULT}&nbsp;</div></div></dd>
                        <
dd><!-- IF poll_option.POLL_OPTION_RESULT == -->{L_NO_VOTES}<!-- ELSE -->{poll_option.POLL_OPTION_PERCENT}<!-- ENDIF --></dd><!-- ENDIF -->
                    </
dl>
                <!-- 
END poll_option -->

                <!-- IF 
S_DISPLAY_RESULTS -->
                    <
dl>
                        <
dt>&nbsp;</dt>
                        <
dd class="resultbar">{L_TOTAL_VOTES} : {TOTAL_VOTES}</dd>
                    </
dl>
                <!-- ENDIF -->

                <!-- IF 
S_CAN_VOTE -->
                    <
dl style="border-top: none;">
                        <
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-top: none;">
                        <
dt>&nbsp;</dt>
                        <
dd class="resultbar"><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></dd>
                    </
dl>
                <!-- ENDIF -->
                </
fieldset>
            </
div>
            
            {
S_FORM_TOKEN}
            {
S_HIDDEN_FIELDS}
        </
div>

        </
form>

    <!-- ENDIF -->

    <!-- 
BEGIN postrow -->
        <!-- IF 
postrow.S_FIRST_UNREAD --><a id="unread"></a><!-- ENDIF -->
        <
div id="p{postrow.POST_ID}" class="post <!-- 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_FIRST_ROW --> itemscope itemtype="http://schema.org/ScholarlyArticle"<!-- ENDIF -->>

            <!-- IF 
not postrow.S_IGNORE_POST -->
            <
dl class="postprofile" id="profile{postrow.POST_ID}">
                <
dt><span class="status-position<!-- IF postrow.S_ONLINE --> online<!-- ELSE --> offline<!-- ENDIF -->"><<!-- IF postrow.S_ONLINE --> title="{L_ONLINE}"<!-- ELSE --> title="{L_OFFLINE}"<!-- ENDIF --> class="icon-circle"></i></span>
                <!-- IF 
postrow.POSTER_AVATAR -->
                    <!-- IF 
postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}">{postrow.POSTER_AVATAR}</a><!-- ELSE -->
                    {
postrow.POSTER_AVATAR}<!-- ENDIF -->
                <!-- ELSE --><
img src="{T_THEME_PATH}/images/no_avatar.gif" alt="no avatar" class="avatar">
                <!-- ENDIF --><
br />
                </
dt>
                <
span class="profile-up-right">
                <
dd><strong>{L_AUTHOR}</strong> <p<!-- IF postrow.S_FIRST_ROW --> itemprop="author"<!-- ENDIF -->><!-- IF not postrow.U_POST_AUTHOR -->{postrow.POST_AUTHOR_FULL}<!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF --></p></dd>
                <!-- IF 
postrow.RANK_TITLE--><dd><strong>{L_RANK}</strong> <p>{postrow.RANK_TITLE}</p></dd><!-- ENDIF -->
                <!-- IF 
postrow.RANK_IMG --><dd>{postrow.RANK_IMG}</dd><!-- ENDIF -->

                <!-- IF 
postrow.POSTER_POSTS != '' --><dd class="pa-posts"><strong>{L_POSTS}</strong> <p>{postrow.POSTER_POSTS}</p></dd><!-- ENDIF -->
                <!-- IF 
postrow.GALLERY_IMAGES != '' --><dd><strong>{L_IMAGES}</strong> <p><!-- IF postrow.U_GALLERY_SEARCH --><a href="{postrow.U_GALLERY_SEARCH}">{postrow.GALLERY_IMAGES}</a><!-- ELSE -->{postrow.GALLERY_IMAGES}<!-- ENDIF --></p></dd><!-- ENDIF -->
                <!-- IF 
postrow.POSTER_JOINED --><dd><strong>{L_JOINED}</strong> <p>{postrow.POSTER_JOINED}</p></dd><!-- ENDIF -->
                <!-- IF 
postrow.POSTER_FROM --><dd><strong>{L_LOCATION}</strong> <p>{postrow.POSTER_FROM}</p></dd><!-- ENDIF -->

                <!-- 
BEGIN medal -->
                <!-- IF 
postrow.medal.S_HAS_MEDALS or postrow.medal.S_HAS_NOMINATIONS --><dd><strong>{L_MEDALS}:</strong> {postrow.medal.MEDALS_COUNT}{postrow.medal.MEDALS_NOMINATED}</dd><!-- ENDIF -->
                    <!-- 
BEGIN medal_row -->
                    <
dd>
                        <!-- 
BEGIN medal_col -->
                            <
img src="{postrow.medal.medal_row.medal_col.MEDAL_IMAGE}" border="0" alt="{postrow.medal.medal_row.medal_col.MEDAL_NAME} {postrow.medal.medal_row.medal_col.MEDAL_COUNT}" title="{postrow.medal.medal_row.medal_col.MEDAL_NAME} {postrow.medal.medal_row.medal_col.MEDAL_COUNT}" {postrow.medal.medal_row.medal_col.MEDAL_WIDTH} {postrow.medal.medal_row.medal_col.MEDAL_HEIGHT} />
                        <!-- 
END medal_col -->
                    </
dd>
                    <!-- 
END medal_row -->
                <!-- 
END medal -->

                <!-- IF 
postrow.S_PROFILE_FIELD1 -->
                    <!-- Use 
a construct like this to include admin defined profile fieldsReplace FIELD1 with the name of your field. -->
                    <
dd><strong>{postrow.PROFILE_FIELD1_NAME} </strong> <p>{postrow.PROFILE_FIELD1_VALUE}</p></dd>
                <!-- ENDIF -->

                <!-- 
BEGIN custom_fields -->
                <
dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME} </strong> <p>{postrow.custom_fields.PROFILE_FIELD_VALUE}</p></dd>
                <!-- 
END custom_fields -->

                <!-- IF 
not S_IS_BOT -->
                <!-- IF 
postrow.U_PM or postrow.U_EMAIL or postrow.U_WWW or postrow.U_MSN or postrow.U_ICQ or postrow.U_YIM or postrow.U_AIM or postrow.U_JABBER -->
                <
dd>
                    <
ul class="profile-icons">
                        <!-- IF 
postrow.U_PM --><li class="pm-icon"><a href="{postrow.U_PM}" title="{L_PRIVATE_MESSAGE}"><class="icon-user-male"></i><span>{L_PRIVATE_MESSAGE}</span></a></li><!-- ENDIF -->
                        <!-- IF 
postrow.U_EMAIL --><li class="email-icon"><a href="{postrow.U_EMAIL}" title="{L_SEND_EMAIL_USER} {postrow.POST_AUTHOR}"><class="icon-mail-alt"></i><span>{L_SEND_EMAIL_USER} {postrow.POST_AUTHOR}</span></a></li><!-- ENDIF -->
                        <!-- IF 
postrow.U_WWW --><li class="web-icon"><a href="{postrow.U_WWW}" title="{L_VISIT_WEBSITE}: {postrow.U_WWW}"><class="icon-globe"></i><span>{L_WEBSITE}</span></a></li><!-- ENDIF -->
                        <!-- IF 
postrow.U_MSN --><li class="msnm-icon"><a href="{postrow.U_MSN}" onclick="popup(this.href, 550, 320); return false;" title="{L_MSNM}"><class="icon-users"></i><span>{L_MSNM}</span></a></li><!-- ENDIF -->
                        <!-- IF 
postrow.U_ICQ --><li class="icq-icon"><a href="{postrow.U_ICQ}" onclick="popup(this.href, 550, 320); return false;" title="{L_ICQ}"><class="icon-icq"></i><span>{L_ICQ}</span></a></li><!-- ENDIF -->
                        <!-- IF 
postrow.U_YIM --><li class="yahoo-icon"><a href="{postrow.U_YIM}" onclick="popup(this.href, 780, 550); return false;" title="{L_YIM}"><class="icon-yahoo"></i><span>{L_YIM}</span></a></li><!-- ENDIF -->
                        <!-- IF 
postrow.U_AIM --><li class="aim-icon"><a href="{postrow.U_AIM}" onclick="popup(this.href, 550, 320); return false;" title="{L_AIM}"><class="icon-aim"></i><span>{L_AIM}</span></a></li><!-- ENDIF -->
                        <!-- IF 
postrow.U_JABBER --><li class="jabber-icon"><a href="{postrow.U_JABBER}" onclick="popup(this.href, 550, 320); return false;" title="{L_JABBER}"><class="icon-lightbulb"></i><span>{L_JABBER}</span></a></li><!-- ENDIF -->
                        <!-- IF 
postrow.U_GALLERY --><li class="gallery-icon"><a href="{postrow.U_GALLERY}" title="{L_PERSONAL_ALBUM}"><span>{L_PERSONAL_ALBUM}</span></a></li><!-- ENDIF -->
                    </
ul>
                </
dd>
                <!-- ENDIF -->
                <!-- ENDIF -->
                </
span>
            </
dl>
        <!-- ENDIF -->

        <
div class="postbody">
            <!-- IF 
postrow.S_IGNORE_POST -->
                <
div class="ignore">{postrow.L_IGNORE_POST}</div>
            <!-- ELSE -->

                <!-- IF 
not S_IS_BOT -->
                    <!-- IF 
postrow.U_EDIT or postrow.U_DELETE or postrow.U_REPORT or postrow.U_WARN or postrow.U_INFO or postrow.U_QUOTE -->
                        <
ul class="profile-icons">
                            <!-- IF 
S_QUICK_REPLY --><li class="quote-icon"><a href="#" title="{L_QUICKREPLY}" onclick="dE('qr_editor_div', 1);dE('qr_showeditor_div',-1);insert_text('[b]{postrow.POST_AUTHOR}[/b], ');return false;"><class="icon-comment-1"></i></a></li><!-- ENDIF -->
                            <!-- IF 
postrow.U_QUOTE --><li class="quote-icon"><a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><class="icon-quote-circled"></i><span>{L_REPLY_WITH_QUOTE}</span></a></li><!-- ENDIF -->
                            <!-- IF 
not postrow.S_FIRST_POST_ONLY or postrow.S_ONLY_TOPICSTART -->
                                <!-- IF 
not postrow.S_GLOBAL_POST_THANKS and not postrow.S_POST_ANONYMOUS and postrow.S_FORUM_THANKS and not postrow.S_IS_OWN_POST and (not postrow.S_ALREADY_THANKED or postrow.S_REMOVE_THANKS) --><li class="{postrow.THANKS_IMG}"><a href="{postrow.THANKS_LINK}" title="{postrow.THANK_ALT}{postrow.POST_AUTHOR}"><class="<!-- IF postrow.S_ALREADY_THANKED -->icon-thumbs-down<!-- ELSE -->icon-thumbs-up<!-- ENDIF -->"></i><span>{postrow.THANK_ALT}{postrow.POST_AUTHOR}</span></a></li><!-- ENDIF -->
                            <!-- ENDIF -->
                            <!-- IF 
postrow.U_EDIT --><li class="edit-icon"><a href="{postrow.U_EDIT}" title="{L_EDIT_POST}"><class="icon-pencil-alt"></i><span>{L_EDIT_POST}</span></a></li><!-- ENDIF -->
                            <!-- IF 
postrow.U_DELETE --><li class="delete-icon"><a href="{postrow.U_DELETE}" title="{L_DELETE_POST}"><class="icon-cancel"></i><span>{L_DELETE_POST}</span></a></li><!-- ENDIF -->
                            <!-- IF 
postrow.U_REPORT --><li class="report-icon"><a href="{postrow.U_REPORT}" title="{L_REPORT_POST}"><class="icon-attention-alt"></i><span>{L_REPORT_POST}</span></a></li><!-- ENDIF -->
                            <!-- IF 
postrow.U_WARN --><li class="warn-icon"><a href="{postrow.U_WARN}" title="{L_WARN_USER}"><class="icon-error"></i><span>{L_WARN_USER}</span></a></li><!-- ENDIF -->
                            <!-- IF 
postrow.U_INFO --><li class="info-icon"><a href="{postrow.U_INFO}" title="{L_INFORMATION}"><class="icon-info-circled-alt"></i><span>{L_INFORMATION}</span></a></li><!-- ENDIF -->
                        </
ul>
                    <!-- ENDIF -->
                <!-- 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="{U_VIEW_TOPIC}#p{postrow.POST_ID}"<!-- IF postrow.S_FIRST_ROW --> itemprop="headline"<!-- ENDIF -->>{postrow.POST_SUBJECT}</a></h3>
                <
class="author"><!-- IF S_IS_BOT --><class="fa fa-file-o"></i> <!-- ELSE --><a href="{postrow.U_MINI_POST}"><!-- IF postrow.S_UNREAD_POST --><class="fa fa-file"></i> <!-- ELSE --><class="fa fa-file-o"></i> <!-- ENDIF --></a><!-- ENDIF -->{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> &raquo; {postrow.POST_DATE} </p>

                <!-- IF 
postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
                    <
class="rules">
                        <!-- IF 
postrow.S_POST_UNAPPROVED --><i title="{L_POST_UNAPPROVED}" class="icon-help-circled-alt ic-unaproved"></i><a href="{postrow.U_MCP_APPROVE}"><strong>{L_POST_UNAPPROVED}</strong></a><br /><!-- ENDIF -->
                        <!-- IF 
postrow.S_POST_REPORTED --><i title="{L_POST_REPORTED}" class="icon-attention-alt ic-reported"></i> <a href="{postrow.U_MCP_REPORT}"><strong>{L_POST_REPORTED}</strong></a><!-- ENDIF -->
                    </
p>
                <!-- ENDIF -->

                <
div class="content"<!-- IF postrow.S_FIRST_ROW --> itemprop="articleBody"<!-- ENDIF --><!-- IF S_QUICK_REPLY --> onmouseup="quick_quote('{postrow.POST_AUTHOR}', event);"<!-- ENDIF -->>{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 -->

                <!-- IF 
postrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF -->
                <!-- IF 
postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
                    <
div class="notice">{postrow.EDITED_MESSAGE}
                        <!-- IF 
postrow.EDIT_REASON --><br /><strong>{L_REASON}:</strong> <em>{postrow.EDIT_REASON}</em><!-- ENDIF -->
                    </
div>
                <!-- ENDIF -->

                <!-- IF 
postrow.BUMPED_MESSAGE --><div class="notice"><br /><br />{postrow.BUMPED_MESSAGE}</div><!-- ENDIF -->
                <!-- IF 
postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF -->
            <!-- ENDIF -->

            </
div>

            <!-- IF 
postrow.THANKS and postrow.THANKS_POSTLIST_VIEW -->
            <
hr />
            <
ul class="linklist leftside">
            <!-- IF 
not postrow.S_POST_ANONYMOUS and not S_IS_BOT and postrow.S_MOD_THANKS -->
                <
li><a href="{postrow.U_CLEAR_LIST_THANKS_POST}" title="{L_CLEAR_LIST_THANKS}"><class="icon-cancel"></i></a></li>
                <!-- ENDIF -->
                <
li><span class="small">{postrow.THANK_TEXT}{postrow.POST_AUTHOR_FULL}{postrow.THANK_TEXT_2} {postrow.THANKS}</span></li>
            </
ul>
            <!-- ENDIF -->
            <!-- IF 
postrow.S_THANKS_POST_REPUT_VIEW and postrow.POST_REPUT and not S_IS_BOT -->
            <!-- IF 
not postrow.THANKS and not postrow.THANKS_POSTLIST_VIEW --><hr /><!-- ENDIF -->
            <
ul class="linklist rightside">
                <!-- IF 
postrow.S_THANKS_REPUT_GRAPHIC -->
                <
li><div style="width: {postrow.THANKS_REPUT_GRAPHIC_WIDTH}; height: {postrow.THANKS_REPUT_HEIGHT}; background:  url({postrow.THANKS_REPUT_IMAGE_BACK}); background-repeat: repeat-x;"><div style="height: {postrow.THANKS_REPUT_HEIGHT}; width: {postrow.POST_REPUT}; background: url({postrow.THANKS_REPUT_IMAGE}); background-repeat: repeat-x;"></div></div></li>
                <!-- ENDIF -->
                <
li><span class="small">{postrow.POST_REPUT}</span></li>
            </
ul>
            <!-- ENDIF -->
        </
div>

    <!-- IF (
ADS_5 and postrow.S_FIRST_ROW and S_NUM_POSTS 2) or (ADS_6 and not postrow.S_FIRST_ROW) -->
    <
div class="post" style="text-align:center;overflow:auto;"><!-- IF postrow.S_FIRST_ROW -->{ADS_5}<!-- ELSE -->{ADS_6}<!-- ENDIF --></div>
    <!-- ENDIF -->

    <!-- 
END postrow -->

<!-- IF 
S_QUICK_REPLY -->
    <!-- INCLUDE 
quickreply_editor.html -->
<!-- ENDIF -->

    <
div class="panel">

        <!-- IF 
S_NUM_POSTS or PREVIOUS_PAGE -->
            <
form id="viewtopic" method="post" action="{S_TOPIC_ACTION}">

            <
fieldset class="display-options" style="margin-top: 0; ">
                <!-- IF 
PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF -->
                <!-- IF 
NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box {S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF -->
                <!-- IF 
not S_IS_BOT -->
                <
label>{L_DISPLAY_POSTS}: {S_SELECT_SORT_DAYS}</label>
                <
label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label> <label>{S_SELECT_SORT_DIR} <input type="submit" name="sort" value="{L_GO}" class="button2" /></label>
                <!-- ENDIF -->
            </
fieldset>

            </
form>
            <
hr />
        <!-- ENDIF -->

        <
div class="topic-actions">
            <
div class="buttons">
            <!-- IF 
not S_IS_BOT and S_DISPLAY_REPLY_INFO -->
                <!-- IF 
S_IS_LOCKED -->
                <
a href="{U_POST_REPLY_TOPIC}" title="{L_TOPIC_LOCKED}"><span class="button-icon"><class="icon-lock"></i></span>{L_TOPIC_LOCKED_SHORT}</a><!-- ELSE -->
                <
a href="{U_POST_REPLY_TOPIC}" title="{L_POST_REPLY}"><span class="button-icon"><class="icon-reply"></i></span>{L_POST_REPLY}</a>
                <!-- ENDIF --><!-- ENDIF -->
            </
div>

            <!-- IF 
PAGINATION or TOTAL_POSTS -->
                <
div class="pagination">
                    {
TOTAL_POSTS}
                    <!-- IF 
PAGE_NUMBER --><!-- IF PAGINATION --> &bull; <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> &bull; <span>{PAGINATION}</span><!-- ELSE --> &bull; {PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF -->
                </
div>
            <!-- ENDIF -->
        </
div>

        <!-- INCLUDE 
jumpbox.html -->

        <!-- IF 
S_TOPIC_MOD -->
            <
form method="post" action="{S_MOD_ACTION}">
            <
fieldset class="quickmod">
                <
label for="quick-mod-select">{L_QUICK_MOD}:</label> {S_TOPIC_MOD} <input type="submit" value="{L_GO}" class="button2" />
                {
S_FORM_TOKEN}
            </
fieldset>
            </
form>
        <!-- ENDIF -->
    </
div><!-- PANEL END -->

    <!-- IF 
ADS_4 -->{ADS_4}<!-- ENDIF -->

    <!-- IF 
S_RELATED_RESULTS --><div class="clear">&nbsp;</div><br /><br />
    <
div class="forumbg">
        <
ul class="topiclist">
            <
li class="header">
                <
dl class="icon"><dt><span class="panel-icon"><class="icon-attention-alt"></i></span>{L_RELATED_TOPICS}</dt></dl>
            </
li>
        </
ul>

        <
ul class="topiclist forums">
        <!-- 
BEGIN related -->
        <
li class="row bg1<!-- IF related.S_POST_ANNOUNCE --> announce<!-- ENDIF --><!-- IF related.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF related.S_TOPIC_REPORTED --> reported<!-- ENDIF -->">
            <
dl class="icon" style="background-image: url({related.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
                <
dt <!-- IF related.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url({T_ICONS_PATH}{related.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->>
                <!-- IF 
related.U_FORUM and not related.S_POST_GLOBAL --><class="topictitle" href="{related.U_FORUM}" title="{related.FORUM}">{related.FORUM}</a> &raquo; <!-- ENDIF -->
                <!-- IF 
related.S_UNREAD_TOPIC --><a href="{related.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><class="topictitle" href="{related.U_TOPIC}" title="{related.TOPIC_TITLE} : {related.FORUM}">{related.TOPIC_TITLE}</a> [{L_REPLIES}: {related.REPLIES}  {L_VIEWS}: {related.VIEWS}]
                <!-- IF 
related.S_TOPIC_UNAPPROVED --><a href="{related.U_MCP_QUEUE}">{UNAPPROVED_IMG}</a> <!-- ENDIF -->
                <!-- IF 
related.S_TOPIC_REPORTED --><a href="{related.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
                <!-- IF 
related.PAGINATION --><strong class="pagination"><span>{related.PAGINATION}</span></strong><!-- ENDIF -->
                <!-- IF 
related.ATTACH_ICON_IMG -->{related.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {related.TOPIC_AUTHOR_FULL} &raquo; {related.FIRST_POST_TIME}</dd>
                <
dd class="lastpost">{L_LAST_POST} {related.LAST_POST_TIME} {L_POST_BY_AUTHOR} {related.LAST_POST_AUTHOR_FULL} <a href="{related.U_LAST_POST}">{LAST_POST_IMG}</a>
                </
dd>
            </
dl>
        </
li>
        <!-- 
END related -->
        </
ul>
    </
div>
    <!-- ENDIF -->

    <!-- IF 
S_DISPLAY_ONLINE_LIST -->
        <
h3 class="panel-header"><span class="panel-icon"><class="icon-info-circled-alt"></i></span><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></h3>
        <
div class="panel" >
            <
p>{LOGGED_IN_USER_LIST}</p>
        </
div>
    <!-- ENDIF -->
<!-- INCLUDE 
overall_footer.html -->
?>
Онлайн: 0
Реклама