<%@ 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.domain.Person" %>





<% boolean showCoordinator = false; boolean showCompanion = false; %> <% showCoordinator = true; %> <% showCompanion = true; %> <% final net.sourceforge.fenixedu.domain.finalDegreeWork.Scheduleing scheduleing = (net.sourceforge.fenixedu.domain.finalDegreeWork.Scheduleing) request.getAttribute("scheduling"); if (scheduleing.getAllowSimultaneousCoorientationAndCompanion().booleanValue()) { showCoordinator = true; showCompanion = true; } request.setAttribute("showCoordinator", showCoordinator); request.setAttribute("showCompanion", showCompanion); %> :


:
: <% String orientatorPersonId = ""; if (((Person) pageContext.findAttribute("orientator")).getEmployee() == null){ orientatorPersonId = ((Person) pageContext.findAttribute("orientator")).getIstUsername().toString(); }else{ orientatorPersonId = ((Person) pageContext.findAttribute("orientator")).getEmployee().getEmployeeNumber().toString(); } %> :


:
: <% String coorientatorPersonId = ""; if (((Person) pageContext.findAttribute("coorientator")).getEmployee() == null){ coorientatorPersonId = ((Person) pageContext.findAttribute("coorientator")).getIstUsername().toString(); }else{ coorientatorPersonId = ((Person) pageContext.findAttribute("coorientator")).getEmployee().getEmployeeNumber().toString(); } %> :


:
:
:
:
:
:


: % / %

:


:


:


:


:


:



:


: