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

<
h2 class="panel-header"><span class="panel-icon"><class="icon-zoom-in"></i></span><!-- IF SEARCH_TITLE -->{SEARCH_TITLE}<!-- ELSE -->{SEARCH_MATCHES}<!-- ENDIF --><!-- IF SEARCH_WORDS -->: <a href="{U_SEARCH_WORDS}">{SEARCH_WORDS}</a><!-- ENDIF --></h2>
<
div class="panel">
    <!-- IF 
SEARCHED_QUERY --> <p>{L_SEARCHED_QUERY}: <strong>{SEARCHED_QUERY}</strong></p><!-- ENDIF -->
    <!-- IF 
IGNORED_WORDS --> <p>{L_IGNORED_TERMS}: <strong>{IGNORED_WORDS}</strong></p><!-- ENDIF -->
    
    <!-- IF 
PAGINATION or SEARCH_MATCHES or PAGE_NUMBER -->
    
    <
form method="post" action="{S_SEARCH_ACTION}">        

        <!-- IF 
SEARCH_MATCHES -->
        <
div class="search-box">                        
            <
div class="inside-search-box">
                <
input class="inputbox search"  type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_IN_RESULTS}" onclick="if(this.value=='{L_SEARCH_IN_RESULTS}')this.value='';" onblur="if(this.value=='')this.value='{L_SEARCH_IN_RESULTS}';" />                
                <
input class="button2" type="submit" value="&#xf002" />                        
            </
div>                        
        </
div>
        <!-- ENDIF -->        

        <
div class="topic-actions">
            <
div class="rightside pagination">
                {
SEARCH_MATCHES}<!-- 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 -->
            </
div>
        </
div>

    </
form>
</
div><!-- panel end -->
<!-- ENDIF -->

<!-- 
Forum Menu start here -->
<!-- INCLUDE 
forum_menu.html -->
<!-- 
Forum Menu ends here -->

<!-- IF 
S_SHOW_TOPICS -->

<!-- IF .
searchresults -->
<
div class="forumbg">

    <
ul class="topiclist">
        <
li class="header">
            <
dl class="icon">
                <
dt><span class="panel-icon"><class="icon-docs"></i></span>{L_TOPICS}</dt>
                <
dd class="posts">{L_REPLIES}</dd>
                <
dd class="views">{L_VIEWS}</dd>
                <
dd class="lastpost"><span>{L_LAST_POST}</span></dd>
            </
dl>
        </
li>
    </
ul>
    <
ul class="topiclist topics">

        <!-- 
BEGIN searchresults -->
        <
li class="row<!-- IF searchresults.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
            <
dl class="icon" style="background-image: url({searchresults.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
                <
dt <!-- IF searchresults.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->>
                    <!-- IF 
searchresults.S_UNREAD_TOPIC --><a href="{searchresults.U_NEWEST_POST}"><class="fa fa-file"></i></a> <!-- ENDIF -->
                    <
a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a> <!-- IF searchresults.ATTACH_ICON_IMG --><i title="{L_TOTAL_ATTACHMENTS}" class="icon-picture"></i> <!-- ENDIF -->                            
                    <!-- IF 
searchresults.S_POSTS_UNAPPROVED-->
                    <
a title="{L_POSTS_UNAPPROVED}" href="{searchresults.U_MCP_QUEUE}"><class="icon-help-circled-alt ic-unaproved"></i></a><!-- ENDIF -->
                    <!-- IF 
searchresults.S_TOPIC_UNAPPROVED-->
                    <
a title="{L_TOPIC_UNAPPROVED}" href="{searchresults.U_MCP_QUEUE}"><class="icon-help-circled-alt ic-unaproved"></i></a><!-- ENDIF -->

                    <!-- IF 
searchresults.S_TOPIC_REPORTED --><a href="{searchresults.U_MCP_REPORT}"><i title="{L_TOPIC_REPORTED}" class="icon-attention-alt ic-reported"></i></a><!-- ENDIF --><br />
                    <!-- IF 
searchresults.PAGINATION --><strong class="pagination"><span>{searchresults.PAGINATION}</span></strong><!-- ENDIF -->
                    {
L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} &raquo; {searchresults.FIRST_POST_TIME}
                    <!-- IF 
