%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ page import="net.sourceforge.fenixedu.presentationTier.Action.resourceAllocationManager.utils.SessionConstants" %>
<%@page import="net.sourceforge.fenixedu.domain.ResourceAllocationRole"%>
<%@page import="net.sourceforge.fenixedu.injectionCode.AccessControl"%>
<%@page import="net.sourceforge.fenixedu.domain.Person"%>
<%
Person loggedPerson = AccessControl.getPerson();
%>
<%
//if(ResourceAllocationRole.personHasPermissionToManageSchedulesAllocation(loggedPerson)) {
%>
-
">
- ">Gestão de turmas
- ">Gestão de turnos
-
-
<%-- António Casqueiro - 2010-02-02 --%>
<%-- Hide feature because it's not working properly after adding 2nd season support --%>
<%-- See bug 1110 --%>
<%--
--%>
<%
//}
%>
<%
if(ResourceAllocationRole.personHasPermissionToManageSpacesAllocation(loggedPerson)) {
%>
<%
}
%>
<%
if(ResourceAllocationRole.personHasPermissionToManageVehiclesAllocation(loggedPerson)) {
%>
<%
}
%>
<%
if(ResourceAllocationRole.personIsResourceAllocationSuperUser(loggedPerson)) {
%>
<%
}
%>