[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <!-- IF TOPIC_TITLE --> 4 <h2 class="posting-title"><!-- EVENT posting_topic_title_before --><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- EVENT posting_topic_title_after --></h2> 5 <!-- ELSE --> 6 <h2 class="posting-title"><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2> 7 <!-- ENDIF --> 8 9 <!-- IF S_FORUM_RULES --> 10 <div class="rules<!-- IF U_FORUM_RULES --> rules-link<!-- ENDIF -->"> 11 <div class="inner"> 12 13 <!-- IF U_FORUM_RULES --> 14 <a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a> 15 <!-- ELSE --> 16 <strong>{L_FORUM_RULES}</strong><br /> 17 {FORUM_RULES} 18 <!-- ENDIF --> 19 20 </div> 21 </div> 22 <!-- ENDIF --> 23 24 <form id="postform" method="post" action="{S_POST_ACTION}"{S_FORM_ENCTYPE}> 25 26 <!-- IF S_DRAFT_LOADED --> 27 <div class="panel"> 28 <div class="inner"> 29 30 <h3>{L_INFORMATION}</h3> 31 <p>{L_DRAFT_LOADED}</p> 32 33 </div> 34 </div> 35 <!-- ENDIF --> 36 37 <!-- IF S_SHOW_DRAFTS --><!-- INCLUDE drafts.html --><!-- ENDIF --> 38 39 <!-- IF S_POST_REVIEW --><!-- INCLUDE posting_review.html --><!-- ENDIF --> 40 41 <!-- IF S_DISPLAY_PREVIEW --><!-- INCLUDE posting_preview.html --><!-- ENDIF --> 42 43 <div class="panel" id="postingbox"> 44 <div class="inner"> 45 46 <h3>{L_POST_A}</h3> 47 48 <!-- DEFINE $EXTRA_POSTING_OPTIONS = 1 --> 49 <!-- INCLUDE posting_editor.html --> 50 <input type="hidden" name="show_panel" value="options-panel" /> 51 {S_FORM_TOKEN} 52 </div> 53 </div> 54 55 <!-- IF S_SHOW_ATTACH_BOX and FILTERS --><!-- INCLUDE posting_attach_body.html --><!-- ENDIF --> 56 57 <!-- IF S_SHOW_POLL_BOX or S_POLL_DELETE --><!-- INCLUDE posting_poll_body.html --><!-- ENDIF --> 58 59 <!-- EVENT posting_layout_include_panel_body --> 60 61 <!-- IF S_DISPLAY_REVIEW --><!-- INCLUDE posting_topic_review.html --><!-- ENDIF --> 62 63 </form> 64 65 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |