2017-07-02 20:36:07 +02:00
<!-- INCLUDE overall_header.html -->
2017-07-02 23:55:22 +02:00
<!-- EVENT search_results_header_before -->
< h2 class = "searchresults-title" > <!-- IF SEARCH_TITLE --> {SEARCH_TITLE}<!-- ELSE --> {SEARCH_MATCHES}<!-- ENDIF --> <!-- IF SEARCH_WORDS --> {L_COLON} < a href = "{U_SEARCH_WORDS}" > {SEARCH_WORDS}< / a > <!-- ENDIF --> < / h2 >
<!-- IF SEARCHED_QUERY --> < p > {L_SEARCHED_QUERY}{L_COLON} < strong > {SEARCHED_QUERY}< / strong > < / p > <!-- ENDIF -->
<!-- IF IGNORED_WORDS --> < p > {L_IGNORED_TERMS}{L_COLON} < strong > {IGNORED_WORDS}< / strong > < / p > <!-- ENDIF -->
<!-- IF PHRASE_SEARCH_DISABLED --> < p > < strong > {L_PHRASE_SEARCH_DISABLED}< / strong > < / p > <!-- ENDIF -->
2017-07-02 20:36:07 +02:00
<!-- IF SEARCH_TOPIC -->
2017-07-02 23:55:22 +02:00
< p class = "return-link" > < a class = "arrow-{S_CONTENT_FLOW_BEGIN}" href = "{U_SEARCH_TOPIC}" > {L_RETURN_TO_TOPIC}< / a > < / p >
2017-07-02 20:36:07 +02:00
<!-- ELSE -->
2017-07-02 23:55:22 +02:00
< p class = "advanced-search-link" > < a class = "arrow-{S_CONTENT_FLOW_BEGIN}" href = "{U_SEARCH}" title = "{L_SEARCH_ADV}" > {L_GO_TO_SEARCH_ADV}< / a > < / p >
2017-07-02 20:36:07 +02:00
<!-- ENDIF -->
2017-07-02 23:55:22 +02:00
<!-- EVENT search_results_header_after -->
2017-07-02 20:36:07 +02:00
2017-07-02 23:55:22 +02:00
<!-- IF .pagination or SEARCH_MATCHES or TOTAL_MATCHES or PAGE_NUMBER -->
< div class = "action-bar top" >
2017-07-02 20:36:07 +02:00
2017-07-02 23:55:22 +02:00
<!-- IF TOTAL_MATCHES > 0 -->
< div class = "search-box" role = "search" >
< form method = "post" action = "{S_SEARCH_ACTION}" >
< fieldset >
< input class = "inputbox search tiny" type = "search" name = "add_keywords" id = "add_keywords" value = "" placeholder = "{L_SEARCH_IN_RESULTS}" / >
< 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 >
< / fieldset >
< / form >
2017-07-02 20:36:07 +02:00
< / div >
<!-- ENDIF -->
2017-07-02 23:55:22 +02:00
<!-- EVENT search_results_searchbox_after -->
< div class = "pagination" >
{SEARCH_MATCHES}
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
<!-- ELSE -->
• {PAGE_NUMBER}
<!-- ENDIF -->
2017-07-02 20:36:07 +02:00
< / div >
< / div >
<!-- ENDIF -->
<!-- IF S_SHOW_TOPICS -->
<!-- IF .searchresults -->
< div class = "forumbg" >
< div class = "inner" >
< ul class = "topiclist" >
< li class = "header" >
< dl class = "icon" >
2017-07-02 23:55:22 +02:00
< dt > < div class = "list-inner" > {L_TOPICS}< / div > < / dt >
2017-07-02 20:36:07 +02:00
< 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 -->
2017-07-02 23:55:22 +02:00
<!-- EVENT search_results_topic_before -->
2017-07-02 20:36:07 +02:00
< li class = "row<!-- IF searchresults.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->" >
2017-07-02 23:55:22 +02:00
< dl class = "icon {searchresults.TOPIC_IMG_STYLE}" >
< dt < ! -- IF searchresults . TOPIC_ICON_IMG -- > style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{searchresults.TOPIC_FOLDER_IMG_ALT}">
<!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --> < a href = "{searchresults.U_NEWEST_POST}" class = "icon-link" > < / a > <!-- ENDIF -->
< div class = "list-inner" >
<!-- EVENT topiclist_row_prepend -->
<!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --> < a href = "{searchresults.U_NEWEST_POST}" > {NEWEST_POST_IMG}< / a > <!-- ENDIF -->
< a href = "{searchresults.U_VIEW_TOPIC}" class = "topictitle" > {searchresults.TOPIC_TITLE}< / a > {searchresults.ATTACH_ICON_IMG}
<!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED --> < a href = "{searchresults.U_MCP_QUEUE}" > {searchresults.UNAPPROVED_IMG}< / a > <!-- ENDIF -->
<!-- IF searchresults.S_TOPIC_DELETED --> < a href = "{searchresults.U_MCP_QUEUE}" > {DELETED_IMG}< / a > <!-- ENDIF -->
<!-- IF searchresults.S_TOPIC_REPORTED --> < a href = "{searchresults.U_MCP_REPORT}" > {REPORTED_IMG}< / a > <!-- ENDIF --> < br / >
<!-- IF .searchresults.pagination -->
< div class = "pagination" >
< ul >
<!-- BEGIN pagination -->
<!-- IF searchresults.pagination.S_IS_PREV -->
<!-- ELSEIF searchresults.pagination.S_IS_CURRENT --> < li class = "active" > < span > {searchresults.pagination.PAGE_NUMBER}< / span > < / li >
<!-- ELSEIF searchresults.pagination.S_IS_ELLIPSIS --> < li class = "ellipsis" > < span > {L_ELLIPSIS}< / span > < / li >
<!-- ELSEIF searchresults.pagination.S_IS_NEXT -->
<!-- ELSE --> < li > < a href = "{searchresults.pagination.PAGE_URL}" > {searchresults.pagination.PAGE_NUMBER}< / a > < / li >
<!-- ENDIF -->
<!-- END pagination -->
< / ul >
< / div >
<!-- ENDIF -->
<!-- IF searchresults.S_HAS_POLL --> {POLL_IMG} <!-- ENDIF -->
{L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} » {searchresults.FIRST_POST_TIME} » {L_IN} < a href = "{searchresults.U_VIEW_FORUM}" > {searchresults.FORUM_TITLE}< / a >
<!-- EVENT topiclist_row_append -->
< / div >
2017-07-02 20:36:07 +02:00
< / 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}
2017-07-02 23:55:22 +02:00
<!-- IF not S_IS_BOT --> < a href = "{searchresults.U_LAST_POST}" title = "{L_GOTO_LAST_POST}" > {LAST_POST_IMG}< / a > <!-- ENDIF --> < br / > {searchresults.LAST_POST_TIME}< br / > < / span >
2017-07-02 20:36:07 +02:00
< / dd >
< / dl >
< / li >
2017-07-02 23:55:22 +02:00
<!-- EVENT search_results_topic_after -->
2017-07-02 20:36:07 +02:00
<!-- END searchresults -->
< / ul >
2017-07-02 23:55:22 +02:00
2017-07-02 20:36:07 +02:00
< / div >
< / div >
<!-- ELSE -->
< div class = "panel" >
< div class = "inner" >
< strong > {L_NO_SEARCH_RESULTS}< / strong >
< / div >
< / div >
<!-- ENDIF -->
<!-- ELSE -->
<!-- BEGIN searchresults -->
2017-07-02 23:55:22 +02:00
<!-- EVENT search_results_post_before -->
2017-07-02 20:36:07 +02:00
< div class = "search post <!-- IF searchresults.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF searchresults.S_POST_REPORTED --> reported<!-- ENDIF -->" >
2017-07-02 23:55:22 +02:00
< div class = "inner" >
2017-07-02 20:36:07 +02:00
<!-- IF searchresults.S_IGNORE_POST -->
2017-07-02 23:55:22 +02:00
< div class = "postbody" >
2017-07-02 20:36:07 +02:00
{searchresults.L_IGNORE_POST}
< / div >
<!-- ELSE -->
2017-07-02 23:55:22 +02:00
< dl class = "postprofile" >
<!-- EVENT search_results_postprofile_before -->
< dt class = "author" > {L_POST_BY_AUTHOR} {searchresults.POST_AUTHOR_FULL}< / dt >
< dd class = "search-result-date" > {searchresults.POST_DATE}< / dd >
< dd > {L_FORUM}{L_COLON} < a href = "{searchresults.U_VIEW_FORUM}" > {searchresults.FORUM_TITLE}< / a > < / dd >
< dd > {L_TOPIC}{L_COLON} < a href = "{searchresults.U_VIEW_TOPIC}" > {searchresults.TOPIC_TITLE}< / a > < / dd >
< dd > {L_REPLIES}{L_COLON} < strong > {searchresults.TOPIC_REPLIES}< / strong > < / dd >
< dd > {L_VIEWS}{L_COLON} < strong > {searchresults.TOPIC_VIEWS}< / strong > < / dd >
<!-- EVENT search_results_postprofile_after -->
< / dl >
2017-07-02 20:36:07 +02:00
< div class = "postbody" >
2017-07-02 23:55:22 +02:00
< h3 > < a href = "{searchresults.U_VIEW_POST}" > {searchresults.POST_SUBJECT}< / a > < / h3 >
2017-07-02 20:36:07 +02:00
< div class = "content" > {searchresults.MESSAGE}< / div >
< / div >
<!-- ENDIF -->
2017-07-02 23:55:22 +02:00
2017-07-02 20:36:07 +02:00
<!-- IF not searchresults.S_IGNORE_POST -->
< ul class = "searchresults" >
2017-07-02 23:55:22 +02:00
< li > < a href = "{searchresults.U_VIEW_POST}" class = "arrow-{S_CONTENT_FLOW_END}" > {L_JUMP_TO_POST}< / a > < / li >
< / ul >
2017-07-02 20:36:07 +02:00
<!-- ENDIF -->
< / div >
< / div >
2017-07-02 23:55:22 +02:00
<!-- EVENT search_results_post_after -->
2017-07-02 20:36:07 +02:00
<!-- BEGINELSE -->
< div class = "panel" >
< div class = "inner" >
< strong > {L_NO_SEARCH_RESULTS}< / strong >
< / div >
< / div >
<!-- END searchresults -->
<!-- ENDIF -->
2017-07-02 23:55:22 +02:00
<!-- IF .pagination or .searchresults or S_SELECT_SORT_KEY or S_SELECT_SORT_DAYS -->
2017-07-02 20:36:07 +02:00
< form method = "post" action = "{S_SEARCH_ACTION}" >
< fieldset class = "display-options" >
<!-- 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 >
2017-07-02 23:55:22 +02:00
< label > {S_SELECT_SORT_DIR}<!-- ENDIF --> < / label >
< input type = "submit" name = "sort" value = "{L_GO}" class = "button2" / >
2017-07-02 20:36:07 +02:00
<!-- ENDIF -->
< / fieldset >
< / form >
< hr / >
<!-- ENDIF -->
2017-07-02 23:55:22 +02:00
<!-- IF .pagination or .searchresults or PAGE_NUMBER -->
< div class = "action-bar bottom" >
< div class = "pagination" >
{SEARCH_MATCHES}
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
<!-- ELSE -->
• {PAGE_NUMBER}
<!-- ENDIF -->
< / div >
< / div >
2017-07-02 20:36:07 +02:00
<!-- ENDIF -->
2017-07-02 23:55:22 +02:00
2017-07-02 20:36:07 +02:00
<!-- INCLUDE jumpbox.html -->
2017-07-02 23:55:22 +02:00
<!-- INCLUDE overall_footer.html -->