header.jsp

来自「appfuse1.9.4开发的一个简单的人事管理,简单的增删改查,修正了disp」· JSP 代码 · 共 15 行

JSP
15
字号
<%@ 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>Providing integration and style to open source Java.</p>
</div>
<hr />

<%-- Put constants into request scope --%>
<myapp:constants scope="request"/>

⌨️ 快捷键说明

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