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