📄 memcp_profile.jsp
字号:
<tr><th><label for="msnnew">MSN</label></th><td><input type="text" name="msnnew" id="msnnew" size="25" value="${memberfield.msn}" maxlength="40"/></td></tr>
<tr><th><label for="taobaonew">阿里旺旺</label></th><td><input type="text" name="taobaonew" id="taobaonew" size="25" value="${memberfield.taobao}" maxlength="40"/></td></tr>
<tr><th><label for="alipaynew">财付通账号</label></th><td><input type="text" name="alipaynew" id="alipaynew" size="25" value="${memberfield.alipay}" maxlength="50"/></td></tr>
</c:when><c:when test="${typeid==3&&(profilelist!=null||requiredfile!=null)}">
<c:if test="${requiredfile!=null}">
<thead class="separation"><tr><td colspan="2">基本信息 ( * 为必填项)</td></tr></thead>
<c:forEach items="${requiredfile}" var="profile"><tr><th>${profile.title}</th><td><c:choose><c:when test="${profile.selective==1}">${profile.select}</c:when><c:otherwise><input type="text" name="profile${profile.fieldid}" value="${profile.select}" maxlength="50" ${profile.unchangeable==1 && profile.select!=null&&profile.select!=''?"disabled":""}/></c:otherwise></c:choose></td></tr></c:forEach>
</c:if>
<c:if test="${profilelist!=null}">
<thead class="separation"><tr><td colspan="2">扩展信息</td></tr></thead>
<c:forEach items="${profilelist}" var="profile"><tr><th>${profile.title}</th><td><c:choose><c:when test="${profile.selective==1}">${profile.select}</c:when><c:otherwise><input type="text" name="profile${profile.fieldid}" value="${profile.select}" ${profile.unchangeable==1 && profile.select!=null&&profile.select!=''?"disabled":""}/></c:otherwise></c:choose></td></tr></c:forEach>
</c:if>
</c:when><c:when test="${typeid==4}">
<c:choose>
<c:when test="${usergroups.allowavatar==1}"><tr><th valign="top"><label for="urlavatar">头像</label></th><td><span id="avatarpreview"><c:if test="${!empty memberfield.avatar}"><img src="${memberfield.avatar}" /><br /></c:if></span> <input type="text" name="urlavatar" id="urlavatar" onchange="previewavatar(this.value)" size="25" value="${memberfield.avatar}" /> <a href="member.do?action=viewavatars&page=1" onclick="ajaxget(this.href, 'avatardiv');doane(event);">论坛头像列表</a> <span id="statusid"></span> <div id="avatardiv" style="display: none; margin-top: 10px;"></div></td></tr></c:when>
<c:when test="${usergroups.allowavatar==2}"><tr><th valign="top"><label for="urlavatar">头像</label></th><td><span id="avatarpreview"><c:if test="${!empty memberfield.avatar}"><img src="${memberfield.avatar}" width="${memberfield.avatarwidth}" height="${memberfield.avatarheight}"/><br /></c:if></span> <input type="text" name="urlavatar" id="urlavatar" onchange="previewavatar(this.value)" size="25" value="${memberfield.avatar}" /> <a href="member.do?action=viewavatars&page=1" onclick="ajaxget(this.href, 'avatardiv');doane(event);">论坛头像列表</a> <div id="avatardiv" style="display: none; margin-top: 10px;"></div><br />宽: <input type="text" name="avatarwidthnew" id="avatarwidthnew" size="1" value="${memberfield.avatarwidth==0 ? '*' : memberfield.avatarwidth}" /> 高: <input type="text" name="avatarheightnew" id="avatarheightnew" size="1" value="${memberfield.avatarheight==0 ? '*' : memberfield.avatarheight}" /></td></tr></c:when>
<c:when test="${usergroups.allowavatar==3}"><tr><th valign="top"><label for="urlavatar">头像</label></th><td><span id="avatarpreview"><c:if test="${!empty memberfield.avatar}"><img src="${memberfield.avatar}" width="${memberfield.avatarwidth}" height="${memberfield.avatarheight}"/><br /></c:if></span> <input type="text" name="urlavatar" id="urlavatar" onchange="previewavatar(this.value)" size="25" value="${memberfield.avatar}" /> <a href="member.do?action=viewavatars&page=1" onclick="ajaxget(this.href, 'avatardiv');doane(event);">论坛头像列表</a> <div id="avatardiv" style="display: none; margin-top: 10px;"></div><br /><input type="file" name="customavatar" onchange="$('avatarwidthnew').value = $('avatarheightnew').value = '*';$('urlavatar').value = '';if(this.value) previewavatar('');" size="25" /><br />宽: <input type="text" name="avatarwidthnew" id="avatarwidthnew" size="1" value="${memberfield.avatarwidth==0 ? '*' : memberfield.avatarwidth}" /> 高: <input type="text" name="avatarheightnew" id="avatarheightnew" size="1" value="${memberfield.avatarheight==0 ? '*' : memberfield.avatarheight}" /></td></tr></c:when>
</c:choose>
<tr>
<th valign="top"><label for="bionew">自我介绍 (${usergroups.maxbiosize>0? usergroups.maxbiosize : 200} 字节以内)<br/><em>不支持自定义 JspRun! 代码<br /><br /><a href="faq.jsp?action=message&id=18" target="_blank">JspRun!代码</a> <b>${usergroups.allowbiobbcode>0?"可用":"禁用"}</b><br />[img] 代码 <b>${usergroups.allowbioimgcode>0?"可用":"禁用"}</b><br/><br/><a href="###" onclick="allowbbcode = allowbiobbcode;allowimgcode = allowbioimgcode;$('biopreview').innerHTML = bbcode2html($('bionew').value)">预览</a></em></label></th>
<td><div id="biopreview"></div><textarea rows="8" cols="30" style="width: 380px" id="bionew" name="bionew" type="_moz">${bio}</textarea></td>
</tr>
<tr>
<th valign="top"><label for="biotradenew">店铺介绍 (${settings.maxbiotradesize > 0 ? settings.maxbiotradesize : 400} 字节以内)<br /><em>不支持自定义 JspRun! 代码<br /><br /><a href="faq.jsp?action=message&id=18" target="_blank">JspRun!代码</a> <b>${usergroups.allowbiobbcode>0?"可用":"禁用"}</b><br />[img] 代码 <b>${usergroups.allowbioimgcode>0?"可用":"禁用"}</b><br /><br /><a href="###" onclick="allowbbcode = 1;allowimgcode = 1;$('biotradepreview').innerHTML = bbcode2html($('biotradenew').value)">预览</a></em></label></th>
<td><div id="biotradepreview"></div><textarea rows="8" cols="30" style="width: 380px" id="biotradenew" name="biotradenew">${shop}</textarea></td>
</tr>
<c:if test="${usergroups.maxsigsize>0}">
<tr>
<th valign="top"><label for="signaturenew">个人签名 (${usergroups.maxsigsize} 字节以内)<br /><em>不支持自定义 JspRun! 代码</em><br /><br /><em><a href="faq.jsp?action=message&id=18" target="_blank">JspRun!代码</a> <b>${usergroups.allowbiobbcode>0?"可用":"禁用"}</b><br />[img] 代码 <b>${usergroups.allowbioimgcode>0?"可用":"禁用"}</b><br /><br /><a href="###" onclick="allowbbcode = allowsigbbcode;allowimgcode = allowsigimgcode;$('signaturepreview').innerHTML = bbcode2html($('signaturenew').value)">预览</a></em></label></th>
<td><div id="signaturepreview"></div><textarea rows="8" cols="30" style="width: 380px" id="signaturenew" name="signaturenew" type="_moz">${memberfield.sightml}</textarea></td>
</tr>
</c:if>
</c:when><c:when test="${typeid==5}">
<tr><th>界面风格</th><td><select name="styleidnew"><option value="0">- 使用默认 -</option><c:forEach items="${stylejump}" var="style"><option value="${style.key}" ${style.key==members.styleid?"selected":""}>${style.value}</option></c:forEach></select></td></tr>
<tr><th>每页主题数</th><td><select name="tppnew"><option value="0" selected="selected">- 使用默认 -</option><option value="10" ${members.tpp==10?"selected":""}>10</option><option value="20" ${members.tpp==20?"selected":""}>20</option><option value="30" ${members.tpp==30?"selected":""}>30</option></select></td></tr>
<tr><th>每页帖数</th><td><select name="pppnew"><option value="0" selected="selected">- 使用默认 -</option><option value="5" ${members.ppp==5?"selected":""}>5</option><option value="10" ${members.ppp==10?"selected":""}>10</option><option value="15" ${members.ppp==15?"selected":""}>15</option></select></td></tr>
<tr><th>签名显示设置</th><td><select name="ssnew"><option value="2" ${custom[2]==2?"selected":""}>- 使用默认 -</option><option value="1" ${custom[2]==1?"selected":""}>显示签名</option><option value="0" ${custom[2]==0?"selected":""}>不显示签名</option></select></td></tr>
<tr><th>头像显示设置</th><td><select name="sanew"><option value="2" ${custom[1]==2?"selected":""}>- 使用默认 -</option><option value="1" ${custom[1]==1?"selected":""}>显示头像</option><option value="0" ${custom[1]==0?"selected":""}>不显示头像</option></select></td></tr>
<tr><th>图片显示设置<br /><em>包括上传的附件图片和 [img] 代码图片</em></th><td><select name="sinew"><option value="2" ${custom[0]==2?"selected":""}>- 使用默认 -</option><option value="1" ${custom[0]==1?"selected":""}>显示图片</option><option value="0" ${custom[0]==0?"selected":""}>不显示图片</option></select></td></tr>
<tr><th>编辑器模式</th><td><select name="editormodenew"><option value="2" ${members.editormode==2?"selected":""}>- 使用默认 -</option><option value="0" ${members.editormode==0?"selected":""}>JspRun! 代码模式</option><option value="1" ${members.editormode==1?"selected":""}>所见即所得模式</option></select></td></tr>
<tr><th>时差设定</th><td><select name="timeoffsetnew">
<option value="9999" ${members.timeoffset==9999?"selected":""}>- 使用默认 -</option>
<option value="-12" ${members.timeoffset==-12?"selected":""}>(GMT -12:00) Eniwetok, Kwajalein</option>
<option value="-11" ${members.timeoffset==-11?"selected":""}>(GMT -11:00) Midway Island, Samoa</option>
<option value="-10" ${members.timeoffset==-10?"selected":""}>(GMT -10:00) Hawaii</option>
<option value="-9" ${members.timeoffset==-9?"selected":""}>(GMT -09:00) Alaska</option>
<option value="-8" ${members.timeoffset==-8?"selected":""}>(GMT -08:00) Pacific Time (US & Canada), Tijuana</option>
<option value="-7" ${members.timeoffset==-7?"selected":""}>(GMT -07:00) Mountain Time (US & Canada), Arizona</option>
<option value="-6" ${members.timeoffset==-6?"selected":""}>(GMT -06:00) Central Time (US & Canada), Mexico City</option>
<option value="-5" ${members.timeoffset==-5?"selected":""}>(GMT -05:00) Eastern Time (US & Canada), Bogota, Lima, Quito</option>
<option value="-4" ${members.timeoffset==-4?"selected":""}>(GMT -04:00) Atlantic Time (Canada), Caracas, La Paz</option>
<option value="-3.5" ${members.timeoffset==-3.5?"selected":""}>(GMT -03:30) Newfoundland</option>
<option value="-3" ${members.timeoffset==-3?"selected":""}>(GMT -03:00) Brassila, Buenos Aires, Georgetown, Falkland Is</option>
<option value="-2" ${members.timeoffset==-2?"selected":""}>(GMT -02:00) Mid-Atlantic, Ascension Is., St. Helena</option>
<option value="-1" ${members.timeoffset==-1?"selected":""}>(GMT -01:00) Azores, Cape Verde Islands</option>
<option value="0" ${members.timeoffset==0?"selected":""}>(GMT) Casablanca, Dublin, Edinburgh, London, Lisbon, Monrovia</option>
<option value="1" ${members.timeoffset==1?"selected":""}>(GMT +01:00) Amsterdam, Berlin, Brussels, Madrid, Paris, Rome</option>
<option value="2" ${members.timeoffset==2?"selected":""}>(GMT +02:00) Cairo, Helsinki, Kaliningrad, South Africa</option>
<option value="3" ${members.timeoffset==3?"selected":""}>(GMT +03:00) Baghdad, Riyadh, Moscow, Nairobi</option>
<option value="3.5" ${members.timeoffset==3.5?"selected":""}>(GMT +03:30) Tehran</option>
<option value="4" ${members.timeoffset==4?"selected":""}>(GMT +04:00) Abu Dhabi, Baku, Muscat, Tbilisi</option>
<option value="4.5" ${members.timeoffset==4.5?"selected":""}>(GMT +04:30) Kabul</option>
<option value="5" ${members.timeoffset==5?"selected":""}>(GMT +05:00) Ekaterinburg, Islamabad, Karachi, Tashkent</option>
<option value="5.5" ${members.timeoffset==5.5?"selected":""}>(GMT +05:30) Bombay, Calcutta, Madras, New Delhi</option>
<option value="5.75" ${members.timeoffset==5.75?"selected":""}>(GMT +05:45) Katmandu</option>
<option value="6" ${members.timeoffset==6?"selected":""}>(GMT +06:00) Almaty, Colombo, Dhaka, Novosibirsk</option>
<option value="6.5" ${members.timeoffset==6.5?"selected":""}>(GMT +06:30) Rangoon</option>
<option value="7" ${members.timeoffset==7?"selected":""}>(GMT +07:00) Bangkok, Hanoi, Jakarta</option>
<option value="8" ${members.timeoffset==8?"selected":""}>(GMT +08:00) Beijing, Hong Kong, Perth, Singapore, Taipei</option>
<option value="9" ${members.timeoffset==9?"selected":""}>(GMT +09:00) Osaka, Sapporo, Seoul, Tokyo, Yakutsk</option>
<option value="9.5" ${members.timeoffset==9.5?"selected":""}>(GMT +09:30) Adelaide, Darwin</option>
<option value="10" ${members.timeoffset==10?"selected":""}>(GMT +10:00) Canberra, Guam, Melbourne, Sydney, Vladivostok</option>
<option value="11" ${members.timeoffset==11?"selected":""}>(GMT +11:00) Magadan, New Caledonia, Solomon Islands</option>
<option value="12" ${members.timeoffset==12?"selected":""}>(GMT +12:00) Auckland, Wellington, Fiji, Marshall Island</option>
</select></td></tr>
<tr><th>时间格式</th><td><label><input type="radio" value="0" name="timeformatnew" ${members.timeformat==0?"checked":""}/>默认 </label> <label><input type="radio" value="1" name="timeformatnew" ${members.timeformat==1?"checked":""}/>12 小时 </label> <label><input type="radio" value="2" name="timeformatnew" ${members.timeformat==2?"checked":""}/>24 小时</label></td></tr>
<tr><th>日期格式</th><td><select name="dateformatnew"><option value="0" ${members.dateformat==0?"selected":""}>默认</option><c:forEach items="${userdateformats}" var="userdateformat" varStatus="index"><option value="${index.count}" ${index.count==members.dateformat?"selected":""}>${userdateformat}</option></c:forEach></select></td></tr>
<tr><th>短消息提示音</th><td><label><input type="radio" value="0" name="pmsoundnew" ${members.pmsound==0?"checked":""}/>无 </label> <label><input type="radio" value="1" name="pmsoundnew" ${members.pmsound==1?"checked":""}/><a href="images/sound/pm_1.wav">#1</a> </label> <label><input type="radio" value="2" name="pmsoundnew" ${members.pmsound==2?"checked":""}/><a href="images/sound/pm_2.wav">#2</a> </label> <label><input type="radio" value="3" name="pmsoundnew" ${members.pmsound==3?"checked":""}/><a href="images/sound/pm_3.wav">#3</a></label></td></tr>
<tr><th>其他选项</th><td><c:if test="${usergroups.allowinvisible>0}"><label><input type="checkbox" name="invisiblenew" value="1" ${members.invisible>0?'checked':''} /> 在线列表中隐身</label><br /></c:if><label><input type="checkbox" name="showemailnew" value="1" ${members.showemail>0?'checked' : ''} /> Email 地址可见</label><br /><label><input type="checkbox" name="newsletternew" value="1" ${members.newsletter>0?'checked' : ''}/> 同意接收论坛通知 (Email 或短消息)</label><br /></td></tr>
</c:when></c:choose>
<tr><th> </th><td><button type="submit" class="submit" name="editsubmit" id="editsubmit" value="true">提交</button></td></tr>
</table>
</div>
</form>
</div>
<div class="side"><jsp:include flush="true" page="personal_navbar.jsp" /></div>
</div>
<jsp:include flush="true" page="footer.jsp" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -