[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <script> 2 // <![CDATA[ 3 var default_dateformat = '{A_DEFAULT_DATEFORMAT}'; 4 // ]]> 5 </script> 6 7 <form id="user_prefs" method="post" action="{U_ACTION}"> 8 <!-- EVENT acp_users_prefs_prepend --> 9 <fieldset> 10 <legend>{L_UCP_PREFS_PERSONAL}</legend> 11 <!-- EVENT acp_users_prefs_personal_prepend --> 12 <dl> 13 <dt><label for="viewemail">{L_SHOW_EMAIL}{L_COLON}</label></dt> 14 <dd><label><input type="radio" class="radio" name="viewemail" value="1"<!-- IF VIEW_EMAIL --> id="viewemail" checked="checked"<!-- ENDIF --> /> {L_YES}</label> 15 <label><input type="radio" class="radio" name="viewemail" value="0"<!-- IF not VIEW_EMAIL --> id="viewemail" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> 16 </dl> 17 <dl> 18 <dt><label for="massemail">{L_ADMIN_EMAIL}{L_COLON}</label></dt> 19 <dd><label><input type="radio" class="radio" name="massemail" value="1"<!-- IF MASS_EMAIL --> id="massemail" checked="checked"<!-- ENDIF --> /> {L_YES}</label> 20 <label><input type="radio" class="radio" name="massemail" value="0"<!-- IF not MASS_EMAIL --> id="massemail" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> 21 </dl> 22 <dl> 23 <dt><label for="allowpm">{L_ALLOW_PM}{L_COLON}</label><br /><span>{L_ALLOW_PM_EXPLAIN}</span></dt> 24 <dd><label><input type="radio" class="radio" name="allowpm" value="1"<!-- IF ALLOW_PM --> id="allowpm" checked="checked"<!-- ENDIF --> /> {L_YES}</label> 25 <label><input type="radio" class="radio" name="allowpm" value="0"<!-- IF not ALLOW_PM --> id="allowpm" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> 26 </dl> 27 <dl> 28 <dt><label for="hideonline">{L_HIDE_ONLINE}{L_COLON}</label></dt> 29 <dd><label><input type="radio" class="radio" name="hideonline" value="1"<!-- IF HIDE_ONLINE --> id="hideonline" checked="checked"<!-- ENDIF --> /> {L_YES}</label> 30 <label><input type="radio" class="radio" name="hideonline" value="0"<!-- IF not HIDE_ONLINE --> id="hideonline" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> 31 </dl> 32 <dl> 33 <dt><label for="notifymethod">{L_NOTIFY_METHOD}{L_COLON}</label><br /><span>{L_NOTIFY_METHOD_EXPLAIN}</span></dt> 34 <dd><label><input type="radio" class="radio" name="notifymethod" value="0"<!-- IF NOTIFY_EMAIL --> id="notifymethod" checked="checked"<!-- ENDIF --> /> {L_NOTIFY_METHOD_EMAIL}</label> 35 <label><input type="radio" class="radio" name="notifymethod" value="1"<!-- IF NOTIFY_IM --> id="notifymethod" checked="checked"<!-- ENDIF --><!-- IF S_JABBER_DISABLED --> disabled="disabled"<!-- ENDIF --> /> {L_NOTIFY_METHOD_IM}</label> 36 <label><input type="radio" class="radio" name="notifymethod" value="2"<!-- IF NOTIFY_BOTH --> id="notifymethod" checked="checked"<!-- ENDIF --><!-- IF S_JABBER_DISABLED --> disabled="disabled"<!-- ENDIF --> /> {L_NOTIFY_METHOD_BOTH}</label></dd> 37 </dl> 38 <dl> 39 <dt><label for="notifypm">{L_NOTIFY_ON_PM}{L_COLON}</label></dt> 40 <dd><label><input type="radio" class="radio" name="notifypm" value="1"<!-- IF NOTIFY_PM --> id="notifypm" checked="checked"<!-- ENDIF --> /> {L_YES}</label> 41 <label><input type="radio" class="radio" name="notifypm" value="0"<!-- IF not NOTIFY_PM --> id="notifypm" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> 42 </dl> 43 <dl> 44 <dt><label for="lang">{L_BOARD_LANGUAGE}{L_COLON}</label></dt> 45 <dd><select id="lang" name="lang">{S_LANG_OPTIONS}</select></dd> 46 </dl> 47 <dl> 48 <dt><label for="style">{L_BOARD_STYLE}{L_COLON}</label></dt> 49 <dd><select id="style" name="style">{S_STYLE_OPTIONS}</select></dd> 50 </dl> 51 <!-- INCLUDE timezone_option.html --> 52 <dl> 53 <dt><label for="dateoptions">{L_BOARD_DATE_FORMAT}{L_COLON}</label><br /><span>{L_BOARD_DATE_FORMAT_EXPLAIN}</span></dt> 54 <dd><select name="dateoptions" id="dateoptions" onchange="if(this.value=='custom'){phpbb.toggleDisplay('custom_date',1);}else{phpbb.toggleDisplay('custom_date',-1);} if (this.value == 'custom') { document.getElementById('dateformat').value = default_dateformat; } else { document.getElementById('dateformat').value = this.value; }">{S_DATEFORMAT_OPTIONS}</select></dd> 55 <dd><div id="custom_date"<!-- IF not S_CUSTOM_DATEFORMAT --> style="display:none;"<!-- ENDIF -->><input type="text" name="dateformat" id="dateformat" value="{DATE_FORMAT}" maxlength="64" /></div></dd> 56 </dl> 57 <!-- EVENT acp_users_prefs_personal_append --> 58 </fieldset> 59 60 <fieldset> 61 <legend>{L_UCP_PREFS_POST}</legend> 62 <!-- EVENT acp_users_prefs_post_prepend --> 63 <dl> 64 <dt><label for="bbcode">{L_DEFAULT_BBCODE}{L_COLON}</label></dt> 65 <dd><label><input type="radio" class="radio" name="bbcode" value="1"<!-- IF BBCODE --> id="bbcode" checked="checked"<!-- ENDIF --> /> {L_YES}</label> 66 <label><input type="radio" class="radio" name="bbcode" value="0"<!-- IF not BBCODE --> id="bbcode" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> 67 </dl> 68 <dl> 69 <dt><label for="smilies">{L_DEFAULT_SMILIES}{L_COLON}</label></dt> 70 <dd><label><input type="radio" class="radio" name="smilies" value="1"<!-- IF SMILIES --> id="smilies" checked="checked"<!-- ENDIF --> /> {L_YES}</label> 71 <label><input type="radio" class="radio" name="smilies" value="0"<!-- IF not SMILIES --> id="smilies" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> 72 </dl> 73 <dl> 74 <dt><label for="sig">{L_DEFAULT_ADD_SIG}{L_COLON}</label></dt> 75 <dd><label><input type="radio" class="radio" name="sig" value="1"<!-- IF ATTACH_SIG --> id="sig" checked="checked"<!-- ENDIF --> /> {L_YES}</label> 76 <label><input type="radio" class="radio" name="sig" value="0"<!-- IF not ATTACH_SIG --> id="sig" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> 77 </dl> 78 <dl> 79 <dt><label for="notify">{L_DEFAULT_NOTIFY}{L_COLON}</label></dt> 80 <dd><label><input type="radio" class="radio" name="notify" value="1"<!-- IF NOTIFY --> id="notify" checked="checked"<!-- ENDIF --> /> {L_YES}</label> 81 <label><input type="radio" class="radio" name="notify" value="0"<!-- IF not NOTIFY --> id="notify" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> 82 </dl> 83 <!-- EVENT acp_users_prefs_post_append --> 84 </fieldset> 85 86 <fieldset> 87 <legend>{L_UCP_PREFS_VIEW}</legend> 88 <!-- EVENT acp_users_prefs_view_prepend --> 89 <dl> 90 <dt><label for="view_images">{L_VIEW_IMAGES}{L_COLON}</label></dt> 91 <dd><label><input type="radio" class="radio" name="view_images" value="1"<!-- IF VIEW_IMAGES --> id="view_images" checked="checked"<!-- ENDIF --> /> {L_YES}</label> 92 <label><input type="radio" class="radio" name="view_images" value="0"<!-- IF not VIEW_IMAGES --> id="view_images" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> 93 </dl> 94 <dl> 95 <dt><label for="view_flash">{L_VIEW_FLASH}{L_COLON}</label></dt> 96 <dd><label><input type="radio" class="radio" name="view_flash" value="1"<!-- IF VIEW_FLASH --> id="view_flash" checked="checked"<!-- ENDIF --> /> {L_YES}</label> 97 <label><input type="radio" class="radio" name="view_flash" value="0"<!-- IF not VIEW_FLASH --> id="view_flash" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> 98 </dl> 99 <dl> 100 <dt><label for="view_smilies">{L_VIEW_SMILIES}{L_COLON}</label></dt> 101 <dd><label><input type="radio" class="radio" name="view_smilies" value="1"<!-- IF VIEW_SMILIES --> id="view_smilies" checked="checked"<!-- ENDIF --> /> {L_YES}</label> 102 <label><input type="radio" class="radio" name="view_smilies" value="0"<!-- IF not VIEW_SMILIES --> id="view_smilies" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> 103 </dl> 104 <dl> 105 <dt><label for="view_sigs">{L_VIEW_SIGS}{L_COLON}</label></dt> 106 <dd><label><input type="radio" class="radio" name="view_sigs" value="1"<!-- IF VIEW_SIGS --> id="view_sigs" checked="checked"<!-- ENDIF --> /> {L_YES}</label> 107 <label><input type="radio" class="radio" name="view_sigs" value="0"<!-- IF not VIEW_SIGS --> id="view_sigss" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> 108 </dl> 109 <dl> 110 <dt><label for="view_avatars">{L_VIEW_AVATARS}{L_COLON}</label></dt> 111 <dd><label><input type="radio" class="radio" name="view_avatars" value="1"<!-- IF VIEW_AVATARS --> id="view_avatars" checked="checked"<!-- ENDIF --> /> {L_YES}</label> 112 <label><input type="radio" class="radio" name="view_avatars" value="0"<!-- IF not VIEW_AVATARS --> id="view_avatars" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> 113 </dl> 114 <dl> 115 <dt><label for="view_wordcensor">{L_DISABLE_CENSORS}{L_COLON}</label></dt> 116 <dd><label><input type="radio" class="radio" name="view_wordcensor" value="1"<!-- IF VIEW_WORDCENSOR --> id="view_wordcensor" checked="checked"<!-- ENDIF --> /> {L_YES}</label> 117 <label><input type="radio" class="radio" name="view_wordcensor" value="0"<!-- IF not VIEW_WORDCENSOR --> id="view_wordcensor" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> 118 </dl> 119 <dl> 120 <dt><label>{L_VIEW_TOPICS_DAYS}{L_COLON}</label></dt> 121 <dd>{S_TOPIC_SORT_DAYS}</dd> 122 </dl> 123 <dl> 124 <dt><label>{L_VIEW_TOPICS_KEY}{L_COLON}</label></dt> 125 <dd>{S_TOPIC_SORT_KEY}</dd> 126 </dl> 127 <dl> 128 <dt><label>{L_VIEW_TOPICS_DIR}{L_COLON}</label></dt> 129 <dd>{S_TOPIC_SORT_DIR}</dd> 130 </dl> 131 <dl> 132 <dt><label>{L_VIEW_POSTS_DAYS}{L_COLON}</label></dt> 133 <dd>{S_POST_SORT_DAYS}</dd> 134 </dl> 135 <dl> 136 <dt><label>{L_VIEW_POSTS_KEY}{L_COLON}</label></dt> 137 <dd>{S_POST_SORT_KEY}</dd> 138 </dl> 139 <dl> 140 <dt><label>{L_VIEW_POSTS_DIR}{L_COLON}</label></dt> 141 <dd>{S_POST_SORT_DIR}</dd> 142 </dl> 143 <!-- EVENT acp_users_prefs_view_append --> 144 </fieldset> 145 <!-- EVENT acp_users_prefs_append --> 146 <fieldset class="quick"> 147 <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> 148 {S_FORM_TOKEN} 149 </fieldset> 150 151 </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 |