%@ 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" %>
<%
if(!net.sourceforge.fenixedu.domain.degree.DegreeType.valueOf(degreeType).isDisabledInThisInstitution()) {
%>
:
<%
}
%>
<%
boolean hasDegree = false;
%>
<%if (!degree.getDegreeType().isDisabledInThisInstitution() && (renderBolonha.equals("false") && !degree.isBolonhaDegree()) || (renderBolonha.equals("true") && degree.isBolonhaDegree())) {
hasDegree = true;
} %>
<%
if (hasDegree) {
%>
<%if (!degree.getDegreeType().isDisabledInThisInstitution() && (renderBolonha.equals("false") && !degree.isBolonhaDegree())|| (renderBolonha.equals("true") && degree.isBolonhaDegree())) { %>
|
|
">
|
">
|
">
|
<% } %>
<%
}
%>