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

📄 header.jsp

📁 this is for appfuse1.8 source using strut 1.x, spring and hibernate.
💻 JSP
字号:
<%@ include file="/common/taglibs.jsp"%><%-- Put constants into request scope --%><appfuse:constants scope="request"/><c:if test="${applicationScope.userCounter != null}"><div id="activeUsers">    <logic-el:present role="${ADMIN_ROLE}">        <html:link action="activeUsers"><fmt:message key="mainMenu.activeUsers"/></html:link>:    </logic-el:present>    <logic-el:notPresent role="${ADMIN_ROLE}">        <fmt:message key="mainMenu.activeUsers"/>:    </logic-el:notPresent>    <c:if test="${userCounter >= 0}"><c:out value="${userCounter}"/></c:if></div></c:if><logic:present role="tomcat,admin">    <html:link forward="mainMenu">        <fmt:message key="mainMenu.title"/>    </html:link></logic:present>

⌨️ 快捷键说明

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