[ Index ] |
PHP Cross Reference of phpBB-3.2.11-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"> 12 <a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH_TOPIC}"> 13 <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black" aria-hidden="true"></i><span>{L_RETURN_TO_TOPIC}</span> 14 </a> 15 </p> 16 <!-- ELSE --> 17 <p class="advanced-search-link"> 18 <a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH}" title="{L_SEARCH_ADV}"> 19 <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black" aria-hidden="true"></i><span>{L_GO_TO_SEARCH_ADV}</span> 20 </a> 21 </p> 22 <!-- ENDIF --> 23 24 <!-- EVENT search_results_header_after --> 25 26 <!-- IF .pagination or SEARCH_MATCHES or TOTAL_MATCHES or PAGE_NUMBER --> 27 <div class="action-bar bar-top"> 28 29 <!-- IF TOTAL_MATCHES > 0 --> 30 <div class="search-box" role="search"> 31 <form method="post" action="{S_SEARCH_ACTION}"> 32 <fieldset> 33 <input class="inputbox search tiny" type="search" name="add_keywords" id="add_keywords" value="" placeholder="{L_SEARCH_IN_RESULTS}" /> 34 <button class="button button-search" type="submit" title="{L_SEARCH}"> 35 <i class="icon fa-search fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH}</span> 36 </button> 37 <a href="{U_SEARCH}" class="button button-search-end" title="{L_SEARCH_ADV}"> 38 <i class="icon fa-cog fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH_ADV}</span> 39 </a> 40 </fieldset> 41 </form> 42 </div> 43 <!-- ENDIF --> 44 45 <!-- EVENT search_results_searchbox_after --> 46 47 <div class="pagination"> 48 <!-- IF U_MARK_ALL_READ --><a href="{U_MARK_ALL_READ}" class="mark-read" accesskey="m">{L_MARK_ALL_READ}</a> •<!-- ENDIF --> 49 {SEARCH_MATCHES} 50 <!-- IF .pagination --> 51 <!-- INCLUDE pagination.html --> 52 <!-- ELSE --> 53 • {PAGE_NUMBER} 54 <!-- ENDIF --> 55 </div> 56 </div> 57 <!-- ENDIF --> 58 59 <!-- IF S_SHOW_TOPICS --> 60 61 <!-- IF .searchresults --> 62 <div class="forumbg"> 63 64 <div class="inner"> 65 <ul class="topiclist"> 66 <li class="header"> 67 <dl class="row-item"> 68 <dt><div class="list-inner">{L_TOPICS}</div></dt> 69 <dd class="posts">{L_REPLIES}</dd> 70 <dd class="views">{L_VIEWS}</dd> 71 <dd class="lastpost"><span>{L_LAST_POST}</span></dd> 72 </dl> 73 </li> 74 </ul> 75 <ul class="topiclist topics"> 76 77 <!-- BEGIN searchresults --> 78 <!-- EVENT search_results_topic_before --> 79 <li class="row<!-- IF searchresults.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> 80 <dl class="row-item {searchresults.TOPIC_IMG_STYLE}"> 81 <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}"> 82 <!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{searchresults.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF --> 83 <div class="list-inner"> 84 <!-- EVENT topiclist_row_prepend --> 85 <!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --> 86 <a class="unread" href="{searchresults.U_NEWEST_POST}"> 87 <i class="icon fa-file fa-fw icon-red icon-md" aria-hidden="true"></i><span class="sr-only">{L_NEW_POST}</span> 88 </a> 89 <!-- ENDIF --> 90 <a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a> 91 <!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED --> 92 <a href="{searchresults.U_MCP_QUEUE}" title="{L_TOPIC_UNAPPROVED}"> 93 <i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_UNAPPROVED}</span> 94 </a> 95 <!-- ENDIF --> 96 <!-- IF searchresults.S_TOPIC_DELETED --> 97 <a href="{searchresults.U_MCP_QUEUE}" title="{L_TOPIC_DELETED}"> 98 <i class="icon fa-recycle fa-fw icon-green" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_DELETED}</span> 99 </a> 100 <!-- ENDIF --> 101 <!-- IF searchresults.S_TOPIC_REPORTED --> 102 <a href="{searchresults.U_MCP_REPORT}" title="{L_TOPIC_REPORTED}"> 103 <i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_REPORTED}</span> 104 </a> 105 <!-- ENDIF --> 106 <br /> 107 <!-- EVENT topiclist_row_topic_title_after --> 108 109 <!-- IF not S_IS_BOT --> 110 <div class="responsive-show" style="display: none;"> 111 {L_LAST_POST} {L_POST_BY_AUTHOR} <!-- EVENT search_results_last_post_author_username_prepend -->{searchresults.LAST_POST_AUTHOR_FULL}<!-- EVENT search_results_last_post_author_username_append --> « <a href="{searchresults.U_LAST_POST}" title="{L_GOTO_LAST_POST}"><time datetime="{searchresults.LAST_POST_TIME_RFC3339}">{searchresults.LAST_POST_TIME}</time></a> 112 <br />{L_POSTED} {L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a> 113 </div> 114 <!-- IF searchresults.TOPIC_REPLIES --><span class="responsive-show left-box" style="display: none;">{L_REPLIES}{L_COLON} <strong>{searchresults.TOPIC_REPLIES}</strong></span><!-- ENDIF --> 115 <!-- ENDIF --> 116 117 <div class="responsive-hide left-box"> 118 <!-- IF searchresults.S_HAS_POLL --><i class="icon fa-bar-chart fa-fw" aria-hidden="true"></i><!-- ENDIF --> 119 <!-- IF searchresults.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i><!-- ENDIF --> 120 {% EVENT topiclist_row_topic_by_author_before %} 121 {L_POST_BY_AUTHOR} <!-- EVENT search_results_topic_author_username_prepend -->{searchresults.TOPIC_AUTHOR_FULL}<!-- EVENT search_results_topic_author_username_append --> » <time datetime="{searchresults.FIRST_POST_TIME_RFC3339}">{searchresults.FIRST_POST_TIME}</time> » {L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a> 122 {% EVENT topiclist_row_topic_by_author_after %} 123 </div> 124 125 <!-- IF .searchresults.pagination --> 126 <div class="pagination"> 127 <span><i class="icon fa-clone fa-fw" aria-hidden="true"></i></span> 128 <ul> 129 <!-- BEGIN pagination --> 130 <!-- IF searchresults.pagination.S_IS_PREV --> 131 <!-- ELSEIF searchresults.pagination.S_IS_CURRENT --><li class="active"><span>{searchresults.pagination.PAGE_NUMBER}</span></li> 132 <!-- ELSEIF searchresults.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li> 133 <!-- ELSEIF searchresults.pagination.S_IS_NEXT --> 134 <!-- ELSE --><li><a class="button" href="{searchresults.pagination.PAGE_URL}">{searchresults.pagination.PAGE_NUMBER}</a></li> 135 <!-- ENDIF --> 136 <!-- END pagination --> 137 </ul> 138 </div> 139 <!-- ENDIF --> 140 141 <!-- EVENT topiclist_row_append --> 142 </div> 143 </dt> 144 <dd class="posts">{searchresults.TOPIC_REPLIES} <dfn>{L_REPLIES}</dfn></dd> 145 <dd class="views">{searchresults.TOPIC_VIEWS} <dfn>{L_VIEWS}</dfn></dd> 146 <dd class="lastpost"> 147 <span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} <!-- EVENT search_results_last_post_author_username_prepend -->{searchresults.LAST_POST_AUTHOR_FULL}<!-- EVENT search_results_last_post_author_username_append --> 148 <!-- IF not S_IS_BOT --> 149 <a href="{searchresults.U_LAST_POST}" title="{L_GOTO_LAST_POST}"> 150 <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{VIEW_LATEST_POST}</span> 151 </a> 152 <!-- ENDIF --> 153 <br /><time datetime="{searchresults.LAST_POST_TIME_RFC3339}">{searchresults.LAST_POST_TIME}</time> 154 </span> 155 </dd> 156 </dl> 157 </li> 158 <!-- EVENT search_results_topic_after --> 159 <!-- END searchresults --> 160 </ul> 161 162 </div> 163 </div> 164 <!-- ELSE --> 165 <div class="panel"> 166 <div class="inner"> 167 <strong>{L_NO_SEARCH_RESULTS}</strong> 168 </div> 169 </div> 170 <!-- ENDIF --> 171 172 <!-- ELSE --> 173 174 <!-- BEGIN searchresults --> 175 <!-- EVENT search_results_post_before --> 176 <div class="search post <!-- IF searchresults.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF searchresults.S_POST_REPORTED --> reported<!-- ENDIF -->"> 177 <div class="inner"> 178 179 <!-- IF searchresults.S_IGNORE_POST --> 180 <div class="postbody"> 181 {searchresults.L_IGNORE_POST} 182 </div> 183 <!-- ELSE --> 184 <dl class="postprofile"> 185 <!-- EVENT search_results_postprofile_before --> 186 <dt class="author">{L_POST_BY_AUTHOR} <!-- EVENT search_results_post_author_username_prepend -->{searchresults.POST_AUTHOR_FULL}<!-- EVENT search_results_post_author_username_append --></dt> 187 <dd class="search-result-date">{searchresults.POST_DATE}</dd> 188 <dd>{L_FORUM}{L_COLON} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></dd> 189 <dd>{L_TOPIC}{L_COLON} <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></dd> 190 <!-- EVENT search_results_topic_title_after --> 191 <dd>{L_REPLIES}{L_COLON} <strong>{searchresults.TOPIC_REPLIES}</strong></dd> 192 <dd>{L_VIEWS}{L_COLON} <strong>{searchresults.TOPIC_VIEWS}</strong></dd> 193 <!-- EVENT search_results_postprofile_after --> 194 </dl> 195 196 <div class="postbody"> 197 <h3><a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></h3> 198 <div class="content">{searchresults.MESSAGE}</div> 199 <!-- EVENT search_results_content_after --> 200 </div> 201 <!-- ENDIF --> 202 203 <!-- IF not searchresults.S_IGNORE_POST --> 204 <ul class="searchresults"> 205 <li> 206 <a href="{searchresults.U_VIEW_POST}" class="arrow-{S_CONTENT_FLOW_END}"> 207 <i class="icon fa-angle-{S_CONTENT_FLOW_END} fa-fw icon-black" aria-hidden="true"></i><span>{L_JUMP_TO_POST}</span> 208 </a> 209 </li> 210 </ul> 211 <!-- ENDIF --> 212 213 </div> 214 </div> 215 <!-- EVENT search_results_post_after --> 216 <!-- BEGINELSE --> 217 <div class="panel"> 218 <div class="inner"> 219 <strong>{L_NO_SEARCH_RESULTS}</strong> 220 </div> 221 </div> 222 <!-- END searchresults --> 223 <!-- ENDIF --> 224 225 <div class="action-bar bottom"> 226 <!-- IF .searchresults and (S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY) --> 227 <form method="post" action="{S_SEARCH_ACTION}"> 228 <!-- INCLUDE display_options.html --> 229 </form> 230 <!-- ENDIF --> 231 232 <div class="pagination"> 233 {SEARCH_MATCHES} 234 <!-- IF .pagination --> 235 <!-- INCLUDE pagination.html --> 236 <!-- ELSE --> 237 • {PAGE_NUMBER} 238 <!-- ENDIF --> 239 </div> 240 </div> 241 242 <!-- INCLUDE jumpbox.html --> 243 244 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |