⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 change_settings.jsp

📁 一个关于商业的网站
💻 JSP
字号:
<%-- Change Display Settings JSP --%>
<%-- Only changes settings, does not output HTML --%>

<%-- Include init.jsp, it does all of the common
     tasks for most of the JSP pages --%>
<%@ include file="init.jsp" %>

<%-- authorize all users and initialize forum state information --%>
<jf:authorize id="jr" anonymous="true"/>

<%-- Globally set properties of Jive Request --%>
<jsp:setProperty name="jr" property="*"/>

<%-- Set status message to let user know their settings were changed --%>
<sess:setattribute name="status">Display Settings Changed</sess:setattribute>

<%-- Redirect user back to the page they were on, new
     settings will be used when page is redisplayed --%>
<sess:existsattribute name="redirect">
 <res:sendredirect><sess:attribute name="redirect"/></res:sendredirect>
</sess:existsattribute>
<%-- If all else fails, send user back to main page --%>
<res:sendredirect>index.jsp</res:sendredirect>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -