<%@ page import="fr.acri.norm.*" %> <%@ page import="java.io.*" %> <%@ page import="java.util.*" %> <%@ page import="java.lang.*" %> <%@ include file="conf_visu.jsp" %> <% send_request req = new send_request(); int nexp=-1, k=0, indice=0, i=0, j=0; String class_temp="",sel_tpl_id="", sql="", error_msg="", error_msgl="", idt="", selected="", modef="", appel="", graph_sel=""; String[] exp_columns={"exp_id"}, traces_columns={"ttid","tt_nom"}, tabTraces = new String[21], tabTracesAuto = new String[22]; String sel_tpl_name=request.getParameter("sel_tpl_name"); modef=request.getParameter("modef"); if (modef=="" || modef=="null" || modef.equals("") || modef.equals("null")) { modef=""; } graph_sel=request.getParameter("graph_sel"); if (graph_sel=="" || graph_sel=="null" || graph_sel.equals("") || graph_sel.equals("null")) { graph_sel=""; } appel=request.getParameter("appel"); if (appel=="" || appel=="null" || appel.equals("") || appel.equals("null")) { appel=""; } for (indice=0 ; indice0) { sel_tpl_id=exp_list.get(0).toString(); sql="SELECT sil_trace_autorise.tt_id as ttid, tt_acronyme as tt_nom FROM sil_trace_autorise, sil_type_trace "; sql+="WHERE sil_trace_autorise.tt_id=sil_type_trace.tt_id "; sql+="and exp_id="+sel_tpl_id; ArrayList exp_list_traces=req.get_list(sql,traces_columns); if (exp_list_traces==null || exp_list_traces.size()==0) error_msgl="NO LAYOUT FOR THIS EXPERIMENT AT THE MOMENT"; else { nexp=exp_list_traces.size()/traces_columns.length; if (nexp>0) { k=0; for(i=0;i Graphicslist
<%if (error_msgl.equals("") || error_msgl==null) {%> <% if (tabTracesAuto[5].equals("disabled")) { class_temp="inactif2"; } else class_temp="normal"; %> <%} else {%>
GRAPHIC TYPES
VERTICAL PROFIL  
 
> align="left">VERTICAL ANALYSIS
> align="left">TIME ANALYSIS
> align="left">XY PLOT
MAP 2D (standard or stereopolar projection)  
 
<% if (tabTracesAuto[3].equals("disabled")) { class_temp="inactif2"; } else class_temp="normal"; %> <% if (tabTracesAuto[8].equals("disabled")) { class_temp="inactif2"; } else class_temp="normal"; %>
> DOT DISTRIBUTION
> CONTOUR
> 2D TRAJEECTORY
<%}%>
 
<%=error_msgl%>