<%@ 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"%> <%@ taglib uri="/WEB-INF/fenix-renderers.tld" prefix="fr" %> <%@ page import="net.sourceforge.fenixedu.domain.candidacyProcess.InstitutionPrecedentDegreeInformation" %> <%@ page import="net.sourceforge.fenixedu.domain.candidacyProcess.ExternalPrecedentDegreeInformation" %> <%@ page import="net.sourceforge.fenixedu.domain.student.PrecedentDegreeInformation" %> <%@ page import="net.sourceforge.fenixedu.domain.phd.candidacy.PHDProgramCandidacy" %>

(1-*)

(1-1 *DEPRECATED*)


(1-*)



<% if(candidacy instanceof PHDProgramCandidacy) { %> <% } %>


<% if(precedentDegreeInformation instanceof InstitutionPrecedentDegreeInformation) { %> <% } %> <% if(precedentDegreeInformation instanceof ExternalPrecedentDegreeInformation ) { %> <% } %>