not searchresults.S_TOPIC_GLOBAL -->{L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a><!-- ELSE --> ({L_GLOBAL})<!-- ENDIF -->
                </
dt>
                <
dd class="posts">{searchresults.TOPIC_REPLIES}</dd>
                <
dd class="views">{searchresults.TOPIC_VIEWS}</dd>
                <
dd class="lastpost"><span>
                    {
L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL}
                    <!-- IF 
not S_IS_BOT --><a href="{searchresults.U_LAST_POST}" title="{L_VIEW_LATEST_POST}"><!-- IF S_CONTENT_DIRECTION eq 'rtl' --><class="fa fa-arrow-left last-post-icon"></i><!-- ELSE --><class="fa fa-arrow-right last-post-icon"></i><!-- ENDIF --></a> <!-- ENDIF --><br />{searchresults.LAST_POST_TIME}<br /> </span>
                </
dd>
            </
dl>
        </
li>
        <!-- 
END searchresults -->
    </
ul>


</
div>
<!-- ELSE -->
<
div class="panel">

    <
strong>{L_NO_SEARCH_RESULTS}</strong>

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

<!-- ELSE -->

<!-- 
BEGIN searchresults -->
<
div class="search post <!-- IF searchresults.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF searchresults.S_POST_REPORTED --> reported<!-- ENDIF -->">


    <!-- IF 
searchresults.S_IGNORE_POST -->
    <
div class="postbody">
        {
searchresults.L_IGNORE_POST}
    </
div>
    <!-- ELSE -->
    <
div class="postbody">
        <
h3><a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></h3>
        <
div class="content">{searchresults.MESSAGE}</div>
    </
div>

    <
dl class="postprofile">                
        <
dt class="author">{L_POST_BY_AUTHOR} {searchresults.POST_AUTHOR_FULL}</dt>
        <
dd>{searchresults.POST_DATE}</dd>
        <
dd>&nbsp;</dd>
        <!-- IF 
searchresults.FORUM_TITLE -->
        <
dd>{L_FORUM}: <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></dd>
        <
dd>{L_TOPIC}: <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></dd>
        <!-- ELSE -->
        <
dd>{L_GLOBAL}: <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></dd>
        <!-- ENDIF -->
        <
dd>{L_REPLIES}: <strong>{searchresults.TOPIC_REPLIES}</strong></dd>
        <
dd>{L_VIEWS}: <strong>{searchresults.TOPIC_VIEWS}</strong></dd>
    </
dl>
    <!-- ENDIF -->

    <!-- IF 
not searchresults.S_IGNORE_POST -->
    <
div class="buttons pull-right clear mt10">
        <
a href="{searchresults.U_VIEW_POST}" ><span class="button-icon"><class="icon-right-open-mini"></i></span>{L_JUMP_TO_POST}</a>
    </
div>
    <!-- ENDIF -->


</
div>
<!-- 
BEGINELSE -->
<
div class="panel">

    <
strong>{L_NO_SEARCH_RESULTS}</strong>

</
div>
<!-- 
END searchresults -->
<!-- ENDIF -->

<!-- 
Forum Menu start here -->
<!-- INCLUDE 
forum_menu.html -->
<!-- 
Forum Menu ends here -->


<
div class="panel">
    <!-- IF 
PAGINATION or .searchresults or S_SELECT_SORT_KEY or S_SELECT_SORT_DAYS -->
    
    <
form method="post" action="{S_SEARCH_ACTION}">        

        <
fieldset class="display-options">
            <!-- 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 
S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY -->
            <
label><!-- IF S_SHOW_TOPICS -->{L_DISPLAY_POSTS}<!-- ELSE -->{L_SORT_BY}</label><label><!-- ENDIF --> {S_SELECT_SORT_DAYS}<!-- IF S_SELECT_SORT_KEY --></label> <label>{S_SELECT_SORT_KEY}</label>
            <
label>{S_SELECT_SORT_DIR}<!-- ENDIF --> <input type="submit" name="sort" value="{L_GO}" class="button2" /></label>
            <!-- ENDIF -->
        </
fieldset>

    </
form>

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

    <!-- IF 
PAGINATION or .searchresults or PAGE_NUMBER -->
    <
ul class="linklist">
        <
li class="rightside pagination">
            {
SEARCH_MATCHES}<!-- 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 -->
        </
li>
    </
ul>
    <!-- ENDIF -->

    <!-- INCLUDE 
jumpbox.html -->
</
div><!-- panel end -->        
<!-- INCLUDE 
overall_footer.html -->
?>
Онлайн: 0
Реклама