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,10 +1,10 @@
<%@ include file="/WEB-INF/jsp/include.jsp"%>
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
<%@ 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" />
<html>
<head>
<title><fmt:message key="title" /></title>
<SCRIPT LANGUAGE="JavaScript">
function Ajouter(form) {
@@ -17,9 +17,7 @@ function Supprimer(form) {
}
</SCRIPT>
</head>
<body>
<h2 align="center"><fmt:message key="submission.title" /></h2>
@@ -55,6 +53,4 @@ function Supprimer(form) {
<a href="<c:url value="main.htm"/>">Home</a>
</body>
</html>
<jsp:include page="/WEB-INF/jsp/footer.jsp" />