Verzeichnisstruktur phpBB-3.3.15
- Veröffentlicht
- 28.08.2024
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 |
posting_pm_layout.html
01 <!-- INCLUDE ucp_header.html -->
02
03 <!-- IF S_DRAFT_LOADED -->
04 <div class="panel">
05 <div class="inner">
06
07 <h3>{L_INFORMATION}</h3>
08 <p>{L_DRAFT_LOADED_PM}</p>
09
10 </div>
11 </div>
12 <!-- ENDIF -->
13
14 <!-- IF S_SHOW_DRAFTS --><!-- INCLUDE drafts.html --><!-- ENDIF -->
15
16 <!-- IF S_DISPLAY_PREVIEW --><!-- INCLUDE posting_preview.html --><!-- ENDIF -->
17
18 <h2 class="posting-title">{L_TITLE}</h2>
19
20 <div class="panel" id="pmheader-postingbox">
21 <div class="inner">
22 <!-- EVENT posting_pm_layout_include_pm_header_before -->
23 <!-- INCLUDE posting_pm_header.html -->
24 <!-- EVENT posting_pm_layout_include_pm_header_after -->
25 </div>
26 </div>
27
28 <div class="panel" id="postingbox">
29 <div class="inner">
30
31 <!-- DEFINE $EXTRA_POSTING_OPTIONS = 1 -->
32 <!-- INCLUDE posting_editor.html -->
33
34 </div>
35 </div>
36
37 <!-- IF S_SHOW_ATTACH_BOX and FILTERS --><!-- INCLUDE posting_attach_body.html --><!-- ENDIF -->
38
39 <!-- IF S_DISPLAY_REVIEW --><!-- INCLUDE posting_topic_review.html --><!-- ENDIF -->
40
41 <!-- IF S_DISPLAY_HISTORY --><!-- INCLUDE ucp_pm_history.html --><!-- ENDIF -->
42
43 <!-- INCLUDE ucp_footer.html -->
44