model.jsp

来自「Java/J2EE application framework based on」· JSP 代码 · 共 18 行

JSP
18
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ include file="../common/includes.jsp" %>

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title><fmt:message key="${htitle}"/></title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <c:set var="css"><spring:theme code="css"/></c:set>
    <c:if test="${not empty css}"><link rel="stylesheet" href="<c:url value="${css}"/>" type="text/css" /></c:if>
  </head>
  <body>
    <a name="top"><div id="nav"><c:import url="${nav}"/></div></a>
    <div id="top"><c:import url="top.jsp"/></div>
    <div id="content"><h1><fmt:message key="app.short"/></h1><c:import url="${content}"/></div>
    <div id="footer"><c:import url="${nav}"/></div>
  </body>
</html>

⌨️ 快捷键说明

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