%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@page import="net.sourceforge.fenixedu.domain.ResourceAllocationRole"%>
<%@page import="net.sourceforge.fenixedu.injectionCode.AccessControl"%>
<%@page import="net.sourceforge.fenixedu.domain.Person"%>
<%@ page import="net.sourceforge.fenixedu.presentationTier.Action.resourceAllocationManager.utils.SessionConstants" %>
<%
Person loggedPerson = AccessControl.getPerson();
%>
<%
if(ResourceAllocationRole.personHasPermissionToManageSchedulesAllocation(loggedPerson)) {
%>
-
<%
}
%>
<%
if(ResourceAllocationRole.personHasPermissionToManageSpacesAllocation(loggedPerson)) {
%>
<%
}
%>
<%
if(ResourceAllocationRole.personHasPermissionToManageVehiclesAllocation(loggedPerson)) {
%>
<%
}
%>
<%
if(ResourceAllocationRole.personIsResourceAllocationSuperUser(loggedPerson)) {
%>
<%
}
%>
<%--
">
--%>
<%--
">
--%>
<%--
">
--%>
<%--
">
--%>