📄 forumsetup.aspx
字号:
屏蔽语言:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="Badwords" type="text" class="input_text" runat="server" />
<br />
用“|”分隔多个内容
</td>
</tr>
</tbody>
<tbody>
<tr>
<td colspan="2" class="ListItemsTd ListItemsTd_style3 txtcenter">
<input id="ForbiddenContentsBtn" type="button" value="确定" runat="server" onServerClick="ForbiddenContentsBtn_Click" />
</td>
</tr>
</tbody>
</table>
<table class="ListTable">
<tbody>
<tr>
<td colspan="2" class="ListHeaderSub">论坛扩展</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="30%" class="ListItemsTd ListItemsTd_style2 txtright">
启用表情:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="MoodEnabled" type="checkbox" runat="server" /><label for="MoodEnabled">是</label>
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style2 txtright">
启用代码:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="CodeEnabled" type="checkbox" runat="server" /><label for="CodeEnabled">是</label>
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style2 txtright">
启用投票:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="VoteEnabled" type="checkbox" runat="server" /><label for="VoteEnabled">是</label>
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style2 txtright">
附件最大容量:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="UploadSizeLimit" type="text" class="input_text" runat="server" />
<br />
单位:字节
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style2 txtright">
每帖最多可上传附件数:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="UploadCountLimitPerPost" type="text" class="input_text" runat="server" />
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style2 txtright">
可作为附件的类型:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="UploadTypeLimit" type="text" class="input_text" runat="server" />
<br />
用“|”分隔多个内容
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style2 txtright">
每个主题最多可给分:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="EPRemarkLimitPerTopic" type="text" class="input_text" runat="server" />
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style2 txtright">
每个帖子最多可给分:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="EPRemarkLimitPerPost" type="text" class="input_text" runat="server" />
</td>
</tr>
</tbody>
<tbody>
<tr>
<td colspan="2" class="ListItemsTd ListItemsTd_style3 txtcenter">
<input id="ExtensionsBtn" type="button" value="确定" runat="server" onServerClick="ExtensionsBtn_Click" />
</td>
</tr>
</tbody>
</table>
<table class="ListTable">
<tbody>
<tr>
<td colspan="2" class="ListHeaderSub">高级选项</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="30%" class="ListItemsTd ListItemsTd_style2 txtright">
论坛启动后自动进入维护状态:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="MaintainingOnStart" type="checkbox" runat="server" /><label for="MaintainingOnStart">是</label>
</td>
</tr>
<tr>
<td width="30%" class="ListItemsTd ListItemsTd_style2 txtright">
自动锁定新用户:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="LockNewUser" type="checkbox" runat="server" /><label for="LockNewUser">是</label>
</td>
</tr>
<tr>
<td width="30%" class="ListItemsTd ListItemsTd_style2 txtright">
用户注册信息更改时通知管理员:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="NotifyAdminWhenRegInfoChanged" type="checkbox" runat="server" /><label for="NotifyAdminWhenRegInfoChanged">是</label>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td colspan="2" class="ListItemsTd ListItemsTd_style3 txtcenter">
<input id="AdvancedOptionsBtn" type="button" value="确定" runat="server" onServerClick="AdvancedOptionsBtn_Click" />
</td>
</tr>
</tbody>
</table>
<table class="ListTable">
<tbody>
<tr>
<td colspan="2" class="ListHeaderSub">系统邮件服务</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="30%" class="ListItemsTd ListItemsTd_style2 txtright">
SMTP 服务器:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="SystemEmailSmtpServer" type="text" class="input_text" runat="server" />
<br />
不填代表使用本机邮件服务器 127.0.0.1,将利用本机 IIS 发送
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style2 txtright">
SSL 加密传输:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="SystemEmailSslEnabled" type="checkbox" runat="server" /><label for="SystemEmailSslEnabled">启用</label>
<br />
请在启用前确认邮件服务器是否支持 SSL。
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style2 txtright">
邮箱地址:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="SystemEmailAddress" type="text" class="input_text" runat="server" />
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style2 txtright">
邮箱用户名:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="SystemEmailUserName" type="text" class="input_text" runat="server" />
<br />
用户名和密码若不填则代表匿名发送,一般邮件服务器不会支持此种方式
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style2 txtright">
邮箱密码:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="SystemEmailPassword" type="text" class="input_text" runat="server" />
</td>
</tr>
</tbody>
<tbody>
<tr>
<td colspan="2" class="ListItemsTd ListItemsTd_style3 txtcenter">
<input id="SystemEmailInfoBtn" type="button" value="确定" runat="server" onServerClick="SystemEmailInfoBtn_Click" />
</td>
</tr>
</tbody>
</table>
<table class="ListTable">
<tbody>
<tr>
<td colspan="2" class="ListHeaderSub">论坛安装资料</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="30%" class="ListItemsTd ListItemsTd_style2 txtright">
版权声明:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="Copyright" type="text" class="input_text" runat="server" />
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style2 txtright">
维护声明:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<input id="Maintain" type="text" class="input_text" runat="server" />
</td>
</tr>
<tr>
<td class="ListItemsTd ListItemsTd_style2 txtright">
其它:
</td>
<td class="ListItemsTd ListItemsTd_style1 txtleft">
<br />
<textarea id="OtherInfo" rows="5" class="input_text" runat="server"></textarea>
<br />
可使用 UBB
</td>
</tr>
</tbody>
<tbody>
<tr>
<td colspan="2" class="ListItemsTd ListItemsTd_style3 txtcenter">
<input id="ForumSetupInfoBtn" type="button" value="确定" runat="server" onServerClick="ForumSetupInfoBtn_Click" />
</td>
</tr>
</tbody>
</table>
</form>
</td></tr></tbody></table>
<!-- InstanceEndEditable -->
</div>
</div>
</body>
<!-- InstanceEnd --></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -