Error 404
Bug resolu ds le Core : getConferences(User user) User Information Menu submission quand pas auteur
This commit is contained in:
@@ -9,6 +9,7 @@ disclaimer.link.about=About
|
||||
|
||||
###################
|
||||
# LOGIN FORM
|
||||
login.title=Login and/or create a new user
|
||||
login.btn.connexion=Connexion
|
||||
login.btn.logout=Logout
|
||||
login.field.login=Login
|
||||
@@ -28,6 +29,7 @@ login.message.error=Your login attempt was not successful, try again.
|
||||
###################
|
||||
# USER INFORMATION HEADER
|
||||
user.information.editaccount=Edit my account
|
||||
user.information.followconference={0,choice, 0#You doesn t have any conference | 1#You currently follow {0} conference | 1<You currently follow {0} conferences}
|
||||
|
||||
###################
|
||||
# USER MENU
|
||||
@@ -55,10 +57,14 @@ menu.author.article.modify=Manage my articles
|
||||
|
||||
menu.anonymous.title=Menu
|
||||
menu.anonymous.article.submission=Article's submission
|
||||
CHAIRMAN=Chairman
|
||||
PCMEMBER=PC Member
|
||||
REFEREE=Referee
|
||||
AUTHOR=Author
|
||||
|
||||
###################
|
||||
# ROLE
|
||||
role.chairman=Chairman
|
||||
role.pcmember=PC Member
|
||||
role.referee=Referee
|
||||
role.author=Author
|
||||
role.none=You don't have any roles for this conference
|
||||
|
||||
###################
|
||||
# REGISTRATION USER
|
||||
@@ -86,6 +92,10 @@ form.register.error.alreadyExists=A user with this login already exists. Please
|
||||
message.error.noconferenceforthisid=This conference doesn't exist. Pease try again
|
||||
message.error.noconferenceid=No conference selectionned
|
||||
message.error.conferenceerror=Error. Try again.
|
||||
message.error.page404.title=Page not found
|
||||
message.error.page404.content=Sorry, the page where you looking for, doesn't found.
|
||||
message.error.page403.title=Acces denied
|
||||
message.error.page403.content=Sorry, you have not access at this page.
|
||||
|
||||
|
||||
submission.title=Article's submission
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
|
||||
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
|
||||
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
||||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||
<%@ taglib prefix="authz" uri="http://acegisecurity.org/authz" %>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
<c:if test="${currentConferenceId != null}">
|
||||
|
||||
<!-- AUTHOR MENU : CHAIRMAN -->
|
||||
<!-- MENU : CHAIRMAN -->
|
||||
<authz:authorize ifAllGranted="ROLE_CHAIRMAN">
|
||||
<div id="mainmenubloc">
|
||||
<h4><fmt:message key="menu.chairman.title" /></h4>
|
||||
@@ -26,7 +26,7 @@
|
||||
</div>
|
||||
</authz:authorize>
|
||||
|
||||
<!-- AUTHOR MENU : ROLE_PCMEMBER -->
|
||||
<!-- MENU : ROLE_PCMEMBER -->
|
||||
<authz:authorize ifAllGranted="ROLE_PCMEMBER">
|
||||
<div id="mainmenubloc">
|
||||
<h4><fmt:message key="menu.pcmember.title" /></h4>
|
||||
@@ -41,7 +41,7 @@
|
||||
</div>
|
||||
</authz:authorize>
|
||||
|
||||
<!-- AUTHOR MENU : ROLE_REFEREE -->
|
||||
<!-- MENU : ROLE_REFEREE -->
|
||||
<authz:authorize ifAllGranted="ROLE_REFEREE">
|
||||
<div id="mainmenubloc">
|
||||
<h4><fmt:message key="menu.referee.title" /></h4>
|
||||
@@ -53,7 +53,7 @@
|
||||
</div>
|
||||
</authz:authorize>
|
||||
|
||||
<!-- AUTHOR MENU : ROLE_AUTHOR -->
|
||||
<!-- MENU : ROLE_AUTHOR -->
|
||||
<authz:authorize ifAllGranted="ROLE_AUTHOR">
|
||||
<div id="mainmenubloc">
|
||||
<h4><fmt:message key="menu.author.title" /></h4>
|
||||
@@ -65,8 +65,8 @@
|
||||
</div>
|
||||
</authz:authorize>
|
||||
|
||||
<!-- AUTHOR MENU : ROLE_ANONYMOUS -->
|
||||
<authz:authorize ifAllGranted="ROLE_ANONYMOUS">
|
||||
<!-- MENU : ROLE_ANONYMOUS -->
|
||||
<authz:authorize ifNotGranted="ROLE_AUTHOR">
|
||||
<div id="mainmenubloc">
|
||||
<h4><fmt:message key="menu.anonymous.title" /></h4>
|
||||
<ul>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
</filter-mapping>
|
||||
|
||||
|
||||
<!-- SiteMesh Integration declaration Start -->
|
||||
<!-- SiteMesh Integration declaration Start -->
|
||||
<filter>
|
||||
<filter-name>sitemesh</filter-name>
|
||||
<filter-class>
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
<filter-mapping>
|
||||
<filter-name>sitemesh</filter-name>
|
||||
<url-pattern>/*</url-pattern>
|
||||
<url-pattern>/*</url-pattern>
|
||||
</filter-mapping>
|
||||
<!-- SiteMesh Integration declaration End -->
|
||||
|
||||
@@ -104,10 +104,6 @@
|
||||
<!-- SessionService Integration declaration End -->
|
||||
|
||||
<!-- no access error -->
|
||||
<error-page>
|
||||
<error-code>403</error-code>
|
||||
<location>/WEB-INF/jsp/errors/403error.jsp</location>
|
||||
</error-page>
|
||||
|
||||
<!-- page not found error -->
|
||||
<error-page>
|
||||
|
||||
BIN
YACOSWeb/WebContent/images/404.jpg
Normal file
BIN
YACOSWeb/WebContent/images/404.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
Reference in New Issue
Block a user