source: trunk/forum/styles/prosilver/template/posting_pm_layout.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 1002 bytes
Line 
1<!-- INCLUDE ucp_header.html -->
2
3<!-- IF S_DRAFT_LOADED -->
4 <div class="panel">
5 <div class="inner"><span class="corners-top"><span></span></span>
6
7 <h3>{L_INFORMATION}</h3>
8 <p>{L_DRAFT_LOADED_PM}</p>
9
10 <span class="corners-bottom"><span></span></span></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>{L_TITLE}</h2>
19
20<div class="panel" id="postingbox">
21 <div class="inner"><span class="corners-top"><span></span></span>
22
23 <!-- DEFINE $EXTRA_POSTING_OPTIONS = 1 -->
24 <!-- INCLUDE posting_editor.html -->
25
26 <span class="corners-bottom"><span></span></span></div>
27</div>
28
29<!-- IF S_SHOW_ATTACH_BOX --><!-- INCLUDE posting_attach_body.html --><!-- ENDIF -->
30
31<!-- IF S_DISPLAY_REVIEW --><!-- INCLUDE posting_topic_review.html --><!-- ENDIF -->
32
33<!-- IF S_DISPLAY_HISTORY --><!-- INCLUDE ucp_pm_history.html --><!-- ENDIF -->
34
35<!-- INCLUDE ucp_footer.html -->
Note: See TracBrowser for help on using the repository browser.