diff --git a/YACOSWeb/WebContent/WEB-INF/decorators/empty.jsp b/YACOSWeb/WebContent/WEB-INF/decorators/empty.jsp index bcf8158..8304cc9 100644 --- a/YACOSWeb/WebContent/WEB-INF/decorators/empty.jsp +++ b/YACOSWeb/WebContent/WEB-INF/decorators/empty.jsp @@ -1,4 +1,3 @@ -<%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator" prefix="decorator" %> -<%@ taglib uri="http://www.opensymphony.com/sitemesh/page" prefix="page" %> +<%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator" prefix="decorator" %> diff --git a/YACOSWeb/WebContent/WEB-INF/decorators/footer.jsp b/YACOSWeb/WebContent/WEB-INF/decorators/footer.jsp index a55c1a2..e063325 100644 --- a/YACOSWeb/WebContent/WEB-INF/decorators/footer.jsp +++ b/YACOSWeb/WebContent/WEB-INF/decorators/footer.jsp @@ -1 +1,11 @@ -

C'est le footer

\ No newline at end of file + + + + + + + + + \ No newline at end of file diff --git a/YACOSWeb/WebContent/WEB-INF/decorators/headermainchoice.jsp b/YACOSWeb/WebContent/WEB-INF/decorators/headermainchoice.jsp new file mode 100644 index 0000000..eb94d3e --- /dev/null +++ b/YACOSWeb/WebContent/WEB-INF/decorators/headermainchoice.jsp @@ -0,0 +1,30 @@ +<%@ include file="/WEB-INF/decorators/include.jsp"%> + + + + + + +
+
+

Application pour gérer les conférences. Outil libre dans le programme universitaire

+
+ +
+ + + + La conférence courante est : ${idCurrentConference}.
+ "> +
+ + Il n'y a pas de conférence courante.
+ "> +
+
+ +
+
+ + + \ No newline at end of file diff --git a/YACOSWeb/WebContent/WEB-INF/decorators/headermenu.jsp b/YACOSWeb/WebContent/WEB-INF/decorators/headermenu.jsp new file mode 100644 index 0000000..a22f599 --- /dev/null +++ b/YACOSWeb/WebContent/WEB-INF/decorators/headermenu.jsp @@ -0,0 +1,15 @@ + + + + + + + + + \ No newline at end of file diff --git a/YACOSWeb/WebContent/WEB-INF/decorators/include.jsp b/YACOSWeb/WebContent/WEB-INF/decorators/include.jsp new file mode 100644 index 0000000..370bba3 --- /dev/null +++ b/YACOSWeb/WebContent/WEB-INF/decorators/include.jsp @@ -0,0 +1,3 @@ +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> diff --git a/YACOSWeb/WebContent/WEB-INF/decorators/main.jsp b/YACOSWeb/WebContent/WEB-INF/decorators/main.jsp index 682ffc7..336625c 100644 --- a/YACOSWeb/WebContent/WEB-INF/decorators/main.jsp +++ b/YACOSWeb/WebContent/WEB-INF/decorators/main.jsp @@ -1,20 +1,44 @@ -<%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator" prefix="decorator" %> -<%@ taglib uri="http://www.opensymphony.com/sitemesh/page" prefix="page" %> +<%@ taglib prefix="decorator" uri="http://www.opensymphony.com/sitemesh/decorator" %> +<%@ taglib prefix="page" uri="http://www.opensymphony.com/sitemesh/page" %> +<%@ include file="/WEB-INF/decorators/include.jsp"%> - <decorator:title default="YACOS" /> + <fmt:message key="title" /> + + - BODY de la page décorée : - - /BODY de la page décorée + + +
+ + +
+ + + +
+ + + + +
+ + + + +
+
+
+ +
diff --git a/YACOSWeb/WebContent/WEB-INF/decorators/usermenu.jsp b/YACOSWeb/WebContent/WEB-INF/decorators/usermenu.jsp new file mode 100644 index 0000000..5c4094a --- /dev/null +++ b/YACOSWeb/WebContent/WEB-INF/decorators/usermenu.jsp @@ -0,0 +1,30 @@ +<%@ include file="/WEB-INF/decorators/include.jsp"%> + + + + + + + + + \ No newline at end of file diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/addConference.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/addConference.jsp index dc80659..214de97 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/addConference.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/addConference.jsp @@ -1,25 +1,9 @@ -<%@ include file="/WEB-INF/jsp/include.jsp"%> -<%@ page session="false"%> +<%@ include file="/WEB-INF/decorators/include.jsp"%> - - - -<fmt:message key="title" /> - - - + - - - -
-
 
-
-
- -

@@ -28,15 +12,12 @@



- +

-">Home
-
- -
+">Home diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/addConference2.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/addConference2.jsp index 2606d36..6a33a8f 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/addConference2.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/addConference2.jsp @@ -1,26 +1,12 @@ -<%@ include file="/WEB-INF/jsp/include.jsp"%> -<%@ page session="false"%> +<%@ include file="/WEB-INF/decorators/include.jsp"%> - - -<fmt:message key="title" /> - - - - - - -
-
 
-
-

