[ Index ] |
|
Code source de PHP NUKE 7.9 |
1 2 <form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post"> 3 4 {ERROR_BOX} 5 6 <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> 7 <tr> 8 <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> 9 </tr> 10 </table> 11 12 <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> 13 <tr> 14 <th class="thHead" colspan="2" height="25" valign="middle">{L_REGISTRATION_INFO}</th> 15 </tr> 16 <tr> 17 <td class="row2" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td> 18 </tr> 19 <tr> 20 <td class="row1" width="38%"><span class="gen">{L_USERNAME}: *</span></td> 21 <td class="row2"><input type="text" class="post" style="width:200px" name="username" size="25" maxlength="25" value="{USERNAME}" /></td> 22 </tr> 23 <tr> 24 <td class="row1"><span class="gen">{L_EMAIL_ADDRESS}: *</span></td> 25 <td class="row2"><input type="text" class="post" style="width:200px" name="email" size="25" maxlength="255" value="{EMAIL}" /></td> 26 </tr> 27 <!-- BEGIN switch_edit_profile --> 28 <tr> 29 <td class="row1"><span class="gen">{L_CURRENT_PASSWORD}: *</span><br /> 30 <span class="gensmall">{L_CONFIRM_PASSWORD_EXPLAIN}</span></td> 31 <td class="row2"> 32 <input type="password" class="post" style="width: 200px" name="cur_password" size="25" maxlength="100" value="{CUR_PASSWORD}" /> 33 </td> 34 </tr> 35 <!-- END switch_edit_profile --> 36 <tr> 37 <td class="row1"><span class="gen">{L_NEW_PASSWORD}: *</span><br /> 38 <span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td> 39 <td class="row2"> 40 <input type="password" class="post" style="width: 200px" name="new_password" size="25" maxlength="100" value="{NEW_PASSWORD}" /> 41 </td> 42 </tr> 43 <tr> 44 <td class="row1"><span class="gen">{L_CONFIRM_PASSWORD}: * </span><br /> 45 <span class="gensmall">{L_PASSWORD_CONFIRM_IF_CHANGED}</span></td> 46 <td class="row2"> 47 <input type="password" class="post" style="width: 200px" name="password_confirm" size="25" maxlength="100" value="{PASSWORD_CONFIRM}" /> 48 </td> 49 </tr> 50 <tr> 51 <td class="catSides" colspan="2" height="28"> </td> 52 </tr> 53 <tr> 54 <th class="thSides" colspan="2" height="25" valign="middle">{L_PROFILE_INFO}</th> 55 </tr> 56 <tr> 57 <td class="row2" colspan="2"><span class="gensmall">{L_PROFILE_INFO_NOTICE}</span></td> 58 </tr> 59 <tr> 60 <td class="row1"><span class="gen">{L_ICQ_NUMBER}:</span></td> 61 <td class="row2"> 62 <input type="text" name="icq" class="post"style="width: 100px" size="10" maxlength="15" value="{ICQ}" /> 63 </td> 64 </tr> 65 <tr> 66 <td class="row1"><span class="gen">{L_AIM}:</span></td> 67 <td class="row2"> 68 <input type="text" class="post"style="width: 150px" name="aim" size="20" maxlength="255" value="{AIM}" /> 69 </td> 70 </tr> 71 <tr> 72 <td class="row1"><span class="gen">{L_MESSENGER}:</span></td> 73 <td class="row2"> 74 <input type="text" class="post"style="width: 150px" name="msn" size="20" maxlength="255" value="{MSN}" /> 75 </td> 76 </tr> 77 <tr> 78 <td class="row1"><span class="gen">{L_YAHOO}:</span></td> 79 <td class="row2"> 80 <input type="text" class="post"style="width: 150px" name="yim" size="20" maxlength="255" value="{YIM}" /> 81 </td> 82 </tr> 83 <tr> 84 <td class="row1"><span class="gen">{L_WEBSITE}:</span></td> 85 <td class="row2"> 86 <input type="text" class="post"style="width: 200px" name="website" size="25" maxlength="255" value="{WEBSITE}" /> 87 </td> 88 </tr> 89 <tr> 90 <td class="row1"><span class="gen">{L_LOCATION}:</span></td> 91 <td class="row2"> 92 <input type="text" class="post"style="width: 200px" name="location" size="25" maxlength="100" value="{LOCATION}" /> 93 </td> 94 </tr> 95 <tr> 96 <td class="row1"><span class="gen">{L_OCCUPATION}:</span></td> 97 <td class="row2"> 98 <input type="text" class="post"style="width: 200px" name="occupation" size="25" maxlength="100" value="{OCCUPATION}" /> 99 </td> 100 </tr> 101 <tr> 102 <td class="row1"><span class="gen">{L_INTERESTS}:</span></td> 103 <td class="row2"> 104 <input type="text" class="post"style="width: 200px" name="interests" size="35" maxlength="150" value="{INTERESTS}" /> 105 </td> 106 </tr> 107 <tr> 108 <td class="row1"><span class="gen">{L_SIGNATURE}:</span><br /><span class="gensmall">{L_SIGNATURE_EXPLAIN}<br /><br />{HTML_STATUS}<br />{BBCODE_STATUS}<br />{SMILIES_STATUS}</span></td> 109 <td class="row2"> 110 <textarea name="signature"style="width: 300px" rows="6" cols="30" class="post">{SIGNATURE}</textarea> 111 </td> 112 </tr> 113 <tr> 114 <td class="catSides" colspan="2" height="28"> </td> 115 </tr> 116 <tr> 117 <th class="thSides" colspan="2" height="25" valign="middle">{L_PREFERENCES}</th> 118 </tr> 119 <tr> 120 <td class="row1"><span class="gen">{L_PUBLIC_VIEW_EMAIL}:</span></td> 121 <td class="row2"> 122 <input type="radio" name="viewemail" value="1" {VIEW_EMAIL_YES} /> 123 <span class="gen">{L_YES}</span> 124 <input type="radio" name="viewemail" value="0" {VIEW_EMAIL_NO} /> 125 <span class="gen">{L_NO}</span></td> 126 </tr> 127 <tr> 128 <td class="row1"><span class="gen">{L_HIDE_USER}:</span></td> 129 <td class="row2"> 130 <input type="radio" name="hideonline" value="1" {HIDE_USER_YES} /> 131 <span class="gen">{L_YES}</span> 132 <input type="radio" name="hideonline" value="0" {HIDE_USER_NO} /> 133 <span class="gen">{L_NO}</span></td> 134 </tr> 135 <tr> 136 <td class="row1"><span class="gen">{L_NOTIFY_ON_REPLY}:</span><br /> 137 <span class="gensmall">{L_NOTIFY_ON_REPLY_EXPLAIN}</span></td> 138 <td class="row2"> 139 <input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} /> 140 <span class="gen">{L_YES}</span> 141 <input type="radio" name="notifyreply" value="0" {NOTIFY_REPLY_NO} /> 142 <span class="gen">{L_NO}</span></td> 143 </tr> 144 <tr> 145 <td class="row1"><span class="gen">{L_NOTIFY_ON_PRIVMSG}:</span></td> 146 <td class="row2"> 147 <input type="radio" name="notifypm" value="1" {NOTIFY_PM_YES} /> 148 <span class="gen">{L_YES}</span> 149 <input type="radio" name="notifypm" value="0" {NOTIFY_PM_NO} /> 150 <span class="gen">{L_NO}</span></td> 151 </tr> 152 <tr> 153 <td class="row1"><span class="gen">{L_POPUP_ON_PRIVMSG}:</span><br /><span class="gensmall">{L_POPUP_ON_PRIVMSG_EXPLAIN}</span></td> 154 <td class="row2"> 155 <input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} /> 156 <span class="gen">{L_YES}</span> 157 <input type="radio" name="popup_pm" value="0" {POPUP_PM_NO} /> 158 <span class="gen">{L_NO}</span></td> 159 </tr> 160 <tr> 161 <td class="row1"><span class="gen">{L_ALWAYS_ADD_SIGNATURE}:</span></td> 162 <td class="row2"> 163 <input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES} /> 164 <span class="gen">{L_YES}</span> 165 <input type="radio" name="attachsig" value="0" {ALWAYS_ADD_SIGNATURE_NO} /> 166 <span class="gen">{L_NO}</span></td> 167 </tr> 168 <tr> 169 <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_BBCODE}:</span></td> 170 <td class="row2"> 171 <input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES} /> 172 <span class="gen">{L_YES}</span> 173 <input type="radio" name="allowbbcode" value="0" {ALWAYS_ALLOW_BBCODE_NO} /> 174 <span class="gen">{L_NO}</span></td> 175 </tr> 176 <tr> 177 <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_HTML}:</span></td> 178 <td class="row2"> 179 <input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES} /> 180 <span class="gen">{L_YES}</span> 181 <input type="radio" name="allowhtml" value="0" {ALWAYS_ALLOW_HTML_NO} /> 182 <span class="gen">{L_NO}</span></td> 183 </tr> 184 <tr> 185 <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_SMILIES}:</span></td> 186 <td class="row2"> 187 <input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} /> 188 <span class="gen">{L_YES}</span> 189 <input type="radio" name="allowsmilies" value="0" {ALWAYS_ALLOW_SMILIES_NO} /> 190 <span class="gen">{L_NO}</span></td> 191 </tr> 192 <tr> 193 <td class="row1"><span class="gen">{L_BOARD_LANGUAGE}:</span></td> 194 <td class="row2"><span class="gensmall">{LANGUAGE_SELECT}</span></td> 195 </tr> 196 <tr> 197 <td class="row1"><span class="gen">{L_BOARD_STYLE}:</span></td> 198 <td class="row2"><span class="gensmall">{STYLE_SELECT}</span></td> 199 </tr> 200 <tr> 201 <td class="row1"><span class="gen">{L_TIMEZONE}:</span></td> 202 <td class="row2"><span class="gensmall">{TIMEZONE_SELECT}</span></td> 203 </tr> 204 <tr> 205 <td class="row1"><span class="gen">{L_DATE_FORMAT}:</span><br /> 206 <span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td> 207 <td class="row2"> 208 <input type="text" name="dateformat" value="{DATE_FORMAT}" maxlength="14" class="post" /> 209 </td> 210 </tr> 211 <!-- BEGIN switch_avatar_block --> 212 <tr> 213 <td class="catSides" colspan="2" height="28"> </td> 214 </tr> 215 <tr> 216 <th class="thSides" colspan="2" height="12" valign="middle">{L_AVATAR_PANEL}</th> 217 </tr> 218 <tr> 219 <td class="row1" colspan="2"><table width="70%" cellspacing="2" cellpadding="0" border="0" align="center"> 220 <tr> 221 <td width="65%"><span class="gensmall">{L_AVATAR_EXPLAIN}</span></td> 222 <td align="center"><span class="gensmall">{L_CURRENT_IMAGE}</span><br />{AVATAR}<br /><input type="checkbox" name="avatardel" /> <span class="gensmall">{L_DELETE_AVATAR}</span></td> 223 </tr> 224 </table></td> 225 </tr> 226 <!-- BEGIN switch_avatar_local_upload --> 227 <tr> 228 <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_FILE}:</span></td> 229 <td class="row2"><input type="hidden" name="MAX_FILE_SIZE" value="{AVATAR_SIZE}" /><input type="file" name="avatar" class="post" style="width:200px" /></td> 230 </tr> 231 <!-- END switch_avatar_local_upload --> 232 <!-- BEGIN switch_avatar_remote_upload --> 233 <tr> 234 <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_URL}:</span><br /><span class="gensmall">{L_UPLOAD_AVATAR_URL_EXPLAIN}</span></td> 235 <td class="row2"><input type="text" name="avatarurl" size="40" class="post" style="width:200px" /></td> 236 </tr> 237 <!-- END switch_avatar_remote_upload --> 238 <!-- BEGIN switch_avatar_remote_link --> 239 <tr> 240 <td class="row1"><span class="gen">{L_LINK_REMOTE_AVATAR}:</span><br /><span class="gensmall">{L_LINK_REMOTE_AVATAR_EXPLAIN}</span></td> 241 <td class="row2"><input type="text" name="avatarremoteurl" size="40" class="post" style="width:200px" /></td> 242 </tr> 243 <!-- END switch_avatar_remote_link --> 244 <!-- BEGIN switch_avatar_local_gallery --> 245 <tr> 246 <td class="row1"><span class="gen">{L_AVATAR_GALLERY}:</span></td> 247 <td class="row2"><input type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" class="liteoption" /></td> 248 </tr> 249 <!-- END switch_avatar_local_gallery --> 250 <!-- END switch_avatar_block --> 251 <tr> 252 <td class="catBottom" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" name="reset" class="liteoption" /></td> 253 </tr> 254 </table> 255 256 </form>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 11:11:59 2007 | par Balluche grâce à PHPXref 0.7 |