Verzeichnisstruktur phpBB-2.0.0
- Veröffentlicht
- 03.04.2002
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_frameset.tpl
01 <html dir="{S_CONTENT_DIRECTION}">
02 <head>
03 <title>phpBB Administration</title>
04 <meta http-equiv="Content-Type" content="text/html;">
05 </head>
06
07 <frameset cols="170,*" rows="*" border="2" framespacing="0" frameborder="yes">
08 <frame src="{S_FRAME_NAV}" name="nav" marginwidth="3" marginheight="3" scrolling="auto">
09 <frame src="{S_FRAME_MAIN}" name="main" marginwidth="10" marginheight="10" scrolling="auto">
10 </frameset>
11
12 <noframes>
13 <body bgcolor="#FFFFFF" text="#000000">
14 <p>Sorry, your browser doesn't seem to support frames</p>
15 </body>
16 </noframes>
17 </html>