source: trunk/cgi-bin/geisa_anl_histo_post @ 1

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

Geisa inital import

File size: 867 bytes
Line 
1#!/bin/sh -f
2#file=geisa_anl_histo_post
3HOME_GEISA=/usr/local/apache/cgi-bin/geisa
4. $HOME_GEISA/geisa_init
5title="résultat Analyse Histogrammes"
6. $HOME_GEISA/geisa_page_begin
7. $HOME_GEISA/geisa_post_start
8###. geisa_post_moliso
9###. geisa_post_nu
10. $HOME_GEISA/geisa_post_moliso_nu
11. $HOME_GEISA/geisa_post_nbcl
12. $HOME_GEISA/geisa_post_histo
13execute_opt="'anl'"
14. $HOME_GEISA/geisa_post_debug
15#special proc for histo="deux"
16[ ${error:-0} = 0 ]&&
17{
18if [ "$histo" != ",histo='deux'" ]; then
19. $HOME_GEISA/geisa_execute
20else
21. $HOME_GEISA/geisa_execute|
22{
23IFS="";while read l;do
24echo "$l";[ `expr "$l" : ' intervalle'` = 0 ]&&continue
25read l;echo "$l";read l;echo "$l"
26while read l;do read m;[ ! "$m" ]&&{ echo "$l";echo "$m";break;}
27echo "$l\c";expr "$m" : ".\{`expr $l : '.*'`\}\(.*\)";done
28done
29}
30fi
31. $HOME_GEISA/geisa_menu
32}
33. $HOME_GEISA/geisa_page_end
Note: See TracBrowser for help on using the repository browser.