📄 pmset.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="/aminPmSet">
<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">
<div id="msgs" class="msg3">
<html:messages id="msg" message="true" property="resultMsg">
<bean:write name="msg"/>
</html:messages>
</div>
</td>
</tr>
<tr>
<td colspan="2" class="td1"><strong>启用悄悄话系统</strong></td>
</tr>
<tr>
<td width="60%">打开/关闭整个悄悄话系统。</td>
<td width="40%">
<html:radio property="usePm" value="0"/>
否
<html:radio property="usePm" value="1"/>
是
</td>
</tr>
<!--
<tr>
<td colspan="2" class="td1"><strong>悄悄话提醒</strong></td>
</tr>
<tr>
<td>如果选择“是”,用户调用页面时,系统会自动监测悄悄话数据库。如果有新的悄悄话,则会在页面中提示用户。<strong>注意:检测悄悄话会给系统带来严重的负担,建议不使用此项功能。</strong></td>
<td valign="top">
<html:radio property="checkNewPm" value="0"/>
否
<html:radio property="checkNewPm" value="1"/>
是
</td>
</tr>-->
<tr>
<td colspan="2" class="td1"><strong>每个悄悄话的最大字节数</strong></td>
</tr>
<tr>
<td>在悄悄话里允许的最大字节数,注意1个中文为3个字节。<br></td>
<td>
<html:text property="pmMaxLength" styleId="pmMaxLength" styleClass="input2" size="40"/>
</td>
</tr>
<tr>
<td colspan="2" class="td1"><strong>灌水检查 - 发送悄悄话最少间隔时间</strong></td>
</tr>
<tr>
<td>悄悄话灌水检查。设置两条悄悄话之间的最短时间间隔,防止一个用户在短时间内给另一用户发送大量的“垃圾”悄悄话信息,单位为秒。<br>
设置为 0 禁用此功能。</td>
<td valign="top">
<html:text property="pmFloodTime" styleId="pmFloodTime" styleClass="input2" size="40"/>
</td>
</tr>
<tr>
<td colspan="2" class="td1"><strong>每页默认悄悄话数量</strong></td>
</tr>
<tr>
<td>此设置允许您定义在悄悄话列表页每页显示的悄悄话默认数量。</td>
<td>
<html:text property="pmPerPage" styleId="pmPerPage" styleClass="input2" size="40"/>
</td>
</tr>
<!--
<tr>
<td colspan="2" class="td1"><strong>允许悄悄话信息图标</strong></td>
</tr>
<tr>
<td>允许在悄悄话中使用标准信息图标?</td>
<td>
<html:radio property="pmAllowFace" value="0"/>
否
<html:radio property="pmAllowFace" value="1"/>
是
</td>
</tr>-->
<tr class="td1">
<td colspan="2"><strong>允许在悄悄话中使用 UBB 代码</strong></td>
</tr>
<tr>
<td>允许用户在悄悄话中使用 UBB 代码? (比如 [b]、[i] 等。)</td>
<td>
<html:radio property="pmAllowUBB" value="0"/>
否
<html:radio property="pmAllowUBB" value="1"/>
是
</td>
</tr>
<tr>
<td colspan="2" class="td1"><strong>允许在悄悄话中使用表情图标</strong></td>
</tr>
<tr>
<td>允许用户在悄悄话中包含表情图标?</td>
<td>
<html:radio property="pmAllowSmilies" value="0"/>
否
<html:radio property="pmAllowSmilies" value="1"/>
是
</td>
</tr>
<tr>
<td colspan="2" class="td1"><strong>允许在悄悄话中使用 HTML 代码</strong></td>
</tr>
<tr>
<td>允许用户在悄悄话中包含 HTML 代码?<br>
(强烈推荐选择“否”。) </td>
<td valign="top">
<html:radio property="pmAllowHTML" value="0"/>
否
<html:radio property="pmAllowHTML" 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 + -