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 |
index_body.html
001 <!-- INCLUDE overall_header.html -->
002
003 <!-- IF U_MCP -->
004 <div id="pageheader">
005 <p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
006 </div>
007
008 <br clear="all" /><br />
009 <!-- ENDIF -->
010
011 <!-- INCLUDE forumlist_body.html -->
012
013 <span class="gensmall"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --> | <a href="{U_TEAM}">{L_THE_TEAM}</a></span><br />
014
015 <br clear="all" />
016
017 <!-- INCLUDE breadcrumbs.html -->
018
019 <!-- IF S_DISPLAY_ONLINE_LIST -->
020 <br clear="all" />
021
022 <table class="tablebg" width="100%" cellspacing="1">
023 <tr>
024 <td class="cat" colspan="2"><!-- IF U_VIEWONLINE --><h4><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h4><!-- ELSE --><h4>{L_WHO_IS_ONLINE}</h4><!-- ENDIF --></td>
025 </tr>
026 <tr>
027 <!-- IF LEGEND -->
028 <td class="row1" rowspan="2" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
029 <!-- ELSE -->
030 <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
031 <!-- ENDIF -->
032 <td class="row1" width="100%"><span class="genmed">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}</span></td>
033 </tr>
034 <!-- IF LEGEND -->
035 <tr>
036 <td class="row1"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
037 </tr>
038 <!-- ENDIF -->
039 </table>
040 <!-- ENDIF -->
041
042 <!-- IF S_DISPLAY_BIRTHDAY_LIST -->
043 <br clear="all" />
044
045 <table class="tablebg" width="100%" cellspacing="1">
046 <tr>
047 <td class="cat" colspan="2"><h4>{L_BIRTHDAYS}</h4></td>
048 </tr>
049 <tr>
050 <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_BIRTHDAYS}" /></td>
051 <td class="row1" width="100%"><p class="genmed"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td>
052 </tr>
053 </table>
054 <!-- ENDIF -->
055
056 <br clear="all" />
057
058 <table class="tablebg" width="100%" cellspacing="1">
059 <tr>
060 <td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td>
061 </tr>
062 <tr>
063 <td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_STATISTICS}" /></td>
064 <td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
065 </tr>
066 </table>
067
068 <!-- IF not S_USER_LOGGED_IN -->
069 <br clear="all" />
070
071 <form method="post" action="{S_LOGIN_ACTION}">
072
073 <table class="tablebg" width="100%" cellspacing="1">
074 <tr>
075 <td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td>
076 </tr>
077 <tr>
078 <td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /> <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
079 </tr>
080 </table>
081 {S_FORM_TOKEN}
082 </form>
083 <!-- ENDIF -->
084
085 <br clear="all" />
086
087 <table class="legend">
088 <tr>
089 <td width="20" align="center">{FORUM_NEW_IMG}</td>
090 <td><span class="gensmall">{L_NEW_POSTS}</span></td>
091 <td> </td>
092 <td width="20" align="center">{FORUM_IMG}</td>
093 <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
094 <td> </td>
095 <td width="20" align="center">{FORUM_LOCKED_IMG}</td>
096 <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
097 </tr>
098 </table>
099
100 <!-- INCLUDE overall_footer.html -->