|
<%= df.format((long)seqNum) %> |
|
<%= (hasAnswers == 1) ? Utils.getMessage(session, "L2005", "Oui") : Utils.getMessage(session, "L2006", "Non") %>
|
|
|
<% if (sceType.equals(dico.getRefIdByCode("SceType", "FRE"))) { %>
|
|
<% } %>
<% if (sceType.equals(dico.getRefIdByCode("SceType", "REF")) || sceType.equals(dico.getRefIdByCode("SceType", "LST"))) { %>
|
|
<% } %>
<% if ( (sceType.equals(dico.getRefIdByCode("SceType", "REF")) || sceType.equals(dico.getRefIdByCode("SceType", "LST"))) && (sceDispType.equals(dico.getRefIdByCode("SceDispType", "RADIO")) || sceDispType.equals(dico.getRefIdByCode("SceDispType", "CHECK"))) ) { %>
|
|
<% } %>
|
|
|
<%=(isPopUp == false ? utilisation : (linksList != null ? ""+linksList.size() : "0"))%>
|
<% if (sceType.equals(dico.getRefIdByCode("SceType", "REF"))) { %>
|
<%
String oldSceTabID = null;
try {
oldSceTabID = ScriptElement.getSceRefTable();
} catch (FieldNotInitializedException e) {
}
String[] tabFields = {"TabID", "TabName"};
String[] tabOrderBy = {"TabName"};
String[][] tabQuery = {{"TabID = " + Utils.formatToSQL(context, oldSceTabID)}};
Vector tablesList = TablesBean.listSummary(session, tabFields, tabQuery, tabOrderBy);
if (tablesList != null && tablesList.size() == 1) {
Hashtable line = (Hashtable)tablesList.elementAt(0);
String tabID = (String)line.get("TabID");
String tabName = (String) line.get("TabName");
%>
<%= tabName %>
<% } %>
|
<% } %>
<% if (sceType.equals(dico.getRefIdByCode("SceType", "REF")) || sceType.equals(dico.getRefIdByCode("SceType", "LST"))) { %>
|
<%
int associatedText = 0;
try {
associatedText = ScriptElement.getSceAssociatedText();
} catch (FieldNotInitializedException fnie) {
}
%>
<% if (associatedText == 0) { %>
<% } else { %>
<% } %>
|
<% } %>
<% if ( (sceType.equals(dico.getRefIdByCode("SceType", "REF")) || sceType.equals(dico.getRefIdByCode("SceType", "LST"))) && (sceDispType.equals(dico.getRefIdByCode("SceDispType", "RADIO")) || sceDispType.equals(dico.getRefIdByCode("SceDispType", "CHECK"))) ) { %>
|
<%
int hasOther = 0;
try {
hasOther = ScriptElement.getSceHasOther();
} catch (FieldNotInitializedException fnie) {
}
%>
<% if (hasOther == 0) { %>
<% } else { %>
<% } %>
|
<% } %>
|