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,13 +1,6 @@
<%@ include file="/WEB-INF/jsp/include.jsp"%>
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
<html>
<head>
<title><fmt:message key="title" /></title>
</head>
<body>
<%@ include file="/WEB-INF/jsp/include.jsp"%>
<jsp:include page="/WEB-INF/jsp/header.jsp" />
<jsp:include page="/WEB-INF/jsp/menu.jsp" />
<h2 align="center"><fmt:message key="submission.title" /></h2>
@@ -31,7 +24,6 @@
</table>
</c:if>
</form:form>
<a href="<c:url value="main.htm"/>">Home</a>
</body>
<a href="<c:url value="main.htm"/>">Home</a>
</html>
<jsp:include page="/WEB-INF/jsp/footer.jsp" />