%@ 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.phd.PhdIndividualProgramDocumentType"%>
<%@page import="net.sourceforge.fenixedu.domain.phd.thesis.ThesisJuryElement"%>
<%@page import="net.sourceforge.fenixedu.domain.phd.thesis.PhdThesisJuryElementBean"%>
<%@page import="net.sourceforge.fenixedu.domain.person.PersonName"%>
<%@page import="net.sourceforge.fenixedu.presentationTier.Action.phd.thesis.academicAdminOffice.PhdThesisProcessDA"%>
<%@page import="pt.ist.fenixWebFramework.renderers.validators.EmailValidator"%>
<%-- init values --%>
<%
request.setAttribute("createMethod", request.getParameter("createMethod"));
request.setAttribute("invalidMethod", request.getParameter("invalidMethod"));
request.setAttribute("postbackMethod", request.getParameter("postbackMethod"));
%>
">
<%-- ################################################# --%>
<%-- ### Jury Type selected (NEW or EXISTING) ### --%>
<%-- ################################################# --%>
<%-- Add existing participant to thesis jury --%>
<%-- or create a new one (must select internal or external) --%>
<%-- select internal or external element type --%>
<%-- selected new participant type --%>
<%-- INTERNAL jury type slots --%>
<%-- EXTERNAL element --%>
<%-- end: create new external element --%>
<%if (request.getParameter("juryElement") != null) { %>
<%} %>
"/>
"/>
">