header.jsp
来自「this is for appfuse1.8 source using stru」· JSP 代码 · 共 24 行
JSP
24 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?