diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/userBoard.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/userBoard.jsp
index 214f03e..f61779b 100644
--- a/YACOSWeb/WebContent/WEB-INF/jsp/userBoard.jsp
+++ b/YACOSWeb/WebContent/WEB-INF/jsp/userBoard.jsp
@@ -3,6 +3,55 @@
+
+
+
+
+
@@ -14,7 +63,24 @@
You currently follow
${numberConference} conference(s)
- If you want to see the list of conferences you are registered in, click here.
+
+ If you want to see the list of conferences you are registered in, click here.
+
+
+
+
+
+
+
+ | ${conf.title} |
+ Select |
+
+
+
+
+
+
+
You are Author in
${numberAuthor} conference(s)
+
+
+ If you want to see the list of conferences you are registered in, click here.
+
+
+
+
+
+
+
+
+
+ | ${conf.title} |
+ Select |
+
+
+
+
+
+
+
+
+
+
+
You have posted
${numberArticle} article(s).
- If you want to see the list of articles you have submited, click here.
+
+ If you want to see the list of articles you have submitted, click here.
+
+
+
diff --git a/YACOSWeb/src/org/yacos/web/system/controller/UserBoardController.java b/YACOSWeb/src/org/yacos/web/system/controller/UserBoardController.java
index 25c7378..f208968 100644
--- a/YACOSWeb/src/org/yacos/web/system/controller/UserBoardController.java
+++ b/YACOSWeb/src/org/yacos/web/system/controller/UserBoardController.java
@@ -1,6 +1,7 @@
package org.yacos.web.system.controller;
import java.io.IOException;
+import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
@@ -94,11 +95,19 @@ public class UserBoardController extends SimpleFormController {
model.put("numberPCMember", numberPCMember);
model.put("numberReferee", numberReferee);
model.put("numberAuthor", numberAuthor);
+ model.put("listRole", listRole);
logger.info("Get the list of articles of an author");
List