<%@page import="net.sourceforge.fenixedu.domain.thesis.ThesisState"%> <%@page import="net.sourceforge.fenixedu.domain.thesis.ThesisParticipationType"%> <%@page import="net.sourceforge.fenixedu.domain.thesis.Thesis"%> <%@page import="net.sourceforge.fenixedu.domain.thesis.ThesisEvaluationParticipant"%> <%@page import="net.sourceforge.fenixedu.domain.thesis.ThesisFile"%> <%@page import="pt.utl.ist.fenix.tools.util.i18n.MultiLanguageString"%> <%@page import="pt.utl.ist.fenix.tools.util.i18n.Language"%> <%@page import="java.util.List"%> <%@page import="net.sourceforge.fenixedu.presentationTier.Action.coordinator.thesis.ThesisPresentationState"%> <%@page import="net.sourceforge.fenixedu.domain.Degree"%> <%@page import="net.sourceforge.fenixedu.domain.ExecutionYear"%> <%@page import="net.sourceforge.fenixedu.domain.ExecutionSemester"%> <%@page import="net.sourceforge.fenixedu.domain.Enrolment"%> <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/fenix-renderers.tld" prefix="fr" %> <%-- Jury --%>

<% final Thesis thesis = (Thesis) request.getAttribute("thesis"); final ThesisEvaluationParticipant orientator = thesis.getOrientator(); final ThesisEvaluationParticipant coorientator = thesis.getCoorientator(); final ThesisEvaluationParticipant president = thesis.getPresident(); %>
"> | /scientificCouncilManageThesis.do?method=listScientificComission&degreeId=<%= thesis.getDegree().getIdInternal() %>&executionYearId=<%= thesis.getEnrolment().getExecutionYear().getIdInternal() %> <% if (thesis.getState().ordinal() >= ThesisState.SUBMITTED.ordinal()) { %> | "> <% } %> <% if (thesis.getState().ordinal() >= ThesisState.APPROVED.ordinal()) { %> | "> <% } %>
<% if (orientator != null) { request.setAttribute("thesisEvaluationParticipant", orientator); %> <% } %> <% if (coorientator != null) { request.setAttribute("thesisEvaluationParticipant", coorientator); %> <% } %> <% if (president != null) { request.setAttribute("thesisEvaluationParticipant", president); %> <% } for (final ThesisEvaluationParticipant participant : thesis.getAllParticipants(ThesisParticipationType.VOWEL)) { request.setAttribute("thesisEvaluationParticipant", participant); %> <% } %>