%@page import="net.sourceforge.fenixedu.domain.thesis.ThesisParticipationType"%>
<%@page import="net.sourceforge.fenixedu.domain.thesis.ThesisEvaluationParticipant"%>
<%@ 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" %>
<%
final ThesisEvaluationParticipant participant = (ThesisEvaluationParticipant) request.getAttribute("thesisEvaluationParticipant");
final ThesisParticipationType type = participant.getType();
%>
">
"/>
|
/publico/retrievePersonalPhoto.do?method=retrieveByUUID&<%=net.sourceforge.fenixedu.presentationTier.servlets.filters.ContentInjectionRewriter.CONTEXT_ATTRIBUTE_NAME%>=/homepage&uuid=
|
<%= participant.getPersonNameWithLogin() %>
|
<%= participant.getCategory() %>
|
<%= participant.getAffiliation() %>
|
<%
if (type == ThesisParticipationType.ORIENTATOR) {
%>
<%= participant.getThesis().getOrientatorCreditsDistribution() %> %
<%
} else if (type == ThesisParticipationType.COORIENTATOR) {
%>
<%= participant.getThesis().getCoorientatorCreditsDistribution() %> %
<%
}
%>
|
return confirm('')
"
style="border-bottom: none;"
onclick="<%= confirm %>">
"/>
|