added CSS support and pattern file in jsp section for future view.

This commit is contained in:
Nicolas Michard
2007-12-16 22:00:47 +00:00
parent e423fbf22f
commit f99039918d
21 changed files with 228 additions and 89 deletions

View File

@@ -1,15 +1,7 @@
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
<%@ page session="true" %>
<html>
<head>
<title><fmt:message key="title" /></title>
</head>
<body>
<%@ include file="/WEB-INF/jsp/include.jsp"%>
<%@ page session="false" %>
<jsp:include page="/WEB-INF/jsp/header.jsp" />
<jsp:include page="/WEB-INF/jsp/menu.jsp" />
Soumission OK
@@ -22,6 +14,4 @@ Soumission OK
<a href="<c:url value="main.htm"/>">Home</a>
</body>
</html>
<jsp:include page="/WEB-INF/jsp/footer.jsp" />