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 |
privmsgs_popup.tpl
01
02 <script language="javascript" type="text/javascript">
03 <!--
04 function jump_to_inbox()
05 {
06 opener.document.location.href = "{U_PRIVATEMSGS}";
07 window.close();
08 }
09 //-->
10 </script>
11
12 <table width="100%" border="0" cellspacing="0" cellpadding="10">
13 <tr>
14 <td>
15 <table width="100%" border="0" cellspacing="1" cellpadding="4" class="forumline">
16 <tr>
17 <td valign="top" class="row1" align="center"><br /><span class="gen">{L_MESSAGE}</span><br /><br /><span class="genmed"><a href="javascript:window.close();" class="genmed">{L_CLOSE_WINDOW}</a></span><br /><br /></td>
18 </tr>
19 </table>
20 </td>
21 </tr>
22 </table>
23