diff --git a/YACOSWeb/WebContent/WEB-INF/classes/messages.properties b/YACOSWeb/WebContent/WEB-INF/classes/messages.properties index fcb2c58..895dc86 100644 --- a/YACOSWeb/WebContent/WEB-INF/classes/messages.properties +++ b/YACOSWeb/WebContent/WEB-INF/classes/messages.properties @@ -31,4 +31,7 @@ dispatch.title=Dispatch the articles to the members conference.titleMenu=Add a conference conference.title=Title conference.description=Description -conference.otherInformations=Complementary information \ No newline at end of file +conference.otherInformations=Complementary information +conference.linkMenu.title=Adding Conference +conference.linkMenu.choose=Choosing current conference +conference.linkMenu.change=Change current conference diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/listArticle.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/listArticle.jsp index 383ba64..460cdbd 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/listArticle.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/listArticle.jsp @@ -1,5 +1,4 @@ <%@ include file="/WEB-INF/jsp/include.jsp"%> -<%@ page session="false"%> diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp new file mode 100644 index 0000000..538fd32 --- /dev/null +++ b/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp @@ -0,0 +1,62 @@ +<%@ include file="/WEB-INF/jsp/include.jsp"%> + + + +
+ +