@@ -40,10 +26,7 @@
-">Home
-
- -
+">Home diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/addConference3.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/addConference3.jsp index 673a627..de2e0fa 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/addConference3.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/addConference3.jsp @@ -1,24 +1,9 @@ -<%@ include file="/WEB-INF/jsp/include.jsp"%> -<%@ page session="false"%> +<%@ include file="/WEB-INF/decorators/include.jsp"%> - - - -<fmt:message key="title" /> - - - + - - - -
-
 
-
-
-

@@ -42,14 +27,11 @@

- - + +
-">Home
-
- -
+">Home \ No newline at end of file diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/addConference4.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/addConference4.jsp index 5f33937..978231d 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/addConference4.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/addConference4.jsp @@ -1,22 +1,9 @@ -<%@ include file="/WEB-INF/jsp/include.jsp"%> -<%@ page session="false"%> +<%@ include file="/WEB-INF/decorators/include.jsp"%> - - - -<fmt:message key="title" /> - - - + - - -
-
 
-
-

@@ -30,15 +17,12 @@

- - + +
-">Home
-
- -
+">Home \ No newline at end of file diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/addConference5.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/addConference5.jsp index 7e7a635..9203d0b 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/addConference5.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/addConference5.jsp @@ -1,22 +1,9 @@ -<%@ include file="/WEB-INF/jsp/include.jsp"%> -<%@ page session="false"%> +<%@ include file="/WEB-INF/decorators/include.jsp"%> - - - -<fmt:message key="title" /> - - - + - - -
-
 
-
-

@@ -24,16 +11,13 @@
Page 5 - - + +
-">Home
-
- -
+">Home \ No newline at end of file diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/choosePreference.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/choosePreference.jsp index 4a71205..5408f4b 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/choosePreference.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/choosePreference.jsp @@ -1,24 +1,9 @@ -<%@ include file="/WEB-INF/jsp/include.jsp"%> - +<%@ include file="/WEB-INF/decorators/include.jsp"%> - - - - <fmt:message key="title"/> - - + - - -
-
 
-
- - -
+

@@ -51,10 +36,5 @@ ">Home -
-
- -
- diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/choosePreferenceOK.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/choosePreferenceOK.jsp index dc3c321..3053491 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/choosePreferenceOK.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/choosePreferenceOK.jsp @@ -1,31 +1,15 @@ -<%@ include file="/WEB-INF/jsp/include.jsp"%> -<%@ page session="false" %> +<%@ include file="/WEB-INF/decorators/include.jsp"%> - - - - <fmt:message key="title"/> - - + - -
-
 
-
- - -
+ -
-
- -
\ No newline at end of file diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/dispatchArticle.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/dispatchArticle.jsp index d6d6d8a..b42e5d5 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/dispatchArticle.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/dispatchArticle.jsp @@ -1,23 +1,9 @@ -<%@ include file="/WEB-INF/jsp/include.jsp"%> +<%@ include file="/WEB-INF/decorators/include.jsp"%> - - - - <fmt:message key="title"/> - - + - - -
-
 
-
- - -
- @@ -62,11 +48,6 @@
articles to dispatchmembersmembers associate to the article
-
-
- -
- diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/listArticle.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/listArticle.jsp index 460cdbd..d91d7d9 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/listArticle.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/listArticle.jsp @@ -1,20 +1,9 @@ -<%@ include file="/WEB-INF/jsp/include.jsp"%> +<%@ include file="/WEB-INF/decorators/include.jsp"%> + + + + - - - - -<fmt:message key="title" /> - - - - - - -
-
 
-
-
-
-
- -
+ \ No newline at end of file diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp index 538fd32..bf506d0 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp @@ -1,24 +1,9 @@ -<%@ include file="/WEB-INF/jsp/include.jsp"%> +<%@ include file="/WEB-INF/decorators/include.jsp"%> - - - -<fmt:message key="title" /> - - - + - - - -
-
 
-
-
- -

Choose a conference

Choix de la conference

@@ -53,10 +38,7 @@
-">Home
-
- -
+">Home diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/main.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/main.jsp index bb34780..104cb2b 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/main.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/main.jsp @@ -1,31 +1,13 @@ -<%@ include file="/WEB-INF/jsp/include.jsp"%> -<%@ page session="false" %> +<%@ include file="/WEB-INF/decorators/include.jsp"%> - - - - <fmt:message key="title"/> - - + - +Page d'accueil à changer de place (controller dans system et non dans author) +Si conf active : page d'intro de la conf +si pas de conf active : page d'intro du site (visiteur) -
-
 
-
- - -
- - Main Page - - -
-
- -
\ No newline at end of file diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/registerUser.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/registerUser.jsp index 872e9de..f3b6ae8 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/registerUser.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/registerUser.jsp @@ -1,27 +1,9 @@ -<%@ include file="/WEB-INF/jsp/include.jsp"%> -<%@ page session="false" %> +<%@ include file="/WEB-INF/decorators/include.jsp"%> - - - - <fmt:message key="title"/> - - + - - - -
-
 
-
- - -
- -

@@ -46,10 +28,5 @@ ">Home -
-
- -
- diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/submissionArticle.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/submissionArticle.jsp index b74fb46..18e1e87 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/submissionArticle.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/submissionArticle.jsp @@ -1,12 +1,7 @@ -<%@ include file="/WEB-INF/jsp/include.jsp"%> -<%@ page session="false" %> +<%@ include file="/WEB-INF/decorators/include.jsp"%> - - - <fmt:message key="title"/> -