[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <form method="post" action="{U_QR_ACTION}" id="qr_postform"> 2 <!-- EVENT quickreply_editor_panel_before --> 3 <div class="panel"> 4 <div class="inner"> 5 <h2 class="quickreply-title">{L_QUICKREPLY}</h2> 6 <fieldset class="fields1"> 7 <!-- EVENT quickreply_editor_subject_before --> 8 <dl style="clear: left;"> 9 <dt><label for="subject">{L_SUBJECT}{L_COLON}</label></dt> 10 <dd><input type="text" name="subject" id="subject" size="45" maxlength="124" tabindex="2" value="{SUBJECT}" class="inputbox autowidth" /></dd> 11 </dl> 12 <!-- EVENT quickreply_editor_message_before --> 13 <div id="message-box" class="message-box"> 14 <textarea style="height: 9em;" name="message" rows="7" cols="76" tabindex="3" class="inputbox"></textarea> 15 </div> 16 <!-- EVENT quickreply_editor_message_after --> 17 </fieldset> 18 <fieldset class="submit-buttons"> 19 {S_FORM_TOKEN} 20 {QR_HIDDEN_FIELDS} 21 <input type="submit" accesskey="f" tabindex="6" name="preview" value="{L_FULL_EDITOR}" class="button2" id="qr_full_editor" /> 22 <input type="submit" accesskey="s" tabindex="7" name="post" value="{L_SUBMIT}" class="button1" /> 23 </fieldset> 24 </div> 25 </div> 26 <!-- EVENT quickreply_editor_panel_after --> 27 </form>
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 |