[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <fieldset class="fields1"> 2 <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF --> 3 4 {% EVENT posting_editor_topic_icons_before %} 5 6 <!-- IF S_SHOW_TOPIC_ICONS or S_SHOW_PM_ICONS --> 7 <dl> 8 <dt><label for="icon">{L_ICON}{L_COLON}</label></dt> 9 <dd> 10 {% EVENT posting_editor_topic_icons_prepend %} 11 12 <label for="icon"><input type="radio" name="icon" id="icon" value="0" checked="checked" tabindex="1" /> <!-- IF S_SHOW_TOPIC_ICONS -->{L_NO_TOPIC_ICON}<!-- ELSE -->{L_NO_PM_ICON}<!-- ENDIF --></label> 13 <!-- BEGIN topic_icon --><label for="icon-{topic_icon.ICON_ID}"><input type="radio" name="icon" id="icon-{topic_icon.ICON_ID}" value="{topic_icon.ICON_ID}" {topic_icon.S_ICON_CHECKED} tabindex="1" /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="{topic_icon.ICON_ALT}" title="{topic_icon.ICON_ALT}" /></label> <!-- END topic_icon --> 14 15 {% EVENT posting_editor_topic_icons_append %} 16 </dd> 17 </dl> 18 <!-- ENDIF --> 19 20 {% EVENT posting_editor_topic_icons_after %} 21 22 <!-- IF not S_PRIVMSGS and S_DISPLAY_USERNAME --> 23 <dl style="clear: left;"> 24 <dt><label for="username">{L_USERNAME}{L_COLON}</label></dt> 25 <dd><input type="text" tabindex="1" name="username" id="username" size="25" value="{USERNAME}" class="inputbox autowidth" /></dd> 26 </dl> 27 <!-- ENDIF --> 28 29 <!-- EVENT posting_editor_subject_before --> 30 31 <!-- IF S_POST_ACTION or S_PRIVMSGS or S_EDIT_DRAFT --> 32 <dl style="clear: left;"> 33 <dt><label for="subject">{L_SUBJECT}{L_COLON}</label></dt> 34 <dd> 35 <!-- EVENT posting_editor_subject_prepend --> 36 <input type="text" name="subject" id="subject" size="45" maxlength="<!-- IF S_NEW_MESSAGE -->120<!-- ELSE -->124<!-- ENDIF -->" tabindex="2" value="{SUBJECT}{DRAFT_SUBJECT}" class="inputbox autowidth" /> 37 <!-- EVENT posting_editor_subject_append --> 38 </dd> 39 </dl> 40 <!-- IF CAPTCHA_TEMPLATE and S_CONFIRM_CODE --> 41 <!-- DEFINE $CAPTCHA_TAB_INDEX = 3 --> 42 <!-- INCLUDE {CAPTCHA_TEMPLATE} --> 43 <!-- ENDIF --> 44 <!-- ENDIF --> 45 46 <!-- EVENT posting_editor_subject_after --> 47 48 <!-- INCLUDE posting_buttons.html --> 49 50 <div id="smiley-box" class="smiley-box"> 51 <!-- EVENT posting_editor_smilies_before --> 52 <!-- IF S_SMILIES_ALLOWED and .smiley --> 53 <strong>{L_SMILIES}</strong><br /> 54 <!-- BEGIN smiley --> 55 <a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a> 56 <!-- END smiley --> 57 <!-- ENDIF --> 58 <!-- IF S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED --> 59 <br /><a href="{U_MORE_SMILIES}" onclick="popup(this.href, 750, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a> 60 <!-- ENDIF --> 61 <!-- EVENT posting_editor_smilies_after --> 62 <!-- IF BBCODE_STATUS --> 63 <div class="bbcode-status"> 64 <!-- IF .smiley --><hr /><!-- ENDIF --> 65 {BBCODE_STATUS}<br /> 66 <!-- IF S_BBCODE_ALLOWED --> 67 {IMG_STATUS}<br /> 68 <!-- IF S_BBCODE_FLASH --> 69 {FLASH_STATUS}<br /> 70 <!-- ENDIF --> 71 {URL_STATUS}<br /> 72 <!-- ENDIF --> 73 {SMILIES_STATUS} 74 </div> 75 <!-- ENDIF --> 76 <!-- EVENT posting_editor_bbcode_status_after --> 77 <!-- IF S_EDIT_DRAFT || S_DISPLAY_REVIEW --> 78 <!-- IF S_DISPLAY_REVIEW --><hr /><!-- ENDIF --> 79 <!-- IF S_EDIT_DRAFT --><strong><a href="{S_UCP_ACTION}">{L_BACK_TO_DRAFTS}</a></strong><!-- ENDIF --> 80 <!-- IF S_DISPLAY_REVIEW --><strong><a href="#review">{L_TOPIC_REVIEW}</a></strong><!-- ENDIF --> 81 <!-- ENDIF --> 82 </div> 83 84 <!-- EVENT posting_editor_message_before --> 85 86 <div id="message-box" class="message-box"> 87 <textarea <!-- IF S_UCP_ACTION and not S_PRIVMSGS and not S_EDIT_DRAFT -->name="signature" id="signature" style="height: 9em;"<!-- ELSE -->name="message" id="message"<!-- ENDIF --> rows="15" cols="76" tabindex="4" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" class="inputbox">{MESSAGE}{DRAFT_MESSAGE}{SIGNATURE}</textarea> 88 </div> 89 90 <!-- EVENT posting_editor_message_after --> 91 </fieldset> 92 93 <!-- IF $EXTRA_POSTING_OPTIONS eq 1 --> 94 95 <!-- IF not S_SHOW_DRAFTS --> 96 </div> 97 </div> 98 <!-- ENDIF --> 99 100 <!-- IF not S_SHOW_DRAFTS and not $SIG_EDIT eq 1 --> 101 <div class="panel bg2"> 102 <div class="inner"> 103 <fieldset class="submit-buttons"> 104 {S_HIDDEN_ADDRESS_FIELD} 105 {S_HIDDEN_FIELDS} 106 <!-- EVENT posting_editor_submit_buttons --> 107 <!-- IF S_HAS_DRAFTS --><input type="submit" accesskey="d" tabindex="8" name="load" value="{L_LOAD_DRAFT}" class="button2" onclick="load_draft = true;" /> <!-- ENDIF --> 108 <!-- IF S_SAVE_ALLOWED --><input type="submit" accesskey="k" tabindex="7" name="save" value="{L_SAVE_DRAFT}" class="button2" /> <!-- ENDIF --> 109 <input type="submit" tabindex="5" name="preview" value="{L_PREVIEW}" class="button1"<!-- IF not S_PRIVMSGS --> onclick="document.getElementById('postform').action += '#preview';"<!-- ENDIF --> /> 110 <input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1 default-submit-action" /> 111 112 </fieldset> 113 114 </div> 115 </div> 116 <!-- ENDIF --> 117 118 <!-- IF not S_PRIVMSGS and not S_SHOW_DRAFTS and not $SIG_EDIT eq 1 --> 119 <div id="tabs" class="tabs sub-panels" data-show-panel="<!-- IF SHOW_PANEL -->{SHOW_PANEL}<!-- ELSE -->options-panel<!-- ENDIF -->" role="tablist"> 120 <ul> 121 <li id="options-panel-tab" class="tab activetab"><a href="#tabs" data-subpanel="options-panel" role="tab" aria-controls="options-panel"><span>{L_OPTIONS}</span></a></li> 122 <!-- IF S_SHOW_ATTACH_BOX and FILTERS --> 123 <li id="attach-panel-tab" class="tab"> 124 <a href="#tabs" data-subpanel="attach-panel" role="tab" aria-controls="attach-panel"> 125 {L_ATTACHMENTS} <strong id="file-total-progress" class="file-total-progress"><strong id="file-total-progress-bar" class="file-total-progress-bar"></strong></strong> 126 </a> 127 </li> 128 <!-- ENDIF --> 129 <!-- IF S_SHOW_POLL_BOX || S_POLL_DELETE --> 130 <li id="poll-panel-tab" class="tab"> 131 <a href="#tabs" data-subpanel="poll-panel" role="tab" aria-controls="poll-panel">{L_ADD_POLL}</a> 132 </li> 133 <!-- ENDIF --> 134 <!-- EVENT posting_editor_add_panel_tab --> 135 </ul> 136 </div> 137 <!-- ENDIF --> 138 139 <!-- IF not S_SHOW_DRAFTS and not $SIG_EDIT eq 1 --> 140 <div class="panel bg3" id="options-panel"> 141 <div class="inner"> 142 143 <fieldset class="fields1"> 144 <!-- EVENT posting_editor_options_prepend --> 145 <!-- IF S_BBCODE_ALLOWED --> 146 <div><label for="disable_bbcode"><input type="checkbox" name="disable_bbcode" id="disable_bbcode"{S_BBCODE_CHECKED} /> {L_DISABLE_BBCODE}</label></div> 147 <!-- ENDIF --> 148 <!-- IF S_SMILIES_ALLOWED --> 149 <div><label for="disable_smilies"><input type="checkbox" name="disable_smilies" id="disable_smilies"{S_SMILIES_CHECKED} /> {L_DISABLE_SMILIES}</label></div> 150 <!-- ENDIF --> 151 <!-- IF S_LINKS_ALLOWED --> 152 <div><label for="disable_magic_url"><input type="checkbox" name="disable_magic_url" id="disable_magic_url"{S_MAGIC_URL_CHECKED} /> {L_DISABLE_MAGIC_URL}</label></div> 153 <!-- ENDIF --> 154 <!-- IF S_SIG_ALLOWED --> 155 <div><label for="attach_sig"><input type="checkbox" name="attach_sig" id="attach_sig"{S_SIGNATURE_CHECKED} /> {L_ATTACH_SIG}</label></div> 156 <!-- ENDIF --> 157 <!-- IF S_NOTIFY_ALLOWED --> 158 <div><label for="notify"><input type="checkbox" name="notify" id="notify"{S_NOTIFY_CHECKED} /> {L_NOTIFY_REPLY}</label></div> 159 <!-- ENDIF --> 160 <!-- IF S_LOCK_TOPIC_ALLOWED --> 161 <div><label for="lock_topic"><input type="checkbox" name="lock_topic" id="lock_topic"{S_LOCK_TOPIC_CHECKED} /> {L_LOCK_TOPIC}</label></div> 162 <!-- ENDIF --> 163 <!-- IF S_LOCK_POST_ALLOWED --> 164 <div><label for="lock_post"><input type="checkbox" name="lock_post" id="lock_post"{S_LOCK_POST_CHECKED} /> {L_LOCK_POST} [{L_LOCK_POST_EXPLAIN}]</label></div> 165 <!-- ENDIF --> 166 167 <!-- IF S_TYPE_TOGGLE or S_TOPIC_TYPE_ANNOUNCE or S_TOPIC_TYPE_STICKY --> 168 <hr class="dashed" /> 169 <!-- ENDIF --> 170 171 <!-- IF S_TYPE_TOGGLE --> 172 <dl> 173 <dt><label for="topic_type-0"><!-- IF S_EDIT_POST -->{L_CHANGE_TOPIC_TO}<!-- ELSE -->{L_POST_TOPIC_AS}<!-- ENDIF -->{L_COLON}</label></dt> 174 <dd><!-- BEGIN topic_type --><label for="topic_type-{topic_type.VALUE}"><input type="radio" name="topic_type" id="topic_type-{topic_type.VALUE}" value="{topic_type.VALUE}"{topic_type.S_CHECKED} />{topic_type.L_TOPIC_TYPE}</label> <!-- END topic_type --></dd> 175 </dl> 176 <!-- ENDIF --> 177 178 <!-- IF S_TOPIC_TYPE_ANNOUNCE or S_TOPIC_TYPE_STICKY --> 179 <dl> 180 <dt><label for="topic_time_limit">{L_STICK_TOPIC_FOR}{L_COLON}</label></dt> 181 <dd><label for="topic_time_limit"><input type="number" min="0" max="999" name="topic_time_limit" id="topic_time_limit" value="{TOPIC_TIME_LIMIT}" class="inputbox autowidth" /> {L_DAYS}</label></dd> 182 <dd>{L_STICK_TOPIC_FOR_EXPLAIN}</dd> 183 </dl> 184 <!-- ENDIF --> 185 186 {% if S_SOFTDELETE_ALLOWED || S_DELETE_ALLOWED %} 187 <hr class="dashed"> 188 <dl> 189 <dt><label for="delete">{{ lang('DELETE_POST') ~ lang('COLON') }}</label></dt> 190 {% if S_SOFTDELETE_ALLOWED %} 191 <dd><label for="delete"><input type="checkbox" name="delete" id="delete" {{ S_SOFTDELETE_CHECKED }}> {{ lang('DELETE_POST_WARN') }}</label></dd> 192 {% endif %} 193 {% if S_DELETE_ALLOWED %} 194 <dd><label for="delete_permanent"><input type="checkbox" name="delete_permanent" id="delete_permanent"> {{ lang('DELETE_POST_PERMANENTLY') }}</label></dd> 195 {% endif %} 196 </dl> 197 {% endif %} 198 199 <!-- IF S_EDIT_REASON --> 200 <dl> 201 <dt><label for="edit_reason">{L_EDIT_REASON}{L_COLON}</label></dt> 202 <dd><input type="text" name="edit_reason" id="edit_reason" value="{EDIT_REASON}" class="inputbox" /></dd> 203 </dl> 204 <!-- ENDIF --> 205 </fieldset> 206 <!-- ENDIF --> 207 208 <!-- ENDIF -->
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 |