From 22512884255f65746d01a449365856cd819f66be Mon Sep 17 00:00:00 2001 From: Frederic Debuire Date: Sun, 24 Feb 2008 23:17:02 +0000 Subject: [PATCH] Multiple corrections --- .../WEB-INF/classes/messages.properties | 2 +- .../WebContent/WEB-INF/jsp/addConference2.jsp | 8 +- .../WebContent/WEB-INF/jsp/listConference.jsp | 97 ++++++++++++++----- .../WebContent/WEB-INF/jsp/listEvaluation.jsp | 22 +++-- YACOSWeb/WebContent/WEB-INF/jsp/main.jsp | 34 ++++++- .../WebContent/WEB-INF/jsp/manageArticle.jsp | 83 +++++++++------- .../WEB-INF/jsp/reportConfCreate.jsp | 45 ++++++++- .../WEB-INF/jsp/submissionArticle.jsp | 16 ++- YACOSWeb/WebContent/WEB-INF/jsp/userBoard.jsp | 63 +++++++----- .../controller/ListEvaluationController.java | 8 ++ .../PCmember/form/EvaluationArticleBean.java | 42 +++++--- .../controller/ArticleDeleteController.java | 3 +- .../controller/ListConferenceController.java | 4 - .../controller/UserBoardController.java | 46 +++++++-- .../web/system/form/UserBoardArticleBean.java | 7 ++ 15 files changed, 341 insertions(+), 139 deletions(-) diff --git a/YACOSWeb/WebContent/WEB-INF/classes/messages.properties b/YACOSWeb/WebContent/WEB-INF/classes/messages.properties index bd1a53d..48013b0 100644 --- a/YACOSWeb/WebContent/WEB-INF/classes/messages.properties +++ b/YACOSWeb/WebContent/WEB-INF/classes/messages.properties @@ -212,7 +212,7 @@ step=Step ({0}/{1}) conference.remainingTokens=You have {0} tokens left to create new conferences.
\n You can ask to the admin if you need more. conference.help.step1= conference.help.step2=This step is used to define some dates like the starting date for the conference.
\nYou just have to click on a field and the calendar will appear. -conference.help.step3=Here you can add some constraints at your conference like the number of pages by articles or the type of file you want the authors to use. +conference.help.step3=Here you can add some constraints at your conference like the number of pages by articles (just for indication) or the type of file you want the authors to use.
If you don't select any file types, any file types will be authorized. conference.help.step4=This step allows you to add criterion which will be used when someone will evaluate an article.
\nYou can add a new criterion using the form, or simply add an existing criterion using the list. conference.help.step5=This step allows you to add PC Member to the conference.
\nYou can add a Program Committee Member using the list below, or invite someone using his email address. conference.titleAdd=Add a conference diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/addConference2.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/addConference2.jsp index a178c0f..4f04b42 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/addConference2.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/addConference2.jsp @@ -31,7 +31,7 @@ -
+
@@ -41,7 +41,7 @@ -
+
@@ -51,7 +51,7 @@ -
+
@@ -60,7 +60,7 @@ -
+
diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp index c5079a3..8ea9139 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp @@ -7,8 +7,15 @@