Error 404

Bug resolu ds le Core : getConferences(User user)
User Information
Menu submission quand pas auteur
This commit is contained in:
Nicolas Michard
2008-02-12 21:29:44 +00:00
parent dba79ba84d
commit aaee771083
10 changed files with 92 additions and 61 deletions

View File

@@ -1,10 +0,0 @@
<%@ include file="/WEB-INF/decorators/include.jsp"%>
<html>
<head></head>
<body>
File doesn't exist.
</body>
</html>

View File

@@ -1,10 +1,36 @@
<%@ include file="/WEB-INF/decorators/include.jsp"%>
<html>
<head></head>
<head>
<style type="text/css">
h1 a{
color: #FF4747;
text-decoration: none;
}
h1 a:hover{
color: #FF0000;
}
</style>
</head>
<body>
Error : page not found
<center>
<br/><br/><br/>
<img src="./images/404.jpg" alt="404" /><br/>
<h1> <a href="main.htm">
4o4 Error - Page not found
</a></h1>
</center>
</body>
</html>

View File

@@ -3,7 +3,7 @@
<html>
<head></head>
<body>
<h4 class="title">NON NAME</h4>
<h4 class="title"><fmt:message key="login.title" /></h4>
<c:if test="${not empty param.login_error}">
<div class="login_error">
@@ -26,7 +26,7 @@
<input type="checkbox" name="_acegi_security_remember_me"/>&nbsp;&nbsp;<fmt:message key='login.label.rememberme' /><br />
<br /><br />
<a href="javascript:document.getElementById('formlogin').submit();" id="submit_btn"><fmt:message key="login.label.connexion" /></a>
<a href="javascript:document.getElementById('formlogin').submit();" id="submit_btn"><fmt:message key="login.btn.connexion" /></a>
</form>
</td></tr>

View File

@@ -4,10 +4,16 @@
<html>
<head></head>
<body>
<br />
<b>${ currentUser.firstName } ${ currentUser.lastName }</b><br />
<a href="listConference.htm" >
<fmt:message key="user.information.followconference" >
<fmt:param value="${nbUserConferences}" />
</fmt:message>
</a>
${ 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 />
<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>