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,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" %>

View File

@@ -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>