"/>
<%
if (EventCategory.TMK.toString().equals(eventCategory)) { %>
<% }
if (EventCategory.MEET.toString().equals(eventCategory)) { %>
"/>
<%
if (evtQuota > 0) {
%>
<%= Utils.getMessage(session, "L81ED", "Nombre de participants") %> |
|
<%
}
%>
<% } %>
|
|
<%--if ( EventCategory.MEET.toString().equals(eventCategory)) { --%>
<%-- "/> --%>
<%--} --%>
<% if (scriptList.size() > 0) { %>
|
<%
Hashtable row = (Hashtable)scriptList.elementAt(0);
Integer cScrSeqNumI = (Integer) row.get("ScrSeqNum");
int cScrSeqNum = 0;
if (cScrSeqNumI != null) {
cScrSeqNum = cScrSeqNumI.intValue();
}
%>
|
<% } else if (formList.size() > 0) { %>
|
<%
Hashtable row = (Hashtable)formList.elementAt(0);
Integer cFrmSeqNumI = (Integer) row.get("FrmSeqNum");
int cFrmSeqNum = 0;
if (cFrmSeqNumI != null) {
cFrmSeqNum = cFrmSeqNumI.intValue();
}
%>
|
<%--http://u-project2.umanis.com/view.php?id=39749: Export guide / localités et Millésime --%>
<%
Integer mill = 0;
try{
mill = (Integer)FormBean.lookup(context, "FrmMillesime_", ((String)row.get("FrmID")));
}catch(Exception e){
mill = 0;
}
if(mill !=null && mill>0){
%>
|
<%=mill %> |
<%} } else if (isActiveSalesInvest && isSalesInvest) { %>
<% } else { %>
|
|
<% } %>
<%-- if (EventCategory.MEET.toString().equals(eventCategory)) { --%>
|
<%--
--%>
<% try { Event.getEvtZip(); Event.getEvtCity(); %> <% } catch(FieldNotInitializedException e) { try { Event.getEvtCity(); %> <% } catch (FieldNotInitializedException ex) {}} %>
\" : \"\"%>"/>
|
<%-- } --%>
|