model.jsp
上传用户:jiancairen
上传日期:2007-08-27
资源大小:26458k
文件大小:1k
- <!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>