<%@ page language="java" %> <%@ 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" %> <%@ page import="net.sourceforge.fenixedu.presentationTier.Action.resourceAllocationManager.utils.PresentationConstants" %> <%@ page import="net.sourceforge.fenixedu.domain.student.Registration" %> <%@ page import="net.sourceforge.fenixedu.domain.Teacher" %> <%@ page import="net.sourceforge.fenixedu.domain.organizationalStructure.ExternalContract" %> <%@ page import="net.sourceforge.fenixedu.dataTransferObject.InfoMasterDegreeThesisDataVersion" %> <%@ page import="net.sourceforge.fenixedu.dataTransferObject.InfoEmployee" %> <%@ page import="java.text.SimpleDateFormat" %> <%@ page import="java.util.Date" %>


 
 
<% Date modification = null; SimpleDateFormat simpleDateFormat = new SimpleDateFormat("dd-MM-yyyy k:mm:ss"); String formattedModification = null; java.util.Hashtable paramsHistory = null; Registration infoStudent = (Registration) student; %> <% modification = new Date(masterDegreeThesisDataVersion.getLastModification().getTime()); formattedModification = simpleDateFormat.format(modification); paramsHistory = new java.util.Hashtable(); paramsHistory.put("degreeType", infoStudent.getDegreeType().toString()); paramsHistory.put("scpID", scpID); paramsHistory.put("masterDegreeThesisDataVersionID", masterDegreeThesisDataVersion.getIdInternal()); paramsHistory.put("method", "getStudentAndMasterDegreeThesisDataVersion"); pageContext.setAttribute("parametersHistory", paramsHistory, PageContext.PAGE_SCOPE); %>
   
   
 
     
     
 
   
   
 
   
   
 

 
-
<%= formattedModification %> - <%= masterDegreeThesisDataVersion.getResponsibleEmployee().getPerson().getName() %>