📄 profile.htm
字号:
<div style="width:100%" align="left">
<input type="button" value="刷新所有资料和选项" onClick="if(confirm('确定要刷新吗?'))loadProfile();" />
</div>
<br />
<form onSubmit="setProfileUserAdvancedInfo();return false;">
<table class="ListTable ListHeader">
<tbody>
<tr>
<td>用户详细信息</td>
<td class="ListHeaderExpanded" onClick="switchHeaderSwitcherVisible('ProfileUserAdvancedInfoBody', event);"> </td>
</tr>
</tbody>
</table>
<table id="ProfileUserAdvancedInfoBody" class="ListTable">
<tbody>
<tr>
<td width="30%" class="ListItemsTd ListItemsTd_style1 txtright">真实姓名:</td>
<td class="ListItemsTd ListItemsTd_style2 txtleft">
<input id="ProfileUserAdvancedInfoRealName" class="InputText" type="text" />
<br />
<input id="ProfileUserAdvancedInfoShowRealName" type="checkbox" /><label for="ProfileUserAdvancedInfoShowRealName">公开</label>
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style1 txtright">性别:</td>
<td class="ListItemsTd ListItemsTd_style2 txtleft">
<input name="profileUserAdvancedInfoMale" id="ProfileUserAdvancedInfoMale" type="radio" value="true" /><label for="ProfileUserAdvancedInfoMale">男</label>
<input name="profileUserAdvancedInfoMale" id="ProfileUserAdvancedInfoFemale" type="radio" value="false" /><label for="ProfileUserAdvancedInfoFemale">女</label>
<br />
<input id="ProfileUserAdvancedInfoShowGender" type="checkbox" checked="checked" /><label for="ProfileUserAdvancedInfoShowGender">公开</label>
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style1 txtright">出生日期:</td>
<td class="ListItemsTd ListItemsTd_style2 txtleft">
<input id="ProfileUserAdvancedInfoBirthdayYear" type="text" class="InputText_sml" /> 年
<select id="ProfileUserAdvancedInfoBirthdayMonth" class="InputSelect_sml">
<option value="1">1</option><option value="2">2</option><option value="3">3</option>
<option value="4">4</option><option value="5">5</option><option value="6">6</option>
<option value="7">7</option><option value="8">8</option><option value="9">9</option>
<option value="10">10</option><option value="11">11</option><option value="12">12</option>
</select> 月
<select id="ProfileUserAdvancedInfoBirthdayDay" class="InputSelect_sml">
<option value="1">1</option><option value="2">2</option><option value="3">3</option>
<option value="4">4</option><option value="5">5</option><option value="6">6</option>
<option value="7">7</option><option value="8">8</option><option value="9">9</option>
<option value="10">10</option><option value="11">11</option><option value="12">12</option>
<option value="13">13</option><option value="14">14</option><option value="15">15</option>
<option value="16">16</option><option value="17">17</option><option value="18">18</option>
<option value="19">19</option><option value="20">20</option><option value="21">21</option>
<option value="22">22</option><option value="23">23</option><option value="24">24</option>
<option value="25">25</option><option value="26">26</option><option value="27">27</option>
<option value="28">28</option><option value="29">29</option><option value="30">30</option>
<option value="31">31</option>
</select> 日
<br />
<input id="ProfileUserAdvancedInfoShowBirthday" type="checkbox" checked="checked" /><label for="ProfileUserAdvancedInfoShowBirthday">公开</label>
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style1 txtright">电子邮件:</td>
<td class="ListItemsTd ListItemsTd_style2 txtleft">
<input id="ProfileUserAdvancedInfoEmail" class="InputText" type="text" />
<br />
<input id="ProfileUserAdvancedInfoShowEmail" type="checkbox" checked="checked" /><label for="ProfileUserAdvancedInfoShowEmail">公开</label>
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style1 txtright">联系地址:</td>
<td class="ListItemsTd ListItemsTd_style2 txtleft">
<input id="ProfileUserAdvancedInfoAddress" class="InputText" type="text" />
<br />
<input id="ProfileUserAdvancedInfoShowAddress" type="checkbox" /><label for="ProfileUserAdvancedInfoShowAddress">公开</label>
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style1 txtright">IM:</td>
<td class="ListItemsTd ListItemsTd_style2 txtleft">
<input id="ProfileUserAdvancedInfoIM" class="InputText" type="text" />
<br />
<input id="ProfileUserAdvancedInfoShowIM" type="checkbox" checked="checked" /><label for="ProfileUserAdvancedInfoShowIM">公开</label>
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style1 txtright">个人简介:</td>
<td class="ListItemsTd ListItemsTd_style2 txtleft">
<textarea id="ProfileUserAdvancedInfoDescription" rows="5" class="InputText"></textarea>
<br />
可使用 UBB
</td>
</tr>
<tr>
<td colspan="2" class="ListItemsTd ListItemsTd_style3 txtcenter">
<input id="ProfileUserAdvancedInfoSubmit" type="submit" value="确定" />
</td>
</tr>
</tbody>
</table>
</form>
<form onSubmit="setProfilePostBasicInfo();return false;">
<table class="ListTable ListHeader">
<tbody>
<tr>
<td>发帖附加信息</td>
<td class="ListHeaderExpanded" onClick="switchHeaderSwitcherVisible('ProfilePostBasicInfoBody', event);"> </td>
</tr>
</tbody>
</table>
<table id="ProfilePostBasicInfoBody" class="ListTable">
<tbody>
<tr>
<td width="30%" class="ListItemsTd ListItemsTd_style1 txtright">来自:</td>
<td class="ListItemsTd ListItemsTd_style2 txtleft">
<input id="ProfilePostBasicInfoComeFrom" class="InputText" type="text" />
<br />
可使用 UBB
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style1 txtright">签名:</td>
<td class="ListItemsTd ListItemsTd_style2 txtleft">
<textarea rows="5" class="InputText" id="ProfilePostBasicInfoSignature"></textarea>
<br />
可使用 UBB
</td>
</tr>
<tr>
<td colspan="2" class="ListItemsTd ListItemsTd_style3 txtcenter">
<input id="ProfilePostBasicInfoSubmit" type="submit" value="确定" />
</td>
</tr>
</tbody>
</table>
</form>
<form onSubmit="setProfileCustomTitle();return false;">
<table class="ListTable ListHeader">
<tbody>
<tr>
<td>自定义头衔</td>
<td class="ListHeaderExpanded" onClick="switchHeaderSwitcherVisible('ProfileCustomTitleBody', event);"> </td>
</tr>
</tbody>
</table>
<table id="ProfileCustomTitleBody" class="ListTable">
<tbody>
<tr>
<td colspan="2" class="ListItemsTd ListItemsTd_style3 txtcenter">
修改自定义头衔需要达到一定等级,并且可能会对您的经验值造成影响。
</td>
</tr>
<tr>
<td width="30%" class="ListItemsTd ListItemsTd_style1 txtright">自定义头衔:</td>
<td class="ListItemsTd ListItemsTd_style2 txtleft">
<input id="ProfileCustomTitleCustomTitle" class="InputText" type="text" />
<br />
可使用 UBB
</td>
</tr>
<tr>
<td colspan="2" class="ListItemsTd ListItemsTd_style3 txtcenter">
<input id="ProfileCustomTitleSubmit" type="submit" value="确定" />
</td>
</tr>
</tbody>
</table>
</form>
<form onSubmit="setProfileFace();return false;">
<table class="ListTable ListHeader">
<tbody>
<tr>
<td>用户头像</td>
<td class="ListHeaderExpanded" onClick="switchHeaderSwitcherVisible('ProfileFaceBody', event);"> </td>
</tr>
</tbody>
</table>
<table id="ProfileFaceBody" class="ListTable">
<tbody>
<tr>
<td width="30%" class="ListItemsTd ListItemsTd_style1 txtright">启用头像:</td>
<td class="ListItemsTd ListItemsTd_style2 txtleft">
<input id="ProfileFaceEnabled" type="checkbox" /><label for="ProfileFaceEnabled">是</label>
<br />
对内置头像和自定义头像的修改都要在上面选项启用的条件下才有效。
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style1 txtright">内置头像:</td>
<td class="ListItemsTd ListItemsTd_style2 txtleft">
<img alt="内置头像预览" id="ProfileFaceSystemFacePreview" style="display:none" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -