%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@page import="pt.ist.fenixWebFramework.servlets.filters.SetUserViewFilter"%>
<%@ 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.applicationTier.IUserView"%>
<%@ page import="net.sourceforge.fenixedu.domain.person.RoleType"%>
-
<%--
-
--%>
-
-
<% IUserView userView = (IUserView) session.getAttribute(SetUserViewFilter.USER_SESSION_ATTRIBUTE);
if (userView.getPerson().hasFunctionType(net.sourceforge.fenixedu.domain.organizationalStructure.FunctionType.ASSIDUOUSNESS_RESPONSIBLE,
net.sourceforge.fenixedu.domain.organizationalStructure.AccountabilityTypeEnum.ASSIDUOUSNESS_STRUCTURE)) {%>
-
<% } %>
<%net.sourceforge.fenixedu.applicationTier.IUserView user = (net.sourceforge.fenixedu.applicationTier.IUserView) session
.getAttribute(SetUserViewFilter.USER_SESSION_ATTRIBUTE);
if (net.sourceforge.fenixedu.domain.ManagementGroups.isProtocolManagerMember(user.getPerson())) {
%>
-
-
-
<%}%>