📄 main.jsp
字号:
<c:when test="${param.action=='updatecache'}"><jsp:forward page="/database.do?action=updateForumCache"/><!-- 更新缓存 --></c:when>
<c:when test="${param.action=='counter'&¶m.forum=='yes'}"><jsp:forward page="/systemtool.do?action=forumsubmit"/><!-- 更新论坛统计 --></c:when>
<c:when test="${param.action=='counter'&¶m.digest=='yes'}"><jsp:forward page="/systemtool.do?action=digestsubmit"/><!-- 更新论坛统计 --></c:when>
<c:when test="${param.action=='counter'&¶m.member=='yes'}"><jsp:forward page="/systemtool.do?action=membersubmit"/><!-- 更新论坛统计 --></c:when>
<c:when test="${param.action=='counter'&¶m.thread=='yes'}"><jsp:forward page="/systemtool.do?action=threadsubmit"/><!-- 更新论坛统计 --></c:when>
<c:when test="${param.action=='counter'&¶m.movedthread=='yes'}"><jsp:forward page="/systemtool.do?action=movedthreadsubmit"/><!-- 更新论坛统计 --></c:when>
<c:when test="${param.action=='counter'&¶m.cleanup=='yes'}"><jsp:forward page="/systemtool.do?action=cleanupsubmit"/><!-- 更新论坛统计 --></c:when>
<c:when test="${param.action=='counter'}"><jsp:include flush="true" page="counter/counter.jsp"/><!-- 更新论坛统计 --></c:when>
<c:when test="${param.action=='gojssetting'}"><jsp:forward page="/systemtool.do?action=gojsSetting"/><!-- JS调用设置 --></c:when>
<c:when test="${param.action=='jssetting'}"><jsp:forward page="/systemtool.do?action=jsSetting"/><!-- JS调用设置 --></c:when>
<c:when test="${param.action=='jswizard'&¶m.jsthreads=='yes'}"><jsp:forward page="/systemtool.do?action=jsthreads"/><!-- JS调用设置 --></c:when>
<c:when test="${param.action=='jswizard'&¶m.jsforums=='yes'}"><jsp:forward page="/systemtool.do?action=jsforums"/><!-- JS调用设置 --></c:when>
<c:when test="${param.action=='jswizard'&¶m.jsmemberrank=='yes'}"><jsp:forward page="/systemtool.do?action=jsmemberrank"/><!-- JS调用设置 --></c:when>
<c:when test="${param.action=='jswizard'&¶m.jsstats=='yes'}"><jsp:forward page="/systemtool.do?action=jsstats"/><!-- JS调用设置 --></c:when>
<c:when test="${param.action=='jswizard'&¶m.jsimages=='yes'}"><jsp:forward page="/systemtool.do?action=jsimages"/><!-- JS调用设置 --></c:when>
<c:when test="${param.action=='jswizard'&¶m.jscustom=='yes'}"><jsp:forward page="/systemtool.do?action=jscustom"/><!-- JS调用设置 --></c:when>
<c:when test="${param.action=='jswizard'&¶m.editjswizard=='yes'}"><jsp:forward page="/systemtool.do?action=jswizard"/><!-- JS调用设置 --></c:when>
<c:when test="${param.action=='jswizard'&¶m.editjsthreads=='yes'}"><jsp:forward page="/systemtool.do?action=editjsthreads"/><!-- JS调用设置 --></c:when>
<c:when test="${param.action=='jswizard'&¶m.editjsforums=='yes'}"><jsp:forward page="/systemtool.do?action=editjsforums"/><!-- JS调用设置 --></c:when>
<c:when test="${param.action=='jswizard'&¶m.editjsmembers=='yes'}"><jsp:forward page="/systemtool.do?action=editjsmembers"/><!-- JS调用设置 --></c:when>
<c:when test="${param.action=='jswizard'&¶m.editjsstats=='yes'}"><jsp:forward page="/systemtool.do?action=editjsstats"/><!-- JS调用设置 --></c:when>
<c:when test="${param.action=='jswizard'&¶m.editjsimages=='yes'}"><jsp:forward page="/systemtool.do?action=editjsimages"/><!-- JS调用设置 --></c:when>
<c:when test="${param.action=='jswizard'&¶m.editjscoustem=='yes'}"><jsp:forward page="/systemtool.do?action=editjscoustem"/><!-- JS调用设置 --></c:when>
<c:when test="${param.action=='jswizard'}"><jsp:forward page="/systemtool.do?action=jsinit"/><!-- JS调用设置 --></c:when>
<c:when test="${param.action=='pmprune'&¶m.batch=='yes'}"><jsp:forward page="/pmprune.do?pmpruneaction=batchPmprune"/><!-- 短消息管理 --></c:when>
<c:when test="${param.action=='pmprune'}"><jsp:include flush="true" page="counter/pmprune.jsp"/><!-- 短消息管理 --></c:when>
<c:when test="${param.action=='project'}"><jsp:forward page="/project.do?action=toProject" /><!-- 论坛方案设置 --></c:when>
<c:when test="${param.action=='editproject'}"><jsp:forward page="/project.do?action=project" /><!-- 论坛方案设置 --></c:when>
<c:when test="${param.action=='projectapply'}"><jsp:forward page="/project.do?action=toProjectapply" /><!-- 论坛方案应用 --></c:when>
<c:when test="${param.action=='editprojectapply'}"><jsp:forward page="/project.do?action=projectapply" /><!-- 论坛方案应用 --></c:when>
<c:when test="${param.action=='fileperms'}"><jsp:forward page="/sysfile.do?fileaction=checkFileperms"/><!-- 文件权限检查 --></c:when>
<c:when test="${param.action=='filecheck'}"><jsp:forward page="/sysfile.do?fileaction=checkFileIntegrity&filechek=yes"/><!-- 文件校验 --></c:when>
<c:when test="${param.action=='illegallog'}"><jsp:forward page="/sysutil.do?useraction=illegallogRead"/><!-- 密码错误记录 --></c:when>
<c:when test="${param.action=='ratelog'}"><jsp:forward page="/sysutil.do?useraction=userLogRead"/><!-- 用户评分记录 --></c:when>
<c:when test="${param.action=='creditslog'}"><jsp:forward page="/sysutil.do?useraction=creditslogRead"/><!-- 积分交易记录 --></c:when>
<c:when test="${param.action=='modslog'}"><jsp:forward page="/sysutil.do?useraction=modsRead"/><!-- 版主管理记录 --></c:when>
<c:when test="${param.action=='medalslog'}"><jsp:forward page="/sysutil.do?useraction=medalsLogRead"/><!-- 勋章授予记录 --></c:when>
<c:when test="${param.action=='banlog'}"><jsp:forward page="/sysutil.do?useraction=banLogRead"/><!-- 禁止用户记录 --></c:when>
<c:when test="${param.action=='cplog'}"><jsp:forward page="/sysutil.do?useraction=cplogRead"/><!-- 后台访问记录 --></c:when>
<c:when test="${param.action=='magiclog'}"><jsp:forward page="/sysutil.do?useraction=magiclogRead"/><!-- 道具操作记录 --></c:when>
<c:when test="${param.action=='invitelog'}"><jsp:forward page="/sysutil.do?useraction=inviteslogRead"/><!-- 邀请注册记录 --></c:when>
<c:when test="${param.action=='errorlog'}"><jsp:forward page="/sysutil.do?useraction=errorlogRead"/><!-- 系统错误记录 --></c:when>
<c:when test="${param.action=='creditwizard'}"><jsp:forward page="/basicsettings.do?param=creditsGuide"/><!-- 积分策略向导 (积分项目设置)--></c:when>
<c:when test="${param.action=='toCreditExpression'}"><jsp:forward page="/basicsettings.do?param=toCreditExpression"/><!-- 积分策略向导 (积分公式设置)--></c:when>
<c:when test="${param.action=='toCreditPurpose'}"><jsp:forward page="/basicsettings.do?param=toCreditPurpose"/><!-- 积分策略向导 (积分用途设置 )--></c:when>
<c:when test="${param.action=='export'}"><jsp:forward page="/database.do?action=toExport" /><!-- 资料备份 --></c:when>
<c:when test="${param.action=='exportData'}"><jsp:forward page="/database.do?action=exportData" /><!-- 资料备份 --></c:when>
<c:when test="${param.action=='import'}"><jsp:forward page="/database.do?action=toImport" /><!-- 资料恢复 --></c:when>
<c:when test="${param.action=='importData'}"><jsp:forward page="/database.do?action=importData" /><!-- 资料恢复 --></c:when>
<c:when test="${param.action=='importFile'}"><jsp:forward page="/database.do?action=importFile" /><!-- 资料恢复 --></c:when>
<c:when test="${param.action=='importZipFile'}"><jsp:forward page="/database.do?action=importZipFile" /><!-- 资料恢复 --></c:when>
<c:when test="${param.action=='runquery'}"><jsp:forward page="/database.do?action=runquery" /><!-- 数据库升级 --></c:when>
<c:when test="${param.action=='optimize'}"><jsp:forward page="/database.do?action=optimize" /><!-- 数据库优化 --></c:when>
<c:when test="${param.action=='dbcheck'}"><jsp:forward page="/database.do?action=toDbcheck" /><!-- 数据库校验 --></c:when>
<c:when test="${param.action=='moddbcheck'}"><jsp:forward page="/database.do?action=dbcheck" /><!-- 数据库校验 --></c:when>
<c:when test="${param.action=='editmembers'}"><jsp:include flush="true" page="members/editmember.jsp"/><!-- 超版和版主的编缉用户 --></c:when>
<c:otherwise>
<c:set var="resultInfo" value="对不起,管理员设定了您没有权限使用本功能。" scope="request"/>
<jsp:forward page="result.jsp"/>
</c:otherwise>
</c:choose>
</c:when>
<c:when test="${param.action=='forumrecommend'}"><jsp:forward page="/posts.do?postsaction=toforumrecommend"/><!-- 推荐主题 --></c:when>
<c:when test="${param.action=='fromforumrecommend'}"><jsp:forward page="/posts.do?postsaction=fromForumrecommend"/><!-- 推荐主题 --></c:when>
<c:when test="${param.action=='batchpruneforum'}"><jsp:forward page="/posts.do?postsaction=batchPruneForum"/><!-- 推荐主题 --></c:when>
<c:when test="${param.action=='pageforumrecommend'}"><jsp:forward page="/posts.do?postsaction=pageForumrecommend"/><!-- 推荐版块分页 --></c:when>
<c:when test="${param.action=='censor'&¶m.batch=='yes'&& usergroups.allowcensorword==1}"><jsp:forward page="/posts.do?postsaction=batchWords"/><!-- 词语过滤 --></c:when>
<c:when test="${param.action=='censor'&¶m.batcharea=='yes'&& usergroups.allowcensorword==1}"><jsp:forward page="/posts.do?postsaction=batchWordsTextarea"/><!-- 词语过滤 --></c:when>
<c:when test="${param.action=='censor'&¶m.searchpage=='yes'&& usergroups.allowcensorword==1}"><jsp:forward page="/posts.do?postsaction=pageWords"/><!-- 词语过滤分页 --></c:when>
<c:when test="${param.action=='censor'&&usergroups.allowcensorword==1}"><jsp:forward page="/posts.do?postsaction=toWords"/><!-- 词语过滤 --></c:when>
<c:when test="${param.action=='forumrules'}"><jsp:forward page="/forumsedit.do?action=forumrules" /><!-- 版块规则 --></c:when>
<c:when test="${param.action=='editmember'&&usergroups.allowedituser==1}"><jsp:forward page="/user.do?useraction=editmembers"/><!-- 超版和版主编辑用户 --></c:when>
<c:when test="${param.action=='editextmembers'&&usergroups.allowedituser==1}"><jsp:forward page="/user.do?useraction=editextmembers"/><!-- 超版和版主编辑用户 --></c:when>
<c:when test="${param.action=='banmember'&& usergroups.allowbanuser==1}"><jsp:forward page="/user.do?useraction=tobanmember"/><!-- 禁止用户 --></c:when>
<c:when test="${param.action=='editbanmember'&& usergroups.allowbanuser==1}"><jsp:forward page="/user.do?useraction=banMember"/><!-- 禁止用户 --></c:when>
<c:when test="${param.action=='ipban'&& usergroups.allowbanip==1}"><jsp:forward page="/user.do?useraction=banIp&init=yes"/><!-- 禁止IP --></c:when>
<c:when test="${param.action=='editipban'&& usergroups.allowbanip==1}"><jsp:forward page="/user.do?useraction=banIp"/><!-- 禁止IP --></c:when>
<c:when test="${param.action=='modmembers'&¶m.search=='yes'&& usergroups.allowmoduser==1}"><jsp:forward page="/user.do?useraction=searchVlidateMemeber"/><!-- 查询待验证的用户 --></c:when>
<c:when test="${param.action=='modmembers'&¶m.validate=='yes'&& usergroups.allowmoduser==1}"><jsp:forward page="/user.do?useraction=validateMembers"/><!-- 审核待验证的用户 --></c:when>
<c:when test="${param.action=='modmembers'&& usergroups.allowmoduser==1}"><jsp:forward page="/user.do?useraction=modMembers"/><!-- 审核新用户 --></c:when>
<c:when test="${param.action=='modthreads'&¶m.batch=='yes'&&usergroups.allowmodpost==1}"><jsp:forward page="/posts.do?postsaction=batchModthreads"/><!-- 帖子管理、审核新主题 --></c:when>
<c:when test="${param.action=='modthreads'&¶m.automod=='yes'&&usergroups.allowmodpost==1}"><jsp:forward page="/posts.do?postsaction=auditingNewThreads"/><!-- 帖子管理、审核新主题 --></c:when>
<c:when test="${param.action=='modthreads'&¶m.searchpage=='yes'&&usergroups.allowmodpost==1}"><jsp:forward page="/posts.do?postsaction=pagePosts"/><!-- 新主题分页 --></c:when>
<c:when test="${param.action=='modthreads'&&usergroups.allowmodpost==1}"><jsp:forward page="/posts.do?postsaction=tomodthreads"/><!-- 帖子管理、审核新主题 --></c:when>
<c:when test="${param.action=='modreplies'&¶m.batch=='yes'&&usergroups.allowmodpost==1}"><jsp:forward page="/posts.do?postsaction=workAllModreplies"/><!-- 审核新回复 --></c:when>
<c:when test="${param.action=='modreplies'&¶m.automod=='yes'&&usergroups.allowmodpost==1}"><jsp:forward page="/posts.do?postsaction=auditingNewModreplies"/><!-- 审核新回复 --></c:when>
<c:when test="${param.action=='modreplies'&¶m.searchpage=='yes'&&usergroups.allowmodpost==1}"><jsp:forward page="/posts.do?postsaction=pageModreplies"/><!-- 新回复分页 --></c:when>
<c:when test="${param.action=='modreplies'&&usergroups.allowmodpost==1}"><jsp:forward page="/posts.do?postsaction=tomodreplies"/><!-- 审核新回复 --></c:when>
<c:when test="${param.action=='prune'&¶m.search=='yes'&& usergroups.allowmassprune==1}"><jsp:forward page="/prune.do?pruneaction=fromPrune"/><!-- 批量删帖 --></c:when>
<c:when test="${param.action=='prune'&¶m.batch=='yes'&& usergroups.allowmassprune==1}"><jsp:forward page="/prune.do?pruneaction=batchPrune"/><!-- 批量删帖 --></c:when>
<c:when test="${param.action=='prune'&¶m.searchpage=='yes'&& usergroups.allowmassprune==1}"><jsp:forward page="/prune.do?pruneaction=pagePrune"/><!-- 批量删除帖子分页 --></c:when>
<c:when test="${param.action=='prune' && usergroups.allowmassprune==1}"><jsp:forward page="/posts.do?postsaction=toPruneForum"/><!-- 批量删帖 --></c:when>
<c:when test="${param.action=='announcements'&& usergroups.allowpostannounce==1}"><jsp:forward page="/other.do?action=announcements" /><!-- 论坛公告 --></c:when>
<c:when test="${param.action=='updateAnns'&& usergroups.allowpostannounce==1}"><jsp:forward page="/other.do?action=updateAnns" /><!-- 论坛公告 --></c:when>
<c:when test="${param.action=='addAnn'&& usergroups.allowpostannounce==1}"><jsp:forward page="/other.do?action=addAnn" /><!-- 论坛公告 --></c:when>
<c:when test="${param.action=='annedit'&& usergroups.allowpostannounce==1}"><jsp:forward page="/other.do?action=annedit" /><!-- 论坛公告 --></c:when>
<c:when test="${param.action=='editAnn'&& usergroups.allowpostannounce==1}"><jsp:forward page="/other.do?action=editAnn" /><!-- 论坛公告 --></c:when>
<c:when test="${param.action=='ratelog'&& usergroups.allowviewlog==1}"><jsp:forward page="/sysutil.do?useraction=userLogRead"/><!-- 用户评分记录 --></c:when>
<c:when test="${param.action=='editmembers'&& usergroups.allowedituser==1}"><jsp:include flush="true" page="members/editmember.jsp"/><!-- 超版和版主的编缉用户 --></c:when>
<c:when test="${param.action=='banlog'&& usergroups.allowviewlog==1}"><jsp:forward page="/sysutil.do?useraction=banLogRead"/><!-- 禁止用户记录 --></c:when>
<c:when test="${param.action=='modslog'&& usergroups.allowviewlog==1}"><jsp:forward page="/sysutil.do?useraction=modsRead"/><!-- 版主管理记录 --></c:when>
<c:when test="${param.action=='plugins'}"><jsp:forward page="/extendsAction.do?action=plugins"/><!-- 插件设置 --></c:when>
<c:otherwise>
<c:set var="resultInfo" value="对不起,管理员设定了您没有权限使用本功能。" scope="request"/>
<jsp:forward page="result.jsp"/>
</c:otherwise>
</c:choose>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -