Removed the trunk folder, moved the YACOSWeb directory

This commit is contained in:
2007-12-13 14:14:11 +00:00
parent dbf9edf20d
commit e8fee5b489
20 changed files with 0 additions and 0 deletions

View 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" %>

View 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>

View 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>