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