Verzeichnisstruktur phpBB-3.0.0
- Veröffentlicht
- 12.12.2007
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 |
acp_main.html
001 <!-- INCLUDE overall_header.html -->
002
003 <a name="maincontent"></a>
004
005 <!-- IF S_RESTORE_PERMISSIONS -->
006
007 <h1>{L_PERMISSIONS_TRANSFERRED}</h1>
008
009 <p>{L_PERMISSIONS_TRANSFERRED_EXPLAIN}</p>
010
011 <!-- ELSE -->
012
013 <h1>{L_WELCOME_PHPBB}</h1>
014
015 <p>{L_ADMIN_INTRO}</p>
016
017 <!-- IF S_REMOVE_INSTALL -->
018 <div class="errorbox">
019 <h3>{L_WARNING}</h3>
020 <p>{L_REMOVE_INSTALL}</p>
021 </div>
022 <!-- ENDIF -->
023
024 <table cellspacing="1">
025 <caption>{L_FORUM_STATS}</caption>
026 <col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
027 <thead>
028 <tr>
029 <th>{L_STATISTIC}</th>
030 <th>{L_VALUE}</th>
031 <th>{L_STATISTIC}</th>
032 <th>{L_VALUE}</th>
033 </tr>
034 </thead>
035 <tbody>
036 <tr>
037 <td>{L_NUMBER_POSTS}: </td>
038 <td><strong>{TOTAL_POSTS}</strong></td>
039 <td>{L_POSTS_PER_DAY}: </td>
040 <td><strong>{POSTS_PER_DAY}</strong></td>
041 </tr>
042 <tr>
043 <td>{L_NUMBER_TOPICS}: </td>
044 <td><strong>{TOTAL_TOPICS}</strong></td>
045 <td>{L_TOPICS_PER_DAY}: </td>
046 <td><strong>{TOPICS_PER_DAY}</strong></td>
047 </tr>
048 <tr>
049 <td>{L_NUMBER_USERS}: </td>
050 <td><strong>{TOTAL_USERS}</strong></td>
051 <td>{L_USERS_PER_DAY}: </td>
052 <td><strong>{USERS_PER_DAY}</strong></td>
053 </tr>
054 <tr>
055 <td>{L_NUMBER_FILES}: </td>
056 <td><strong>{TOTAL_FILES}</strong></td>
057 <td>{L_FILES_PER_DAY}: </td>
058 <td><strong>{FILES_PER_DAY}</strong></td>
059 </tr>
060
061
062 <tr>
063 <td>{L_BOARD_STARTED}: </td>
064 <td><strong>{START_DATE}</strong></td>
065 <td>{L_AVATAR_DIR_SIZE}: </td>
066 <td><strong>{AVATAR_DIR_SIZE}</strong></td>
067 </tr>
068 <tr>
069 <td>{L_DATABASE_SIZE}: </td>
070 <td><strong>{DBSIZE}</strong></td>
071 <td>{L_UPLOAD_DIR_SIZE}: </td>
072 <td><strong>{UPLOAD_DIR_SIZE}</strong></td>
073 </tr>
074 <tr>
075 <td>{L_DATABASE_SERVER_INFO}: </td>
076 <td><strong>{DATABASE_INFO}</strong></td>
077 <td>{L_GZIP_COMPRESSION}: </td>
078 <td><strong>{GZIP_COMPRESSION}</strong></td>
079 </tr>
080 <tr>
081 <td>{L_BOARD_VERSION}: </td>
082 <td><strong>{BOARD_VERSION}</strong></td>
083 <!-- IF S_TOTAL_ORPHAN -->
084 <td>{L_NUMBER_ORPHAN}: </td>
085 <td><strong>{TOTAL_ORPHAN}</strong></td>
086 <!-- ELSE -->
087 <td> </td>
088 <td> </td>
089 <!-- ENDIF -->
090 </tr>
091 </tbody>
092 </table>
093
094 <!-- IF S_ACTION_OPTIONS -->
095 <fieldset>
096 <legend>{L_STATISTIC_RESYNC_OPTIONS}</legend>
097
098 <form id="action_online_form" method="post" action="{U_ACTION}">
099 <dl>
100 <dt><label for="action_online">{L_RESET_ONLINE}</label><br /><span> </span></dt>
101 <dd><input type="hidden" name="action" value="online" /><input class="button2" type="submit" id="action_online" name="action_online" value="{L_RUN}" /></dd>
102 </dl>
103 </form>
104
105 <form id="action_date_form" method="post" action="{U_ACTION}">
106 <dl>
107 <dt><label for="action_date">{L_RESET_DATE}</label><br /><span> </span></dt>
108 <dd><input type="hidden" name="action" value="date" /><input class="button2" type="submit" id="action_date" name="action_date" value="{L_RUN}" /></dd>
109 </dl>
110 </form>
111
112 <form id="action_stats_form" method="post" action="{U_ACTION}">
113 <dl>
114 <dt><label for="action_stats">{L_RESYNC_STATS}</label><br /><span>{L_RESYNC_STATS_EXPLAIN}</span></dt>
115 <dd><input type="hidden" name="action" value="stats" /><input class="button2" type="submit" id="action_stats" name="action_stats" value="{L_RUN}" /></dd>
116 </dl>
117 </form>
118
119 <form id="action_user_form" method="post" action="{U_ACTION}">
120 <dl>
121 <dt><label for="action_user">{L_RESYNC_POSTCOUNTS}</label><br /><span>{L_RESYNC_POSTCOUNTS_EXPLAIN}</span></dt>
122 <dd><input type="hidden" name="action" value="user" /><input class="button2" type="submit" id="action_user" name="action_user" value="{L_RUN}" /></dd>
123 </dl>
124 </form>
125
126 <form id="action_db_track_form" method="post" action="{U_ACTION}">
127 <dl>
128 <dt><label for="action_db_track">{L_RESYNC_POST_MARKING}</label><br /><span>{L_RESYNC_POST_MARKING_EXPLAIN}</span></dt>
129 <dd><input type="hidden" name="action" value="db_track" /><input class="button2" type="submit" id="action_db_track" name="action_db_track" value="{L_RUN}" /></dd>
130 </dl>
131 </form>
132
133 <!-- IF S_FOUNDER -->
134 <form id="action_purge_cache_form" method="post" action="{U_ACTION}">
135 <dl>
136 <dt><label for="action_purge_cache">{L_PURGE_CACHE}</label><br /><span>{L_PURGE_CACHE_EXPLAIN}</span></dt>
137 <dd><input type="hidden" name="action" value="purge_cache" /><input class="button2" type="submit" id="action_purge_cache" name="action_purge_cache" value="{L_RUN}" /></dd>
138 </dl>
139 </form>
140 <!-- ENDIF -->
141 </fieldset>
142 <!-- ENDIF -->
143
144 <!-- IF .log -->
145 <h2>{L_ADMIN_LOG}</h2>
146
147 <p>{L_ADMIN_LOG_INDEX_EXPLAIN}</p>
148
149 <div style="text-align: right;"><a href="{U_ADMIN_LOG}">» {L_VIEW_ADMIN_LOG}</a></div>
150
151 <table cellspacing="1">
152 <thead>
153 <tr>
154 <th>{L_USERNAME}</th>
155 <th>{L_IP}</th>
156 <th>{L_TIME}</th>
157 <th>{L_ACTION}</th>
158 </tr>
159 </thead>
160 <tbody>
161 <!-- BEGIN log -->
162 <!-- IF log.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
163
164 <td>{log.USERNAME}</td>
165 <td style="text-align: center;">{log.IP}</td>
166 <td style="text-align: center;">{log.DATE}</td>
167 <td>{log.ACTION}</td>
168 </tr>
169 <!-- END log -->
170 </tbody>
171 </table>
172
173 <br />
174
175 <!-- ENDIF -->
176
177 <!-- IF S_INACTIVE_USERS -->
178 <h2>{L_INACTIVE_USERS}</h2>
179
180 <p>{L_INACTIVE_USERS_EXPLAIN_INDEX}</p>
181
182 <div style="text-align: right;"><a href="{U_INACTIVE_USERS}">» {L_VIEW_INACTIVE_USERS}</a></div>
183
184 <table cellspacing="1">
185 <thead>
186 <tr>
187 <th>{L_USERNAME}</th>
188 <th>{L_JOINED}</th>
189 <th>{L_INACTIVE_DATE}</th>
190 <th>{L_INACTIVE_REASON}</th>
191 <th>{L_LAST_VISIT}</th>
192 </tr>
193 </thead>
194 <tbody>
195 <!-- BEGIN inactive -->
196 <!-- IF inactive.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
197
198 <td><a href="{inactive.U_USER_ADMIN}">{inactive.USERNAME}</a></td>
199 <td>{inactive.JOINED}</td>
200 <td>{inactive.INACTIVE_DATE}</td>
201 <td>{inactive.REASON}</td>
202 <td>{inactive.LAST_VISIT}</td>
203 </tr>
204 <!-- BEGINELSE -->
205 <tr>
206 <td colspan="5" style="text-align: center;">{L_NO_INACTIVE_USERS}</td>
207 </tr>
208 <!-- END inactive -->
209 </tbody>
210 </table>
211
212 <!-- ENDIF -->
213
214 <!-- ENDIF -->
215
216 <!-- INCLUDE overall_footer.html -->