header.jsp
来自「基于Maven的质量保证自动化环境配置和演示程序」· JSP 代码 · 共 14 行
JSP
14 行
<%@ include file="/common/taglibs.jsp"%><c:if test="${pageContext.request.locale.language != 'en'}"> <div id="switchLocale"><a href="<c:url value='/?locale=en'/>"><fmt:message key="webapp.name"/> in English</a></div></c:if><div id="branding"> <h1><a href="<c:url value='/'/>"><fmt:message key="webapp.name"/></a></h1> <p><fmt:message key="webapp.tagline"/></p></div><hr /><%-- Put constants into request scope --%><appfuse:constants scope="request"/>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?