Error 404
Bug resolu ds le Core : getConferences(User user) User Information Menu submission quand pas auteur
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
<%@ include file="/WEB-INF/decorators/include.jsp"%>
|
||||
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
|
||||
File doesn't exist.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -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>
|
||||
@@ -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"/> <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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user