[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <script> 2 // <![CDATA[ 3 4 var form_name = 'user_signature'; 5 var text_name = 'signature'; 6 var load_draft = false; 7 var upload = false; 8 var imageTag = false; 9 10 // ]]> 11 </script> 12 13 <form id="user_signature" method="post" action="{U_ACTION}"> 14 15 <!-- IF SIGNATURE_PREVIEW --> 16 <fieldset> 17 <legend>{L_ADMIN_SIG_PREVIEW}</legend> 18 <p>{SIGNATURE_PREVIEW}</p> 19 </fieldset> 20 <!-- ENDIF --> 21 22 <fieldset> 23 <legend>{L_SIGNATURE}</legend> 24 <p>{L_SIGNATURE_EXPLAIN}</p> 25 26 <!-- INCLUDE acp_posting_buttons.html --> 27 28 <dl class="responsive-columns"> 29 <dt style="width: 90px;" id="color_palette_placeholder" data-color-palette="v" data-height="12" data-width="15" data-bbcode="true"> 30 </dt> 31 <dd style="margin-{S_CONTENT_FLOW_BEGIN}: 90px;"><textarea name="signature" rows="10" cols="60" style="width: 95%;" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" data-bbcode="true">{SIGNATURE}</textarea></dd> 32 <dd style="margin-{S_CONTENT_FLOW_BEGIN}: 90px; margin-top: 5px;"> 33 <!-- IF S_BBCODE_ALLOWED --> 34 <label><input type="checkbox" class="radio" name="disable_bbcode"{S_BBCODE_CHECKED} /> {L_DISABLE_BBCODE}</label> 35 <!-- ENDIF --> 36 <!-- IF S_SMILIES_ALLOWED --> 37 <label><input type="checkbox" class="radio" name="disable_smilies"{S_SMILIES_CHECKED} /> {L_DISABLE_SMILIES}</label> 38 <!-- ENDIF --> 39 <!-- IF S_LINKS_ALLOWED --> 40 <label><input type="checkbox" class="radio" name="disable_magic_url"{S_MAGIC_URL_CHECKED} /> {L_DISABLE_MAGIC_URL}</label> 41 <!-- ENDIF --> 42 </dd> 43 <dd style="margin-{S_CONTENT_FLOW_BEGIN}: 90px; margin-top: 10px;"><strong>{L_OPTIONS}{L_COLON} </strong>{BBCODE_STATUS} :: {IMG_STATUS} :: {FLASH_STATUS} :: {URL_STATUS} :: {SMILIES_STATUS}</dd> 44 </dl> 45 </fieldset> 46 47 <fieldset class="submit-buttons"> 48 <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> 49 <input class="button2" type="submit" name="preview" value="{L_PREVIEW}" /> 50 {S_FORM_TOKEN} 51 </fieldset> 52 </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 |