added CSS support and pattern file in jsp section for future view.
This commit is contained in:
@@ -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" />
|
||||
Reference in New Issue
Block a user