source: ether_visual/trunk/conf_visu.jsp @ 491

Last change on this file since 491 was 17, checked in by cbipsl, 18 years ago

ajout V3

  • Property svn:executable set to *
File size: 366 bytes
Line 
1<%
2VISU_conf conf_visu=new VISU_conf();
3String rep_data=conf_visu.REP_DATA;
4String rep_xml=conf_visu.REP_XML;
5
6String _2D_TRAJECTORY=conf_visu._2D_TRAJECTORY;
7String CONTOUR=conf_visu.CONTOUR;
8String DOT_PLOT=conf_visu.DOT_PLOT;
9String VERTICAL_ANALYSIS=conf_visu.VERTICAL_ANALYSIS;
10String TIME_ANALYSIS=conf_visu.TIME_ANALYSIS;
11String XY_PLOT=conf_visu.XY_PLOT;
12%>
Note: See TracBrowser for help on using the repository browser.