diff --git a/YACOSWeb/WebContent/WEB-INF/classes/messages.properties b/YACOSWeb/WebContent/WEB-INF/classes/messages.properties index b791527..3a97226 100644 --- a/YACOSWeb/WebContent/WEB-INF/classes/messages.properties +++ b/YACOSWeb/WebContent/WEB-INF/classes/messages.properties @@ -108,6 +108,7 @@ button.OK=OK listarticle.title=Article's list +manageArticle.title=Manage your article preference.title=Choose the preference for articles diff --git a/YACOSWeb/WebContent/WEB-INF/decorators/usermenu.jsp b/YACOSWeb/WebContent/WEB-INF/decorators/usermenu.jsp index 3cc96b2..c4bd10e 100644 --- a/YACOSWeb/WebContent/WEB-INF/decorators/usermenu.jsp +++ b/YACOSWeb/WebContent/WEB-INF/decorators/usermenu.jsp @@ -59,7 +59,7 @@

diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/manageArticle.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/manageArticle.jsp new file mode 100644 index 0000000..6ed5ea2 --- /dev/null +++ b/YACOSWeb/WebContent/WEB-INF/jsp/manageArticle.jsp @@ -0,0 +1,59 @@ +<%@ include file="/WEB-INF/decorators/include.jsp"%> + + + + + + + + + + + + + +

+ +
+
+
+ +
+ + + + + + \ No newline at end of file diff --git a/YACOSWeb/WebContent/WEB-INF/yacos-servlet.xml b/YACOSWeb/WebContent/WEB-INF/yacos-servlet.xml index 7957e2a..7ca5419 100644 --- a/YACOSWeb/WebContent/WEB-INF/yacos-servlet.xml +++ b/YACOSWeb/WebContent/WEB-INF/yacos-servlet.xml @@ -27,6 +27,9 @@ ListArticleController + + + ManageArticleController SUserRegistrationController @@ -89,6 +92,12 @@ + + + + + @@ -246,6 +255,10 @@ + + +