|
|
<% if (Interaction.hasTimePeriodDisplay()) {
String begHourS = Utils.formatToWebTime(session, begHour, true);
String endHourS = Utils.formatToWebTime(session, endHour, true);
boolean isMorning = false;
boolean isAfternoon = false;
boolean isAllDay = false;
if ("08:30:00".equals(begHourS) && "12:00:00".equals(endHourS)) {
isMorning = true;
} else if ("14:00:00".equals(begHourS) && "17:30:00".equals(endHourS)) {
isAfternoon = true;
} else if ("08:30:00".equals(begHourS) && "17:30:00".equals(endHourS)) {
isAllDay = true;
}
if (isMorning) { %>
<% } else if (isAfternoon) { %>
<% } else if (isAllDay) { %>
<% } %>
|
<%} else {
if(typeInteraction.equals("CORR")){%>
<%}%>
<% } %>
|
|
<%---------------------- Tester s'il faut afficher la liste des correspondants en dehors du cas d'une TODO------------------------%>
<%
String correspondents = "";
if(typeInteraction.equals("CORR")){
correspondents = InteractionSyntaxActions.getIntCorrespondentHtml(session,context,id);
%>
|
<%=correspondents%>
|
"/>
"/>
<% if (solicitationID != null) { %>
"/>
<%} %>
<%} %>
|
<%---------------------- Seulement si c'est une TODO------------------------%>
<%
if(typeInteraction.equals("TODO")){%>
"/>
<%}%>
<%---------------------- Seulement si c'est une TODO------------------------%>
|
|
|
"/>
"/>
"/>
<% if(intParentID!=null){ %>
"/>
<% } %>
|