[ Index ] |
PHP Cross Reference of phpBB-3.2.11-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_UNGLOBALISE --> 42 <div class="panel bg3"> 43 <div class="inner"> 44 <fieldset class="fields1"> 45 <h2>{L_SELECT_DESTINATION_FORUM}</h2> 46 <p>{L_UNGLOBALISE_EXPLAIN}</p> 47 <dl> 48 <dt><label for="to_forum_id">{L_MOVE}{L_COLON}</label></dt> 49 <dd><select id="to_forum_id" name="to_forum_id">{S_FORUM_SELECT}</select></dd> 50 </dl> 51 52 <dl> 53 <dt> </dt> 54 <dd><input class="button1" type="submit" name="post" value="{L_CONFIRM}" /> <input class="button2" type="submit" name="cancel_unglobalise" value="{L_CANCEL}" /></dd> 55 </dl> 56 </fieldset> 57 58 </div> 59 </div> 60 <!-- ENDIF --> 61 62 <!-- IF S_DISPLAY_PREVIEW --><!-- INCLUDE posting_preview.html --><!-- ENDIF --> 63 64 <div class="panel" id="postingbox"> 65 <div class="inner"> 66 67 <h3>{L_POST_A}</h3> 68 69 <!-- DEFINE $EXTRA_POSTING_OPTIONS = 1 --> 70 <!-- INCLUDE posting_editor.html --> 71 <input type="hidden" name="show_panel" value="options-panel" /> 72 {S_FORM_TOKEN} 73 </div> 74 </div> 75 76 <!-- IF S_SHOW_ATTACH_BOX and FILTERS --><!-- INCLUDE posting_attach_body.html --><!-- ENDIF --> 77 78 <!-- IF S_SHOW_POLL_BOX or S_POLL_DELETE --><!-- INCLUDE posting_poll_body.html --><!-- ENDIF --> 79 80 <!-- EVENT posting_layout_include_panel_body --> 81 82 <!-- IF S_DISPLAY_REVIEW --><!-- INCLUDE posting_topic_review.html --><!-- ENDIF --> 83 84 </form> 85 86 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |