[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/styles/prosilver/template/ -> posting_pm_layout.html (source)

   1  <!-- INCLUDE ucp_header.html -->
   2  
   3  <!-- IF S_DRAFT_LOADED -->
   4      <div class="panel">
   5          <div class="inner">
   6  
   7          <h3>{L_INFORMATION}</h3>
   8          <p>{L_DRAFT_LOADED_PM}</p>
   9  
  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 -->


Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1