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.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

acp_main.html

Zuletzt modifiziert: 09.10.2024, 12:52 - Dateigröße: 9.25 KiB


001  <!-- INCLUDE overall_header.html -->
002   
003  <a id="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_UPDATE_INCOMPLETE -->
018          <div class="errorbox">
019              <p>{L_UPDATE_INCOMPLETE} <a href="{U_VERSIONCHECK}">{L_MORE_INFORMATION}</a></p>
020          </div>
021      <!-- ELSEIF S_VERSIONCHECK_FAIL -->
022          <div class="errorbox notice">
023              <p>{L_VERSIONCHECK_FAIL}</p>
024              <p>{VERSIONCHECK_FAIL_REASON}</p>
025              <p><a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE}</a> &middot; <a href="{U_VERSIONCHECK}">{L_MORE_INFORMATION}</a></p>
026          </div>
027      <!-- ELSEIF not S_VERSION_UP_TO_DATE -->
028          <div class="errorbox">
029              <p>{L_VERSION_NOT_UP_TO_DATE_TITLE}</p>
030              <p><a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE}</a> &middot; <a href="{U_VERSIONCHECK}">{L_MORE_INFORMATION}</a></p>
031          </div>
032      <!-- ENDIF -->
033   
034      <!-- IF S_SEARCH_INDEX_MISSING -->
035          <div class="errorbox">
036              <h3>{L_WARNING}</h3>
037              <p>{L_NO_SEARCH_INDEX}</p>
038          </div>
039      <!-- ENDIF -->
040   
041      <!-- IF S_REMOVE_INSTALL -->
042          <div class="errorbox">
043              <h3>{L_WARNING}</h3>
044              <p>{L_REMOVE_INSTALL}</p>
045          </div>
046      <!-- ENDIF -->
047   
048      <!-- IF S_MBSTRING_LOADED -->
049          <!-- IF S_MBSTRING_FUNC_OVERLOAD_FAIL -->
050              <div class="errorbox">
051                  <h3>{L_ERROR_MBSTRING_FUNC_OVERLOAD}</h3>
052                  <p>{L_ERROR_MBSTRING_FUNC_OVERLOAD_EXPLAIN}</p>
053              </div>
054          <!-- ENDIF -->
055   
056          <!-- IF S_MBSTRING_ENCODING_TRANSLATION_FAIL -->
057              <div class="errorbox">
058                  <h3>{L_ERROR_MBSTRING_ENCODING_TRANSLATION}</h3>
059                  <p>{L_ERROR_MBSTRING_ENCODING_TRANSLATION_EXPLAIN}</p>
060              </div>
061          <!-- ENDIF -->
062   
063          <!-- IF S_MBSTRING_HTTP_INPUT_FAIL -->
064              <div class="errorbox">
065                  <h3>{L_ERROR_MBSTRING_HTTP_INPUT}</h3>
066                  <p>{L_ERROR_MBSTRING_HTTP_INPUT_EXPLAIN}</p>
067              </div>
068          <!-- ENDIF -->
069   
070          <!-- IF S_MBSTRING_HTTP_OUTPUT_FAIL -->
071              <div class="errorbox">
072                  <h3>{L_ERROR_MBSTRING_HTTP_OUTPUT}</h3>
073                  <p>{L_ERROR_MBSTRING_HTTP_OUTPUT_EXPLAIN}</p>
074              </div>
075          <!-- ENDIF -->
076      <!-- ENDIF -->
077   
078      <!-- IF S_WRITABLE_CONFIG -->
079          <div class="errorbox notice">
080              <p>{L_WRITABLE_CONFIG}</p>
081          </div>
082      <!-- ENDIF -->
083   
084      <!-- IF S_PHP_VERSION_OLD -->
085          <div class="errorbox notice">
086              <p>{L_PHP_VERSION_OLD}</p>
087          </div>
088      <!-- ENDIF -->
089   
090      <!-- EVENT acp_main_notice_after -->
091   
092      <table class="table1 two-columns no-header" data-no-responsive-header="true">
093          <caption>{L_FORUM_STATS}</caption>
094          <col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
095      <thead>
096      <tr>
097          <th>{L_STATISTIC}</th>
098          <th>{L_VALUE}</th>
099          <th>{L_STATISTIC}</th>
100          <th>{L_VALUE}</th>
101      </tr>
102      </thead>
103      <tbody>
104      <tr>
105          <td>{L_NUMBER_POSTS}{L_COLON} </td>
106          <td><strong>{TOTAL_POSTS}</strong></td>
107          <td>{L_POSTS_PER_DAY}{L_COLON} </td>
108          <td><strong>{POSTS_PER_DAY}</strong></td>
109      </tr>
110      <tr>
111          <td>{L_NUMBER_TOPICS}{L_COLON} </td>
112          <td><strong>{TOTAL_TOPICS}</strong></td>
113          <td>{L_TOPICS_PER_DAY}{L_COLON} </td>
114          <td><strong>{TOPICS_PER_DAY}</strong></td>
115      </tr>
116      <tr>
117          <td>{L_NUMBER_USERS}{L_COLON} </td>
118          <td><strong>{TOTAL_USERS}</strong></td>
119          <td>{L_USERS_PER_DAY}{L_COLON} </td>
120          <td><strong>{USERS_PER_DAY}</strong></td>
121      </tr>
122      <tr>
123          <td>{L_NUMBER_FILES}{L_COLON} </td>
124          <td><strong>{TOTAL_FILES}</strong></td>
125          <td>{L_FILES_PER_DAY}{L_COLON} </td>
126          <td><strong>{FILES_PER_DAY}</strong></td>
127      </tr>
128   
129   
130      <tr>
131          <td>{L_BOARD_STARTED}{L_COLON} </td>
132          <td><strong>{START_DATE}</strong></td>
133          <td>{L_AVATAR_DIR_SIZE}{L_COLON} </td>
134          <td><strong>{AVATAR_DIR_SIZE}</strong></td>
135      </tr>
136      <tr>
137          <td>{L_DATABASE_SIZE}{L_COLON} </td>
138          <td><strong>{DBSIZE}</strong></td>
139          <td>{L_UPLOAD_DIR_SIZE}{L_COLON} </td>
140          <td><strong>{UPLOAD_DIR_SIZE}</strong></td>
141      </tr>
142      <tr>
143          <td>{L_DATABASE_SERVER_INFO}{L_COLON} </td>
144          <td><strong>{DATABASE_INFO}</strong></td>
145          <td>{L_GZIP_COMPRESSION}{L_COLON} </td>
146          <td><strong>{GZIP_COMPRESSION}</strong></td>
147      </tr>
148      <!-- IF S_TOTAL_ORPHAN or S_VERSIONCHECK -->
149      <tr>
150      <!-- IF S_VERSIONCHECK -->
151          <td>{L_BOARD_VERSION}{L_COLON} </td>
152          <td>
153              <strong><a href="{U_VERSIONCHECK}" <!-- IF S_VERSION_UP_TO_DATE -->style="color: #228822;" <!-- ELSEIF not S_VERSIONCHECK_FAIL -->style="color: #BC2A4D;" <!-- ENDIF -->title="{L_MORE_INFORMATION}">{BOARD_VERSION}</a></strong> [&nbsp;<a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE}</a>&nbsp;]
154          </td>
155      <!-- ENDIF -->
156      <!-- IF S_TOTAL_ORPHAN -->
157          <td>{L_NUMBER_ORPHAN}{L_COLON} </td>
158          <td><strong>{TOTAL_ORPHAN}</strong></td>
159      <!-- ENDIF -->
160      <!-- IF not S_TOTAL_ORPHAN or not S_VERSIONCHECK -->
161          <td>&nbsp;</td>
162          <td>&nbsp;</td>
163      <!-- ENDIF -->
164      </tr>
165      <!-- ENDIF -->
166      </tbody>
167      </table>
168   
169      <!-- IF S_ACTION_OPTIONS -->
170          <fieldset>
171              <legend>{L_STATISTIC_RESYNC_OPTIONS}</legend>
172   
173              <form id="action_online_form" method="post" action="{U_ACTION}" data-ajax="true">
174                  <dl>
175                      <dt><label for="action_online">{L_RESET_ONLINE}</label><br /><span>&nbsp;</span></dt>
176                      <dd><input type="hidden" name="action" value="online" /><input class="button2" type="submit" id="action_online" name="action_online" value="{L_RUN}" /></dd>
177                  </dl>
178              </form>
179   
180              <form id="action_date_form" method="post" action="{U_ACTION}" data-ajax="true">
181                  <dl>
182                      <dt><label for="action_date">{L_RESET_DATE}</label><br /><span>&nbsp;</span></dt>
183                      <dd><input type="hidden" name="action" value="date" /><input class="button2" type="submit" id="action_date" name="action_date" value="{L_RUN}" /></dd>
184                  </dl>
185              </form>
186   
187              <form id="action_stats_form" method="post" action="{U_ACTION}">
188                  <dl>
189                      <dt><label for="action_stats">{L_RESYNC_STATS}</label><br /><span>{L_RESYNC_STATS_EXPLAIN}</span></dt>
190                      <dd><input type="hidden" name="action" value="stats" /><input class="button2" type="submit" id="action_stats" name="action_stats" value="{L_RUN}" /></dd>
191                  </dl>
192              </form>
193   
194              <form id="action_user_form" method="post" action="{U_ACTION}">
195                  <dl>
196                      <dt><label for="action_user">{L_RESYNC_POSTCOUNTS}</label><br /><span>{L_RESYNC_POSTCOUNTS_EXPLAIN}</span></dt>
197                      <dd><input type="hidden" name="action" value="user" /><input class="button2" type="submit" id="action_user" name="action_user" value="{L_RUN}" /></dd>
198                  </dl>
199              </form>
200   
201              <form id="action_db_track_form" method="post" action="{U_ACTION}">
202                  <dl>
203                      <dt><label for="action_db_track">{L_RESYNC_POST_MARKING}</label><br /><span>{L_RESYNC_POST_MARKING_EXPLAIN}</span></dt>
204                      <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>
205                  </dl>
206              </form>
207   
208              <!-- IF S_FOUNDER -->
209              <form id="action_purge_sessions_form" method="post" action="{U_ACTION}" data-ajax="true">
210                  <dl>
211                      <dt><label for="action_purge_sessions">{L_PURGE_SESSIONS}</label><br /><span>{L_PURGE_SESSIONS_EXPLAIN}</span></dt>
212                      <dd><input type="hidden" name="action" value="purge_sessions" /><input class="button2" type="submit" id="action_purge_sessions" name="action_purge_sessions" value="{L_RUN}" /></dd>
213                  </dl>
214              </form>
215              <!-- ENDIF -->
216   
217              <form id="action_purge_cache_form" method="post" action="{U_ACTION}" data-ajax="true">
218                  <dl>
219                      <dt><label for="action_purge_cache">{L_PURGE_CACHE}</label><br /><span>{L_PURGE_CACHE_EXPLAIN}</span></dt>
220                      <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>
221                  </dl>
222              </form>
223   
224              <!-- EVENT acp_main_actions_append -->
225            </fieldset>
226      <!-- ENDIF -->
227   
228      <!-- IF .log -->
229          <h2>{L_ADMIN_LOG}</h2>
230   
231          <p>{L_ADMIN_LOG_INDEX_EXPLAIN}</p>
232   
233          <div style="text-align: right;"><a href="{U_ADMIN_LOG}">&raquo; {L_VIEW_ADMIN_LOG}</a></div>
234   
235          <table class="table1 zebra-table">
236          <thead>
237          <tr>
238              <th>{L_USERNAME}</th>
239              <th>{L_IP}</th>
240              <th>{L_TIME}</th>
241              <th>{L_ACTION}</th>
242          </tr>
243          </thead>
244          <tbody>
245          <!-- BEGIN log -->
246              <tr>
247                  <td>{log.USERNAME}</td>
248                  <td style="text-align: center;">{log.IP}</td>
249                  <td style="text-align: center;">{log.DATE}</td>
250                  <td>{log.ACTION}</td>
251              </tr>
252          <!-- END log -->
253          </tbody>
254          </table>
255      <!-- ENDIF -->
256   
257      <!-- IF S_INACTIVE_USERS -->
258          <h2>{L_INACTIVE_USERS}</h2>
259   
260          <p>{L_INACTIVE_USERS_EXPLAIN_INDEX}</p>
261   
262          <div style="text-align: right;"><a href="{U_INACTIVE_USERS}">&raquo; {L_VIEW_INACTIVE_USERS}</a></div>
263   
264          <table class="table1 zebra-table">
265          <thead>
266          <tr>
267              <th>{L_USERNAME}</th>
268              <th>{L_JOINED}</th>
269              <th>{L_INACTIVE_DATE}</th>
270              <th>{L_LAST_VISIT}</th>
271              <th>{L_INACTIVE_REASON}</th>
272          </tr>
273          </thead>
274          <tbody>
275          <!-- BEGIN inactive -->
276              <tr>
277                  <td style="vertical-align: top;">
278                      {inactive.USERNAME_FULL}
279                      <!-- IF inactive.POSTS --><br />{L_POSTS}{L_COLON} <strong>{inactive.POSTS}</strong> [<a href="{inactive.U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a>]<!-- ENDIF -->
280                  </td>
281                  <td style="vertical-align: top;">{inactive.JOINED}</td>
282                  <td style="vertical-align: top;">{inactive.INACTIVE_DATE}</td>
283                  <td style="vertical-align: top;">{inactive.LAST_VISIT}</td>
284                  <td style="vertical-align: top;">
285                      {inactive.REASON}
286                      <!-- IF inactive.REMINDED --><br />{inactive.REMINDED_EXPLAIN}<!-- ENDIF -->
287                  </td>
288              </tr>
289          <!-- BEGINELSE -->
290              <tr>
291                  <td colspan="5" style="text-align: center;">{L_NO_INACTIVE_USERS}</td>
292              </tr>
293          <!-- END inactive -->
294          </tbody>
295          </table>
296      <!-- ENDIF -->
297   
298  <!-- ENDIF -->
299   
300  <!-- INCLUDE overall_footer.html -->
301