From f321e461dee086274df1cb91fcb0536681781bd0 Mon Sep 17 00:00:00 2001 From: Frederic Debuire Date: Tue, 19 Feb 2008 13:13:14 +0000 Subject: [PATCH] Ajout de deux filtres, un pour cacher les conf ou on est registered et l'autre pr celle ou on ne l'est pas --- .../WebContent/WEB-INF/jsp/listConference.jsp | 104 +++++++++++------- 1 file changed, 67 insertions(+), 37 deletions(-) diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp index 0b4d093..a1b5f61 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp @@ -1,7 +1,33 @@ <%@ include file="/WEB-INF/decorators/include.jsp"%> - + + + + + + +

Conference's list

@@ -25,10 +51,6 @@ -

- Choose a conference -

-
@@ -36,45 +58,53 @@
+

+ Choose a conference +

+ + + + + + +
Hide Conference you are registered in
+ Conference you are not registered in +
+ -
-

- - - - - - - + + + + + + + - ${conference.title} - In this conference you are: - - - - ${fn:toLowerCase(role.type)} - - - - - - ${conference.title} - You haven't any role in this conference - - -

- Description: ${conference.description}
- - -
+
+

+ ${conference.title} - In this conference you are: + + + ${fn:toLowerCase(role.type)} + + +

+ Description: ${conference.description}
+
">Select
-
+
+
-
+
+

${conference.title} - You haven't any role in this conference

+ Description: ${conference.description}
+
">View details
-
+
+
-
- +