Verzeichnisstruktur phpBB-3.1.0
- Veröffentlicht
- 27.10.2014
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 <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>
004 <!-- IF SEARCHED_QUERY --> <p>{L_SEARCHED_QUERY}{L_COLON} <strong>{SEARCHED_QUERY}</strong></p><!-- ENDIF -->
005 <!-- IF IGNORED_WORDS --> <p>{L_IGNORED_TERMS}{L_COLON} <strong>{IGNORED_WORDS}</strong></p><!-- ENDIF -->
006 <!-- IF PHRASE_SEARCH_DISABLED --> <p><strong>{L_PHRASE_SEARCH_DISABLED}</strong></p><!-- ENDIF -->
007
008 <!-- IF SEARCH_TOPIC -->
009 <p><a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH_TOPIC}">{L_RETURN_TO_TOPIC}</a></p>
010 <!-- ELSE -->
011 <p><a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH}" title="{L_SEARCH_ADV}">{L_GO_TO_SEARCH_ADV}</a></p>
012 <!-- ENDIF -->
013
014 <!-- IF .pagination or SEARCH_MATCHES or TOTAL_MATCHES or PAGE_NUMBER -->
015 <div class="action-bar top">
016
017 <!-- IF TOTAL_MATCHES > 0 -->
018 <div class="search-box">
019 <form method="post" action="{S_SEARCH_ACTION}">
020 <fieldset>
021 <input class="inputbox search tiny" type="search" name="add_keywords" id="add_keywords" value="" placeholder="{L_SEARCH_IN_RESULTS}" />
022 <button class="button icon-button search-icon" type="submit" title="{L_SEARCH}">{L_SEARCH}</button>
023 <a href="{U_SEARCH}" class="button icon-button search-adv-icon" title="{L_SEARCH_ADV}">{L_SEARCH_ADV}</a>
024 </fieldset>
025 </form>
026 </div>
027 <!-- ENDIF -->
028
029 <div class="pagination">
030 {SEARCH_MATCHES}
031 <!-- IF .pagination -->
032 <!-- INCLUDE pagination.html -->
033 <!-- ELSE -->
034 • {PAGE_NUMBER}
035 <!-- ENDIF -->
036 </div>
037 </div>
038 <!-- ENDIF -->
039
040 <!-- IF S_SHOW_TOPICS -->
041
042 <!-- IF .searchresults -->
043 <div class="forumbg">
044
045 <div class="inner">
046 <ul class="topiclist">
047 <li class="header">
048 <dl class="icon">
049 <dt><div class="list-inner">{L_TOPICS}</div></dt>
050 <dd class="posts">{L_REPLIES}</dd>
051 <dd class="views">{L_VIEWS}</dd>
052 <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
053 </dl>
054 </li>
055 </ul>
056 <ul class="topiclist topics">
057
058 <!-- BEGIN searchresults -->
059 <!-- EVENT search_results_topic_before -->
060 <li class="row<!-- IF searchresults.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
061 <dl class="icon {searchresults.TOPIC_IMG_STYLE}">
062 <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}">
063 <!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{searchresults.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
064 <div class="list-inner">
065
066 <!-- EVENT topiclist_row_prepend -->
067 <!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{searchresults.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->
068 <a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a> {searchresults.ATTACH_ICON_IMG}
069 <!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED --><a href="{searchresults.U_MCP_QUEUE}">{searchresults.UNAPPROVED_IMG}</a> <!-- ENDIF -->
070 <!-- IF searchresults.S_TOPIC_DELETED --><a href="{searchresults.U_MCP_QUEUE}">{DELETED_IMG}</a> <!-- ENDIF -->
071 <!-- IF searchresults.S_TOPIC_REPORTED --><a href="{searchresults.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
072 <!-- IF .searchresults.pagination -->
073 <div class="pagination">
074 <ul>
075 <!-- BEGIN pagination -->
076 <!-- IF searchresults.pagination.S_IS_PREV -->
077 <!-- ELSEIF searchresults.pagination.S_IS_CURRENT --><li class="active"><span>{searchresults.pagination.PAGE_NUMBER}</span></li>
078 <!-- ELSEIF searchresults.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li>
079 <!-- ELSEIF searchresults.pagination.S_IS_NEXT -->
080 <!-- ELSE --><li><a href="{searchresults.pagination.PAGE_URL}">{searchresults.pagination.PAGE_NUMBER}</a></li>
081 <!-- ENDIF -->
082 <!-- END pagination -->
083 </ul>
084 </div>
085 <!-- ENDIF -->
086 <!-- IF searchresults.S_HAS_POLL -->{POLL_IMG} <!-- ENDIF -->
087 {L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} » {searchresults.FIRST_POST_TIME} » {L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a>
088 <!-- EVENT topiclist_row_append -->
089
090 </div>
091 </dt>
092 <dd class="posts">{searchresults.TOPIC_REPLIES}</dd>
093 <dd class="views">{searchresults.TOPIC_VIEWS}</dd>
094 <dd class="lastpost"><span>
095 {L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL}
096 <!-- 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>
097 </dd>
098 </dl>
099 </li>
100 <!-- EVENT search_results_topic_after -->
101 <!-- END searchresults -->
102 </ul>
103
104 </div>
105 </div>
106 <!-- ELSE -->
107 <div class="panel">
108 <div class="inner">
109 <strong>{L_NO_SEARCH_RESULTS}</strong>
110 </div>
111 </div>
112 <!-- ENDIF -->
113
114 <!-- ELSE -->
115
116 <!-- BEGIN searchresults -->
117 <!-- EVENT search_results_post_before -->
118 <div class="search post <!-- IF searchresults.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF searchresults.S_POST_REPORTED --> reported<!-- ENDIF -->">
119 <div class="inner">
120
121 <!-- IF searchresults.S_IGNORE_POST -->
122 <div class="postbody">
123 {searchresults.L_IGNORE_POST}
124 </div>
125 <!-- ELSE -->
126 <dl class="postprofile">
127 <!-- EVENT search_results_postprofile_before -->
128 <dt class="author">{L_POST_BY_AUTHOR} {searchresults.POST_AUTHOR_FULL}</dt>
129 <dd class="search-result-date">{searchresults.POST_DATE}</dd>
130 <dd>{L_FORUM}{L_COLON} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></dd>
131 <dd>{L_TOPIC}{L_COLON} <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></dd>
132 <dd>{L_REPLIES}{L_COLON} <strong>{searchresults.TOPIC_REPLIES}</strong></dd>
133 <dd>{L_VIEWS}{L_COLON} <strong>{searchresults.TOPIC_VIEWS}</strong></dd>
134 <!-- EVENT search_results_postprofile_after -->
135 </dl>
136
137 <div class="postbody">
138 <h3><a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></h3>
139 <div class="content">{searchresults.MESSAGE}</div>
140 </div>
141 <!-- ENDIF -->
142
143 <!-- IF not searchresults.S_IGNORE_POST -->
144 <ul class="searchresults">
145 <li ><a href="{searchresults.U_VIEW_POST}" class="arrow-{S_CONTENT_FLOW_END}">{L_JUMP_TO_POST}</a></li>
146 </ul>
147 <!-- ENDIF -->
148
149 </div>
150 </div>
151 <!-- EVENT search_results_post_after -->
152 <!-- BEGINELSE -->
153 <div class="panel">
154 <div class="inner">
155 <strong>{L_NO_SEARCH_RESULTS}</strong>
156 </div>
157 </div>
158 <!-- END searchresults -->
159 <!-- ENDIF -->
160
161 <!-- IF .pagination or .searchresults or S_SELECT_SORT_KEY or S_SELECT_SORT_DAYS -->
162 <form method="post" action="{S_SEARCH_ACTION}">
163
164 <fieldset class="display-options">
165 <!-- IF S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY -->
166 <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>
167 <label>{S_SELECT_SORT_DIR}<!-- ENDIF --></label>
168 <input type="submit" name="sort" value="{L_GO}" class="button2" />
169 <!-- ENDIF -->
170 </fieldset>
171
172 </form>
173
174 <hr />
175 <!-- ENDIF -->
176
177 <!-- IF .pagination or .searchresults or PAGE_NUMBER -->
178 <div class="action-bar bottom">
179 <div class="pagination">
180 {SEARCH_MATCHES}
181 <!-- IF .pagination -->
182 <!-- INCLUDE pagination.html -->
183 <!-- ELSE -->
184 • {PAGE_NUMBER}
185 <!-- ENDIF -->
186 </div>
187 </div>
188 <!-- ENDIF -->
189
190 <!-- INCLUDE jumpbox.html -->
191
192 <!-- INCLUDE overall_footer.html -->
193