Verzeichnisstruktur phpBB-3.1.0
- Veröffentlicht
- 27.10.2014
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 |
ucp_pm_message_header.html
01 <h2>{L_TITLE}<!-- IF CUR_FOLDER_NAME -->{L_COLON} {CUR_FOLDER_NAME}<!-- ENDIF --></h2>
02
03 <form id="viewfolder" method="post" action="{S_PM_ACTION}">
04
05 <div class="panel">
06 <div class="inner">
07 <!-- IF FOLDER_STATUS and FOLDER_MAX_MESSAGES neq 0 --><p>{FOLDER_STATUS}</p><!-- ENDIF -->
08
09 <div class="action-bar top">
10 <!-- IF U_POST_REPLY_PM or U_POST_NEW_TOPIC or U_FORWARD_PM -->
11 <div class="buttons">
12 <!-- IF U_POST_REPLY_PM -->
13 <a title="{L_POST_REPLY_PM}" href="{U_POST_REPLY_PM}" class="button icon-button pmreply-icon">
14 {L_BUTTON_PM_REPLY}
15 </a>
16 <!-- ELSEIF U_POST_NEW_TOPIC -->
17 <a href="{U_POST_NEW_TOPIC}" accesskey="n" title="{L_UCP_PM_COMPOSE}" class="button icon-button newpm-icon">
18 {L_BUTTON_PM_NEW}
19 </a>
20 <!-- ENDIF -->
21 <!-- IF U_FORWARD_PM -->
22 <a title="{L_POST_FORWARD_PM}" href="{U_FORWARD_PM}" class="button icon-button forwardpm-icon">
23 {L_BUTTON_PM_FORWARD}
24 </a>
25 <!-- ENDIF -->
26 <!-- IF U_POST_REPLY_PM and S_PM_RECIPIENTS gt 1 -->
27 <a title="{L_REPLY_TO_ALL}" href="{U_POST_REPLY_ALL}" class="button icon-button reply-all">
28 {L_BUTTON_PM_REPLY_ALL}
29 </a>
30 <!-- ENDIF -->
31 </div>
32 <!-- ENDIF -->
33
34 <!-- IF not S_IS_BOT and U_PRINT_PM -->
35 <div class="dropdown-container dropdown-button-control topic-tools">
36 <span title="{L_PM_TOOLS}" class="dropdown-trigger dropdown-select button icon-button tools-icon"></span>
37 <div class="dropdown hidden">
38 <div class="pointer"><div class="pointer-inner"></div></div>
39 <ul class="dropdown-contents">
40 <!-- IF U_PRINT_PM --><li class="small-icon icon-print"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p">{L_PRINT_PM}</a></li><!-- ENDIF -->
41 </ul>
42 </div>
43 </div>
44 <!-- ENDIF -->
45
46 <!-- IF TOTAL_MESSAGES or S_VIEW_MESSAGE -->
47 <div class="pagination">
48 <!-- IF S_VIEW_MESSAGE -->
49 <a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_CURRENT_FOLDER}">{L_RETURN_TO_FOLDER}</a>
50 <!-- ELSEIF FOLDER_CUR_MESSAGES neq 0 -->
51 <!-- IF U_MARK_ALL --><a href="{U_MARK_ALL}" class="mark">{L_PM_MARK_ALL_READ}</a> • <!-- ENDIF -->
52 {TOTAL_MESSAGES}
53 <!-- IF .pagination -->
54 <!-- INCLUDE pagination.html -->
55 <!-- ELSE -->
56 • {PAGE_NUMBER}
57 <!-- ENDIF -->
58 <!-- ENDIF -->
59 </div>
60 <!-- ENDIF -->
61 </div>
62