source: ether_geisa/trunk/cgi-bin/geisa_lst_post @ 3

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

Geisa inital import

File size: 572 bytes
Line 
1#!/bin/sh -f
2#file=geisa_lst_post
3HOME_GEISA=/usr/local/apache/cgi-bin/geisa
4. $HOME_GEISA/geisa_init
5titlel "résultat Analyse Transitions" "Transition Analysis Results"
6. $HOME_GEISA/geisa_page_post_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_trs
12. $HOME_GEISA/geisa_post_putfpars
13execute_opt="'lst'"
14. $HOME_GEISA/geisa_post_debug
15[ ${error:-0} = 0 ]&&
16{
17. $HOME_GEISA/geisa_execute
18fnamo=geisa_lst
19fluno=10
20. $HOME_GEISA/geisa_put
21}
22. $HOME_GEISA/geisa_page_post_end
Note: See TracBrowser for help on using the repository browser.