diff --git a/YACOSWeb/.classpath b/YACOSWeb/.classpath
index e1d1937..b61dfba 100644
--- a/YACOSWeb/.classpath
+++ b/YACOSWeb/.classpath
@@ -1,10 +1,10 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/YACOSWeb/.settings/org.eclipse.jdt.core.prefs b/YACOSWeb/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..e2b54a3
--- /dev/null
+++ b/YACOSWeb/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+#Wed Feb 20 12:50:07 CET 2008
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6
diff --git a/YACOSWeb/.settings/org.eclipse.jst.common.project.facet.core.prefs b/YACOSWeb/.settings/org.eclipse.jst.common.project.facet.core.prefs
index e78d4f6..6aab761 100644
--- a/YACOSWeb/.settings/org.eclipse.jst.common.project.facet.core.prefs
+++ b/YACOSWeb/.settings/org.eclipse.jst.common.project.facet.core.prefs
@@ -1,4 +1,4 @@
-#Wed Dec 12 11:00:14 GMT+01:00 2007
-classpath.helper/org.eclipse.jdt.launching.JRE_CONTAINER\:\:org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType\:\:jdk1.6.0_02/owners=jst.java\:5.0
-classpath.helper/org.eclipse.jst.server.core.container\:\:org.eclipse.jst.server.generic.runtimeTarget\:\:JBoss\ v4.2/owners=jst.web\:2.5
-eclipse.preferences.version=1
+#Wed Feb 20 12:50:07 CET 2008
+classpath.helper/org.eclipse.jdt.launching.JRE_CONTAINER/owners=jst.java\:6.0
+classpath.helper/org.eclipse.jst.server.core.container\:\:org.eclipse.jst.server.generic.runtimeTarget\:\:JBoss\ v4.2/owners=jst.web\:2.5
+eclipse.preferences.version=1
diff --git a/YACOSWeb/.settings/org.eclipse.wst.common.project.facet.core.xml b/YACOSWeb/.settings/org.eclipse.wst.common.project.facet.core.xml
index 61210d4..d3676ea 100644
--- a/YACOSWeb/.settings/org.eclipse.wst.common.project.facet.core.xml
+++ b/YACOSWeb/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -1,8 +1,8 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/YACOSWeb/WebContent/WEB-INF/classes/messages.properties b/YACOSWeb/WebContent/WEB-INF/classes/messages.properties
index bbb1c32..c238035 100644
--- a/YACOSWeb/WebContent/WEB-INF/classes/messages.properties
+++ b/YACOSWeb/WebContent/WEB-INF/classes/messages.properties
@@ -252,9 +252,17 @@ invitation.send=Send an invitation
#DispatchMembers
-members.List1=Members of the conference
-members.List2=Members associate to the article
+members.list1=Members of the conference
+members.list2=Members associate to the article
dipatchArticle.description=Article's description
+dipatchArticle.choose=Dispatch the articles between the members
+disptachArticle.help=Click on an article to dispatch the members
+
+#DelegateArticles
+delegateArticles.choose=delegate the articles between to the referees
+delegateArticles.list1= referees of the conference
+delegateArticles.list2= referees aassociate to the article
+delegateArticles.help=Click on an article to delegate it to the referees
#valider les articles
validate.download=download the article
diff --git a/YACOSWeb/WebContent/WEB-INF/decorators/usermenu.jsp b/YACOSWeb/WebContent/WEB-INF/decorators/usermenu.jsp
index 5c1fbc9..7ff9b0c 100644
--- a/YACOSWeb/WebContent/WEB-INF/decorators/usermenu.jsp
+++ b/YACOSWeb/WebContent/WEB-INF/decorators/usermenu.jsp
@@ -21,7 +21,7 @@
">
">
- ">
+ ">
">
@@ -34,7 +34,7 @@
- ">
- - ">
+ - ">
- ">
- ">
- ">
diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/delegateArticle.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/delegateArticle.jsp
new file mode 100644
index 0000000..cbe73eb
--- /dev/null
+++ b/YACOSWeb/WebContent/WEB-INF/jsp/delegateArticle.jsp
@@ -0,0 +1,214 @@
+<%@ include file="/WEB-INF/decorators/include.jsp"%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ title : ${article.title}
+
theme: ${article.topic}
+
main author: ${article.mainAuthor.firstName}{article.mainAuthor.lastName}
+ download the article
+
+
+
+
+
+
+
+
+
+
+
diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/dispatchArticle.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/dispatchArticle.jsp
index d3484ce..0702e13 100644
--- a/YACOSWeb/WebContent/WEB-INF/jsp/dispatchArticle.jsp
+++ b/YACOSWeb/WebContent/WEB-INF/jsp/dispatchArticle.jsp
@@ -1,77 +1,125 @@
-<%@ include file="/WEB-INF/decorators/include.jsp"%>
+<%@ include file="/WEB-INF/decorators/include.jsp"%>
-
+
+
-
-
-
-
-
+
-
-
-
-NO NAME
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ title : ${article.title}
+
theme: ${article.topic}
+
main author: ${article.mainAuthor.firstName}{article.mainAuthor.lastName}
+ download the article
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+