Header login remis en forme + checkbox

page accueil site quand pas de conference active
page accueil conference quand conference active
proposition de choisir une conference quand connecte mais pas de conference active
-- le CONTENU de ces pages se fera par la suite --
Le menu ne s'affiche que si une conference est active (user online and offline)
This commit is contained in:
Nicolas Michard
2008-02-05 23:15:50 +00:00
parent 6db0c1f686
commit 826ea624f0
8 changed files with 46 additions and 35 deletions

View File

@@ -1,14 +0,0 @@
<%@ include file="/WEB-INF/decorators/include.jsp"%>
<%@ page import="org.acegisecurity.context.SecurityContextHolder" %>
<html>
<head></head>
<body>
<h1>Welcome: <%= SecurityContextHolder.getContext().getAuthentication().getName() %></h1>
<p><a href="../../">Home</a>
<p><a href="../../j_acegi_logout">Logout</a>
</body>
</html>

View File

@@ -8,7 +8,7 @@
${ currentUser.firstName } ${ currentUser.lastName } <b>(<authz:authentication operation="username"></authz:authentication>)</b><br />
You currently follow <b>4</b> conferences<br />
You have the following rights : <b>Author, Chairman, PC Member</b><br />
<a href="registerUser.htm">Change my profile</a><br />
<a href="registerUser.htm"><fmt:message key="user.information.editaccount" /></a><br />
<a href="j_acegi_logout" id="submit_btn"><fmt:message key="login.btn.logout" /></a>
</body>