[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Summary view] [Print] [Text view]
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 --><!-- 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 -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |