Removed the trunk folder, moved the YACOSWeb directory
This commit is contained in:
3
YACOSWeb/WebContent/WEB-INF/jsp/include.jsp
Normal file
3
YACOSWeb/WebContent/WEB-INF/jsp/include.jsp
Normal file
@@ -0,0 +1,3 @@
|
||||
<%@ page session="false"%>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
|
||||
15
YACOSWeb/WebContent/WEB-INF/jsp/main.jsp
Normal file
15
YACOSWeb/WebContent/WEB-INF/jsp/main.jsp
Normal file
@@ -0,0 +1,15 @@
|
||||
<%@ include file="/WEB-INF/jsp/include.jsp"%>
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title><fmt:message key="title"/></title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<a href="<c:url value="submissionArticle.htm"/>">Soumettre un article</a><br />
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
16
YACOSWeb/WebContent/WEB-INF/jsp/submissionArticle.jsp
Normal file
16
YACOSWeb/WebContent/WEB-INF/jsp/submissionArticle.jsp
Normal file
@@ -0,0 +1,16 @@
|
||||
<%@ 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>
|
||||
|
||||
|
||||
<a href="<c:url value="main.htm"/>">Accueil</a>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user