[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <!-- EVENT search_results_header_before --> 4 5 <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> 6 <!-- IF SEARCHED_QUERY --> <p>{L_SEARCHED_QUERY}{L_COLON} <strong>{SEARCHED_QUERY}</strong></p><!-- ENDIF --> 7 <!-- IF IGNORED_WORDS --> <p>{L_IGNORED_TERMS}{L_COLON} <strong>{IGNORED_WORDS}</strong></p><!-- ENDIF --> 8 <!-- IF PHRASE_SEARCH_DISABLED --> <p><strong>{L_PHRASE_SEARCH_DISABLED}</strong></p><!-- ENDIF --> 9 10 <!-- IF SEARCH_TOPIC --> 11 <p class="return-link"><a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH_TOPIC}">{L_RETURN_TO_TOPIC}</a></p> 12 <!-- ELSE --> 13 <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> 14 <!-- ENDIF --> 15 16 <!-- EVENT search_results_header_after --> 17 18 <!-- IF .pagination or SEARCH_MATCHES or TOTAL_MATCHES or PAGE_NUMBER --> 19 <div class="action-bar top"> 20 21 <!-- IF TOTAL_MATCHES > 0 --> 22 <div class="search-box" role="search"> 23 <form method="post" action="{S_SEARCH_ACTION}"> 24 <fieldset> 25 <input class="inputbox search tiny" type="search" name="add_keywords" id="add_keywords" value="" placeholder="{L_SEARCH_IN_RESULTS}" /> 26 <button class="button icon-button search-icon" type="submit" title="{L_SEARCH}">{L_SEARCH}</button> 27 <a href="{U_SEARCH}" class="button icon-button search-adv-icon" title="{L_SEARCH_ADV}">{L_SEARCH_ADV}</a> 28 </fieldset> 29 </form> 30 </div> 31 <!-- ENDIF --> 32 33 <!-- EVENT search_results_searchbox_after --> 34 35 <div class="pagination"> 36 <!-- IF U_MARK_ALL_READ --><a href="{U_MARK_ALL_READ}" class="mark-read" accesskey="m">{L_MARK_ALL_READ}</a> •<!-- ENDIF --> 37 {SEARCH_MATCHES} 38 <!-- IF .pagination --> 39 <!-- INCLUDE pagination.html --> 40 <!-- ELSE --> 41 • {PAGE_NUMBER} 42 <!-- ENDIF --> 43 </div> 44 </div> 45 <!-- ENDIF --> 46 47 <!-- IF S_SHOW_TOPICS --> 48 49 <!-- IF .searchresults --> 50 <div class="forumbg"> 51 52 <div class="inner"> 53 <ul class="topiclist"> 54 <li class="header"> 55 <dl class="icon"> 56 <dt><div class="list-inner">{L_TOPICS}</div></dt> 57 <dd class="posts">{L_REPLIES}</dd> 58 <dd class="views">{L_VIEWS}</dd> 59 <dd class="lastpost"><span>{L_LAST_POST}</span></dd> 60 </dl> 61 </li> 62 </ul> 63 <ul class="topiclist topics"> 64 65 <!-- BEGIN searchresults --> 66 <!-- EVENT search_results_topic_before --> 67 <li class="row<!-- IF searchresults.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> 68 <dl class="icon {searchresults.TOPIC_IMG_STYLE}"> 69 <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}"> 70 <!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{searchresults.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF --> 71 <div class="list-inner"> 72 73 <!-- EVENT topiclist_row_prepend --> 74 <!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{searchresults.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --> 75 <a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a> {searchresults.ATTACH_ICON_IMG} 76 <!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED --><a href="{searchresults.U_MCP_QUEUE}">{searchresults.UNAPPROVED_IMG}</a> <!-- ENDIF --> 77 <!-- IF searchresults.S_TOPIC_DELETED --><a href="{searchresults.U_MCP_QUEUE}">{DELETED_IMG}</a> <!-- ENDIF --> 78 <!-- IF searchresults.S_TOPIC_REPORTED --><a href="{searchresults.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br /> 79 <!-- EVENT topiclist_row_topic_title_after --> 80 <!-- IF .searchresults.pagination --> 81 <div class="pagination"> 82 <ul> 83 <!-- BEGIN pagination --> 84 <!-- IF searchresults.pagination.S_IS_PREV --> 85 <!-- ELSEIF searchresults.pagination.S_IS_CURRENT --><li class="active"><span>{searchresults.pagination.PAGE_NUMBER}</span></li> 86 <!-- ELSEIF searchresults.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li> 87 <!-- ELSEIF searchresults.pagination.S_IS_NEXT --> 88 <!-- ELSE --><li><a href="{searchresults.pagination.PAGE_URL}">{searchresults.pagination.PAGE_NUMBER}</a></li> 89 <!-- ENDIF --> 90 <!-- END pagination --> 91 </ul> 92 </div> 93 <!-- ENDIF --> 94 <!-- IF searchresults.S_HAS_POLL -->{POLL_IMG} <!-- ENDIF --> 95 {L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} » {searchresults.FIRST_POST_TIME} » {L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a> 96 <!-- EVENT topiclist_row_append --> 97 98 </div> 99 </dt> 100 <dd class="posts">{searchresults.TOPIC_REPLIES}</dd> 101 <dd class="views">{searchresults.TOPIC_VIEWS}</dd> 102 <dd class="lastpost"><span> 103 {L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL} 104 <!-- 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> 105 </dd> 106 </dl> 107 </li> 108 <!-- EVENT search_results_topic_after --> 109 <!-- END searchresults --> 110 </ul> 111 112 </div> 113 </div> 114 <!-- ELSE --> 115 <div class="panel"> 116 <div class="inner"> 117 <strong>{L_NO_SEARCH_RESULTS}</strong> 118 </div> 119 </div> 120 <!-- ENDIF --> 121 122 <!-- ELSE --> 123 124 <!-- BEGIN searchresults --> 125 <!-- EVENT search_results_post_before --> 126 <div class="search post <!-- IF searchresults.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF searchresults.S_POST_REPORTED --> reported<!-- ENDIF -->"> 127 <div class="inner"> 128 129 <!-- IF searchresults.S_IGNORE_POST --> 130 <div class="postbody"> 131 {searchresults.L_IGNORE_POST} 132 </div> 133 <!-- ELSE --> 134 <dl class="postprofile"> 135 <!-- EVENT search_results_postprofile_before --> 136 <dt class="author">{L_POST_BY_AUTHOR} {searchresults.POST_AUTHOR_FULL}</dt> 137 <dd class="search-result-date">{searchresults.POST_DATE}</dd> 138 <dd>{L_FORUM}{L_COLON} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></dd> 139 <dd>{L_TOPIC}{L_COLON} <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></dd> 140 <!-- EVENT search_results_topic_title_after --> 141 <dd>{L_REPLIES}{L_COLON} <strong>{searchresults.TOPIC_REPLIES}</strong></dd> 142 <dd>{L_VIEWS}{L_COLON} <strong>{searchresults.TOPIC_VIEWS}</strong></dd> 143 <!-- EVENT search_results_postprofile_after --> 144 </dl> 145 146 <div class="postbody"> 147 <h3><a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></h3> 148 <div class="content">{searchresults.MESSAGE}</div> 149 </div> 150 <!-- ENDIF --> 151 152 <!-- IF not searchresults.S_IGNORE_POST --> 153 <ul class="searchresults"> 154 <li ><a href="{searchresults.U_VIEW_POST}" class="arrow-{S_CONTENT_FLOW_END}">{L_JUMP_TO_POST}</a></li> 155 </ul> 156 <!-- ENDIF --> 157 158 </div> 159 </div> 160 <!-- EVENT search_results_post_after --> 161 <!-- BEGINELSE --> 162 <div class="panel"> 163 <div class="inner"> 164 <strong>{L_NO_SEARCH_RESULTS}</strong> 165 </div> 166 </div> 167 <!-- END searchresults --> 168 <!-- ENDIF --> 169 170 <!-- IF .pagination or .searchresults or S_SELECT_SORT_KEY or S_SELECT_SORT_DAYS --> 171 <form method="post" action="{S_SEARCH_ACTION}"> 172 173 <fieldset class="display-options"> 174 <!-- IF S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY --> 175 <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> 176 <label>{S_SELECT_SORT_DIR}<!-- ENDIF --></label> 177 <input type="submit" name="sort" value="{L_GO}" class="button2" /> 178 <!-- ENDIF --> 179 </fieldset> 180 181 </form> 182 183 <hr /> 184 <!-- ENDIF --> 185 186 <!-- IF .pagination or .searchresults or PAGE_NUMBER --> 187 <div class="action-bar bottom"> 188 <div class="pagination"> 189 {SEARCH_MATCHES} 190 <!-- IF .pagination --> 191 <!-- INCLUDE pagination.html --> 192 <!-- ELSE --> 193 • {PAGE_NUMBER} 194 <!-- ENDIF --> 195 </div> 196 </div> 197 <!-- ENDIF --> 198 199 <!-- INCLUDE jumpbox.html --> 200 201 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |