Verzeichnisstruktur phpBB-3.2.0
- Veröffentlicht
- 06.01.2017
So funktioniert es
|
Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück |
Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
search_results.html
001 <!-- INCLUDE overall_header.html -->
002
003 <!-- EVENT search_results_header_before -->
004
005 <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>
006 <!-- IF SEARCHED_QUERY --> <p>{L_SEARCHED_QUERY}{L_COLON} <strong>{SEARCHED_QUERY}</strong></p><!-- ENDIF -->
007 <!-- IF IGNORED_WORDS --> <p>{L_IGNORED_TERMS}{L_COLON} <strong>{IGNORED_WORDS}</strong></p><!-- ENDIF -->
008 <!-- IF PHRASE_SEARCH_DISABLED --> <p><strong>{L_PHRASE_SEARCH_DISABLED}</strong></p><!-- ENDIF -->
009
010 <!-- IF SEARCH_TOPIC -->
011 <p class="return-link">
012 <a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH_TOPIC}">
013 <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black" aria-hidden="true"></i><span>{L_RETURN_TO_TOPIC}</span>
014 </a>
015 </p>
016 <!-- ELSE -->
017 <p class="advanced-search-link">
018 <a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH}" title="{L_SEARCH_ADV}">
019 <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black" aria-hidden="true"></i><span>{L_GO_TO_SEARCH_ADV}</span>
020 </a>
021 </p>
022 <!-- ENDIF -->
023
024 <!-- EVENT search_results_header_after -->
025
026 <!-- IF .pagination or SEARCH_MATCHES or TOTAL_MATCHES or PAGE_NUMBER -->
027 <div class="action-bar bar-top">
028
029 <!-- IF TOTAL_MATCHES > 0 -->
030 <div class="search-box" role="search">
031 <form method="post" action="{S_SEARCH_ACTION}">
032 <fieldset>
033 <input class="inputbox search tiny" type="search" name="add_keywords" id="add_keywords" value="" placeholder="{L_SEARCH_IN_RESULTS}" />
034 <button class="button button-search" type="submit" title="{L_SEARCH}">
035 <i class="icon fa-search fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH}</span>
036 </button>
037 <a href="{U_SEARCH}" class="button button-search-end" title="{L_SEARCH_ADV}">
038 <i class="icon fa-cog fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH_ADV}</span>
039 </a>
040 </fieldset>
041 </form>
042 </div>
043 <!-- ENDIF -->
044
045 <!-- EVENT search_results_searchbox_after -->
046
047 <div class="pagination">
048 <!-- IF U_MARK_ALL_READ --><a href="{U_MARK_ALL_READ}" class="mark-read" accesskey="m">{L_MARK_ALL_READ}</a> •<!-- ENDIF -->
049 {SEARCH_MATCHES}
050 <!-- IF .pagination -->
051 <!-- INCLUDE pagination.html -->
052 <!-- ELSE -->
053 • {PAGE_NUMBER}
054 <!-- ENDIF -->
055 </div>
056 </div>
057 <!-- ENDIF -->
058
059 <!-- IF S_SHOW_TOPICS -->
060
061 <!-- IF .searchresults -->
062 <div class="forumbg">
063
064 <div class="inner">
065 <ul class="topiclist">
066 <li class="header">
067 <dl class="row-item">
068 <dt><div class="list-inner">{L_TOPICS}</div></dt>
069 <dd class="posts">{L_REPLIES}</dd>
070 <dd class="views">{L_VIEWS}</dd>
071 <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
072 </dl>
073 </li>
074 </ul>
075 <ul class="topiclist topics">
076
077 <!-- BEGIN searchresults -->
078 <!-- EVENT search_results_topic_before -->
079 <li class="row<!-- IF searchresults.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
080 <dl class="row-item {searchresults.TOPIC_IMG_STYLE}">
081 <dt<!-- IF searchresults.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{searchresults.TOPIC_FOLDER_IMG_ALT}">
082 <!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{searchresults.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF -->
083 <div class="list-inner">
084 <!-- EVENT topiclist_row_prepend -->
085 <!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT -->
086 <a class="unread" href="{searchresults.U_NEWEST_POST}">
087 <i class="icon fa-file fa-fw icon-red icon-md" aria-hidden="true"></i><span class="sr-only">{L_NEW_POST}</span>
088 </a>
089 <!-- ENDIF -->
090 <a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a>
091 <!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED -->
092 <a href="{searchresults.U_MCP_QUEUE}" title="{L_TOPIC_UNAPPROVED}">
093 <i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_UNAPPROVED}</span>
094 </a>
095 <!-- ENDIF -->
096 <!-- IF searchresults.S_TOPIC_DELETED -->
097 <a href="{searchresults.U_MCP_QUEUE}" title="{L_TOPIC_DELETED}">
098 <i class="icon fa-recycle fa-fw icon-green" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_DELETED}</span>
099 </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
108 <!-- IF not S_IS_BOT -->
109 <div class="responsive-show" style="display: none;">
110 {L_LAST_POST} {L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL} « <a href="{searchresults.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{searchresults.LAST_POST_TIME}</a>
111 <br />{L_POSTED} {L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a>
112 </div>
113 <!-- IF searchresults.TOPIC_REPLIES --><span class="responsive-show left-box" style="display: none;">{L_REPLIES}{L_COLON} <strong>{searchresults.TOPIC_REPLIES}</strong></span><!-- ENDIF -->
114 <!-- ENDIF -->
115
116 <div class="responsive-hide">
117 <!-- IF searchresults.S_HAS_POLL --><i class="icon fa-bar-chart fa-fw" aria-hidden="true"></i><!-- ENDIF -->
118 <!-- IF searchresults.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i><!-- ENDIF -->
119 {L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} » {searchresults.FIRST_POST_TIME} » {L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a>
120 </div>
121
122 <!-- IF .searchresults.pagination -->
123 <div class="pagination">
124 <span><i class="icon fa-clone fa-fw" aria-hidden="true"></i></span>
125 <ul>
126 <!-- BEGIN pagination -->
127 <!-- IF searchresults.pagination.S_IS_PREV -->
128 <!-- ELSEIF searchresults.pagination.S_IS_CURRENT --><li class="active"><span>{searchresults.pagination.PAGE_NUMBER}</span></li>
129 <!-- ELSEIF searchresults.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li>
130 <!-- ELSEIF searchresults.pagination.S_IS_NEXT -->
131 <!-- ELSE --><li><a class="button" href="{searchresults.pagination.PAGE_URL}">{searchresults.pagination.PAGE_NUMBER}</a></li>
132 <!-- ENDIF -->
133 <!-- END pagination -->
134 </ul>
135 </div>
136 <!-- ENDIF -->
137 <!-- EVENT topiclist_row_topic_title_after -->
138
139 <!-- EVENT topiclist_row_append -->
140 </div>
141 </dt>
142 <dd class="posts">{searchresults.TOPIC_REPLIES} <dfn>{L_REPLIES}</dfn></dd>
143 <dd class="views">{searchresults.TOPIC_VIEWS} <dfn>{L_VIEWS}</dfn></dd>
144 <dd class="lastpost">
145 <span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL}
146 <!-- IF not S_IS_BOT -->
147 <a href="{searchresults.U_LAST_POST}" title="{L_GOTO_LAST_POST}">
148 <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>
149 </a>
150 <!-- ENDIF -->
151 <br />{searchresults.LAST_POST_TIME}
152 </span>
153 </dd>
154 </dl>
155 </li>
156 <!-- EVENT search_results_topic_after -->
157 <!-- END searchresults -->
158 </ul>
159
160 </div>
161 </div>
162 <!-- ELSE -->
163 <div class="panel">
164 <div class="inner">
165 <strong>{L_NO_SEARCH_RESULTS}</strong>
166 </div>
167 </div>
168 <!-- ENDIF -->
169
170 <!-- ELSE -->
171
172 <!-- BEGIN searchresults -->
173 <!-- EVENT search_results_post_before -->
174 <div class="search post <!-- IF searchresults.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF searchresults.S_POST_REPORTED --> reported<!-- ENDIF -->">
175 <div class="inner">
176
177 <!-- IF searchresults.S_IGNORE_POST -->
178 <div class="postbody">
179 {searchresults.L_IGNORE_POST}
180 </div>
181 <!-- ELSE -->
182 <dl class="postprofile">
183 <!-- EVENT search_results_postprofile_before -->
184 <dt class="author">{L_POST_BY_AUTHOR} {searchresults.POST_AUTHOR_FULL}</dt>
185 <dd class="search-result-date">{searchresults.POST_DATE}</dd>
186 <dd>{L_FORUM}{L_COLON} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></dd>
187 <dd>{L_TOPIC}{L_COLON} <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></dd>
188 <dd>{L_REPLIES}{L_COLON} <strong>{searchresults.TOPIC_REPLIES}</strong></dd>
189 <dd>{L_VIEWS}{L_COLON} <strong>{searchresults.TOPIC_VIEWS}</strong></dd>
190 <!-- EVENT search_results_postprofile_after -->
191 </dl>
192
193 <div class="postbody">
194 <h3><a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></h3>
195 <div class="content">{searchresults.MESSAGE}</div>
196 </div>
197 <!-- ENDIF -->
198
199 <!-- IF not searchresults.S_IGNORE_POST -->
200 <ul class="searchresults">
201 <li>
202 <a href="{searchresults.U_VIEW_POST}" class="arrow-{S_CONTENT_FLOW_END}">
203 <i class="icon fa-angle-{S_CONTENT_FLOW_END} fa-fw icon-black" aria-hidden="true"></i><span>{L_JUMP_TO_POST}</span>
204 </a>
205 </li>
206 </ul>
207 <!-- ENDIF -->
208
209 </div>
210 </div>
211 <!-- EVENT search_results_post_after -->
212 <!-- BEGINELSE -->
213 <div class="panel">
214 <div class="inner">
215 <strong>{L_NO_SEARCH_RESULTS}</strong>
216 </div>
217 </div>
218 <!-- END searchresults -->
219 <!-- ENDIF -->
220
221 <div class="action-bar bottom">
222 <!-- IF .searchresults and (S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY) -->
223 <form method="post" action="{S_SEARCH_ACTION}">
224 <!-- INCLUDE display_options.html -->
225 </form>
226 <!-- ENDIF -->
227
228 <div class="pagination">
229 {SEARCH_MATCHES}
230 <!-- IF .pagination -->
231 <!-- INCLUDE pagination.html -->
232 <!-- ELSE -->
233 • {PAGE_NUMBER}
234 <!-- ENDIF -->
235 </div>
236 </div>
237
238 <!-- INCLUDE jumpbox.html -->
239
240 <!-- INCLUDE overall_footer.html -->
241