<%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ page import="java.util.Date" %> <%@ page import="net.sourceforge.fenixedu.presentationTier.Action.resourceAllocationManager.utils.SessionConstants" %> <%@ page import="net.sourceforge.fenixedu.util.State" %> <%@ page import="net.sourceforge.fenixedu.util.Data" %> <%@ page import="net.sourceforge.fenixedu.dataTransferObject.InfoCandidateSituation" %> <%@ page import="net.sourceforge.fenixedu.presentationTier.Action.masterDegree.coordinator.CandidateOperationDispatchAction" %> <%@ page import="net.sourceforge.fenixedu.domain.ApplicationDocumentType"%>

:
:
:
1
2
:
:
:
:
3
<% if (((InfoCandidateSituation) situation).getValidation().equals(new State(State.ACTIVE))) { %> <% } %>
:
: <%= Data.format2DayMonthYear((Date) date) %>
:
4


5
6

7