📄 userproset.jsp
字号:
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html:html xhtml="true">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>用户资料选项</title>
<link href="css/admin.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<p> </p>
<html:form action="/adminUserProSet">
<html:hidden property="action"/>
<table width="90%" border="0" align="center" cellpadding="10" cellspacing="0" class="table1">
<tr>
<td><table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td colspan="2"><strong>用户资料选项</strong></td>
</tr>
<tr>
<td colspan="2">
<div id="errors"><html:errors/></div>
</td>
</tr>
<tr>
<td colspan="2">
<html:messages id="msg" message="true" property="resultMsg">
<div id="msgs" class="msg3">
<bean:write name="msg"/>
</div>
</html:messages>
</td>
</tr>
<tr>
<td colspan="2" class="td1"><strong>昵称中需要屏蔽的词语</strong></td>
</tr>
<tr>
<td width="60%" valign="top">在右边输入框中输入需要屏蔽的字词,用分号隔开,注意需使用正则表达式<BR></td>
<td width="40%" valign="top">
<html:textarea property="canNotUseNickName" cols="40" rows="10" styleId="canNotUseNickName" styleClass="textarea1">
</html:textarea>
</td>
</tr>
<tr>
<td colspan="2" class="td1"><strong>允许使用签名</strong></td>
</tr>
<tr>
<td>允许注册用户使用签名档 (出现在用户所发帖子下面)。</td>
<td>
<html:radio property="useSign" value="0"/>
否
<html:radio property="useSign" value="1"/>
是
</td>
</tr>
<tr>
<td colspan="2" class="td1"><strong>签名最大字符数</strong></td>
</tr>
<tr>
<td>在用户签名中可以使用的最大字节限制,注意:一个中文为3个字符。</td>
<td>
<html:text property="signMaxLen" styleId="signMaxLen" styleClass="input2" size="40"/>
</td>
</tr>
<tr>
<td colspan="2" class="td1"><strong>签名中允许使用HTML代码</strong></td>
</tr>
<tr>
<td>允许用户在个性签名中包含 HTML 代码</td>
<td>
<html:radio property="signUseHtml" value="0"/>
否
<html:radio property="signUseHtml" value="1"/>
是
</td>
</tr>
<tr>
<td colspan="2" class="td1"><strong>签名中允许使用UBB代码</strong></td>
</tr>
<tr>
<td>允许用户在个性签名中使用UBB代码?(例如 [b]、[i] 等)</td>
<td>
<html:radio property="signUseUBB" value="0"/>
否
<html:radio property="signUseUBB" value="1"/>
是</td>
</tr>
<tr>
<td colspan="2" class="td1"><strong>签名中允许表情图标</strong></td>
</tr>
<tr>
<td>是否允许用户在他们的签名中使用表情图标</td>
<td>
<html:radio property="signUseSmile" value="0"/>
否
<html:radio property="signUseSmile" value="1"/>
是
</td>
</tr>
<tr>
<td colspan="2">
<div align="center">
<html:submit styleClass="button2">保存</html:submit>
</div></td>
</tr>
</table></td>
</tr>
</table>
</html:form>
<p> </p>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -