[ Index ] |
PHP Cross Reference of phpBB-3.3.14-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 {% EVENT search_results_topic_header_lastpost_after %} 73 </dl> 74 </li> 75 </ul> 76 <ul class="topiclist topics"> 77 78 <!-- BEGIN searchresults --> 79 <!-- EVENT search_results_topic_before --> 80 <li class="row<!-- IF searchresults.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> 81 <dl class="row-item {searchresults.TOPIC_IMG_STYLE}"> 82 <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}"> 83 <!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{searchresults.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF --> 84 <div class="list-inner"> 85 <!-- EVENT topiclist_row_prepend --> 86 <!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --> 87 <a class="unread" href="{searchresults.U_NEWEST_POST}"> 88 <i class="icon fa-file fa-fw icon-red icon-md" aria-hidden="true"></i><span class="sr-only">{L_NEW_POST}</span> 89 </a> 90 <!-- ENDIF --> 91 <a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a> 92 <!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED --> 93 <a href="{searchresults.U_MCP_QUEUE}" title="{L_TOPIC_UNAPPROVED}"> 94 <i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_UNAPPROVED}</span> 95 </a> 96 <!-- ENDIF --> 97 <!-- IF searchresults.S_TOPIC_DELETED --> 98 <a href="{searchresults.U_MCP_QUEUE}" title="{L_TOPIC_DELETED}"> 99 <i class="icon fa-recycle fa-fw icon-green" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_DELETED}</span> 100 </a> 101 <!-- ENDIF --> 102 <!-- IF searchresults.S_TOPIC_REPORTED --> 103 <a href="{searchresults.U_MCP_REPORT}" title="{L_TOPIC_REPORTED}"> 104 <i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_REPORTED}</span> 105 </a> 106 <!-- ENDIF --> 107 <br /> 108 <!-- EVENT topiclist_row_topic_title_after --> 109 110 <!-- IF not S_IS_BOT --> 111 <div class="responsive-show" style="display: none;"> 112 {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> 113 <br />{L_POSTED} {L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a> 114 </div> 115 <!-- IF searchresults.TOPIC_REPLIES --><span class="responsive-show left-box" style="display: none;">{L_REPLIES}{L_COLON} <strong>{searchresults.TOPIC_REPLIES}</strong></span><!-- ENDIF --> 116 <!-- ENDIF --> 117 118 <div class="responsive-hide left-box"> 119 <!-- IF searchresults.S_HAS_POLL --><i class="icon fa-bar-chart fa-fw" aria-hidden="true"></i><!-- ENDIF --> 120 <!-- IF searchresults.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i><!-- ENDIF --> 121 {% EVENT topiclist_row_topic_by_author_before %} 122 {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> 123 {% EVENT topiclist_row_topic_by_author_after %} 124 </div> 125 126 <!-- IF .searchresults.pagination --> 127 <div class="pagination"> 128 <span><i class="icon fa-clone fa-fw" aria-hidden="true"></i></span> 129 <ul> 130 <!-- BEGIN pagination --> 131 <!-- IF searchresults.pagination.S_IS_PREV --> 132 <!-- ELSEIF searchresults.pagination.S_IS_CURRENT --><li class="active"><span>{searchresults.pagination.PAGE_NUMBER}</span></li> 133 <!-- ELSEIF searchresults.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li> 134 <!-- ELSEIF searchresults.pagination.S_IS_NEXT --> 135 <!-- ELSE --><li><a class="button" href="{searchresults.pagination.PAGE_URL}">{searchresults.pagination.PAGE_NUMBER}</a></li> 136 <!-- ENDIF --> 137 <!-- END pagination --> 138 </ul> 139 </div> 140 <!-- ENDIF --> 141 142 <!-- EVENT topiclist_row_append --> 143 </div> 144 </dt> 145 <dd class="posts">{searchresults.TOPIC_REPLIES} <dfn>{L_REPLIES}</dfn></dd> 146 <dd class="views">{searchresults.TOPIC_VIEWS} <dfn>{L_VIEWS}</dfn></dd> 147 <dd class="lastpost"> 148 <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 --> 149 <!-- IF not S_IS_BOT --> 150 <a href="{searchresults.U_LAST_POST}" title="{L_GOTO_LAST_POST}"> 151 <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> 152 </a> 153 <!-- ENDIF --> 154 <br /><time datetime="{searchresults.LAST_POST_TIME_RFC3339}">{searchresults.LAST_POST_TIME}</time> 155 </span> 156 </dd> 157 {% EVENT search_results_topic_row_lastpost_after %} 158 </dl> 159 </li> 160 <!-- EVENT search_results_topic_after --> 161 <!-- END searchresults --> 162 </ul> 163 164 </div> 165 </div> 166 <!-- ELSE --> 167 <div class="panel"> 168 <div class="inner"> 169 <strong>{L_NO_SEARCH_RESULTS}</strong> 170 </div> 171 </div> 172 <!-- ENDIF --> 173 174 <!-- ELSE --> 175 176 <!-- BEGIN searchresults --> 177 <!-- EVENT search_results_post_before --> 178 <div class="search post <!-- IF searchresults.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF searchresults.S_POST_REPORTED --> reported<!-- ENDIF -->"> 179 <div class="inner"> 180 181 <!-- IF searchresults.S_IGNORE_POST --> 182 <div class="postbody"> 183 {searchresults.L_IGNORE_POST} 184 </div> 185 <!-- ELSE --> 186 <dl class="postprofile"> 187 <!-- EVENT search_results_postprofile_before --> 188 <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> 189 <dd class="search-result-date">{searchresults.POST_DATE}</dd> 190 <dd>{L_FORUM}{L_COLON} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></dd> 191 <dd>{L_TOPIC}{L_COLON} <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></dd> 192 <!-- EVENT search_results_topic_title_after --> 193 <dd>{L_REPLIES}{L_COLON} <strong>{searchresults.TOPIC_REPLIES}</strong></dd> 194 <dd>{L_VIEWS}{L_COLON} <strong>{searchresults.TOPIC_VIEWS}</strong></dd> 195 <!-- EVENT search_results_postprofile_after --> 196 </dl> 197 198 <div class="postbody"> 199 {% EVENT search_results_post_subject_before %} 200 <h3><a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></h3> 201 <div class="content">{searchresults.MESSAGE}</div> 202 <!-- EVENT search_results_content_after --> 203 </div> 204 <!-- ENDIF --> 205 206 <!-- IF not searchresults.S_IGNORE_POST --> 207 <ul class="searchresults"> 208 <li> 209 <a href="{searchresults.U_VIEW_POST}" class="arrow-{S_CONTENT_FLOW_END}"> 210 <i class="icon fa-angle-{S_CONTENT_FLOW_END} fa-fw icon-black" aria-hidden="true"></i><span>{L_JUMP_TO_POST}</span> 211 </a> 212 </li> 213 </ul> 214 <!-- ENDIF --> 215 216 </div> 217 </div> 218 <!-- EVENT search_results_post_after --> 219 <!-- BEGINELSE --> 220 <div class="panel"> 221 <div class="inner"> 222 <strong>{L_NO_SEARCH_RESULTS}</strong> 223 </div> 224 </div> 225 <!-- END searchresults --> 226 <!-- ENDIF --> 227 228 <div class="action-bar bottom"> 229 <!-- IF .searchresults and (S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY) --> 230 <form method="post" action="{S_SEARCH_ACTION}"> 231 <!-- INCLUDE display_options.html --> 232 </form> 233 <!-- ENDIF --> 234 235 <div class="pagination"> 236 {SEARCH_MATCHES} 237 <!-- IF .pagination --> 238 <!-- INCLUDE pagination.html --> 239 <!-- ELSE --> 240 • {PAGE_NUMBER} 241 <!-- ENDIF --> 242 </div> 243 </div> 244 {% EVENT search_results_jumpbox_before %} 245 <!-- INCLUDE jumpbox.html --> 246 247 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |