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

📄 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">    <r:isUserInRole role="admin">        <a href="<c:url value="/activeUsers.html"/>"><fmt:message key="mainMenu.activeUsers"/></a>:    </r:isUserInRole>    <r:isUserInRole role="admin" value="false">        <fmt:message key="mainMenu.activeUsers"/>:    </r:isUserInRole>    <c:if test="${userCounter >= 0}"><c:out value="${userCounter}"/></c:if></div></c:if><c:if test="${sessionScope.currentUserForm != null}">    <a href="<c:url value="/mainMenu.html"/>"><fmt:message key="mainMenu.title"/></a></c:if>

⌨️ 快捷键说明

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