model.jsp
上传用户:jiancairen
上传日期:2007-08-27
资源大小:26458k
文件大小:1k
源码类别:

Java编程

开发平台:

Java

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <%@ include file="../common/includes.jsp" %>
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.     <title><fmt:message key="${htitle}"/></title>
  6.     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  7.     <c:set var="css"><spring:theme code="css"/></c:set>
  8.     <c:if test="${not empty css}"><link rel="stylesheet" href="<c:url value="${css}"/>" type="text/css" /></c:if>
  9.   </head>
  10.   <body>
  11.     <a name="top"><div id="nav"><c:import url="${nav}"/></div></a>
  12.     <div id="top"><c:import url="top.jsp"/></div>
  13.     <div id="content"><h1><fmt:message key="app.short"/></h1><c:import url="${content}"/></div>
  14.     <div id="footer"><c:import url="${nav}"/></div>
  15.   </body>
  16. </html>