<%@page import="org.joda.time.Interval"%> <%@ 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" %> <%@ taglib uri="/WEB-INF/taglibs-datetime.tld" prefix="dt" %>

:

<% final Interval proposalPeriodInterval = scheduling.getProposalPeriodInterval(); final Interval candidacyPeriodInterval = scheduling.getCandidacyPeriodInterval(); %>

  • : <%= proposalPeriodInterval == null ? "-" : proposalPeriodInterval.getStart().toString("yyyy-MM-dd HH:mm") %> - <%= proposalPeriodInterval == null ? "-" : proposalPeriodInterval.getEnd().toString("yyyy-MM-dd HH:mm") %>
  • : <%= candidacyPeriodInterval == null ? "-" : candidacyPeriodInterval.getStart().toString("yyyy-MM-dd HH:mm") %> - <%= candidacyPeriodInterval == null ? "-" : candidacyPeriodInterval.getEnd().toString("yyyy-MM-dd HH:mm") %>
  • : <%= scheduling.getMinimumCompletedCreditsFirstCycle() == null ? "---" : scheduling.getMinimumCompletedCreditsFirstCycle().toString() %>
  • : <%= scheduling.getMinimumCompletedCreditsSecondCycle() == null ? "---" : scheduling.getMinimumCompletedCreditsSecondCycle().toString() %>
  • : <%= scheduling.getMaximumNumberOfProposalCandidaciesPerGroup() == null ? "---" : scheduling.getMaximumNumberOfProposalCandidaciesPerGroup().toString() %>
  • : <% if (scheduling.getAttributionByTeachers() == null) { %> --- <% } else if (scheduling.getAttributionByTeachers().booleanValue()) { %> <% } else { %> <% } %>
  • : <% if (scheduling.getAllowSimultaneousCoorientationAndCompanion() == null) { %> --- <% } else if (scheduling.getAllowSimultaneousCoorientationAndCompanion().booleanValue()) { %> <% } else { %> <% } %>
| |



<%= group.getExecutionDegree().getDegree().getPresentationName() %> - <%= group.getExecutionDegree().getExecutionYear().getNextYearsYearString() %>


:
this.form.method.value='changePreferenceOrder';this.form.selectedGroupProposal.value='';this.form.submit(); orderOfProposalPreference "> this.form.method.value='removeProposal';this.form.selectedGroupProposal.value='';