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

📄 model.jsp

📁 Java/J2EE application framework based on [Expert One-on-One J2EE Design and Development] by Rod John
💻 JSP
字号:
<!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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -