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