source: trunk/cgi-bin/geisa_lst @ 1

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

Geisa inital import

File size: 798 bytes
Line 
1#!/bin/sh -f
2#file=geisa_lst
3HOME_GEISA=/usr/local/apache/cgi-bin/geisa
4. $HOME_GEISA/geisa_init
5titlel "Analyse Transitions" "Transition Analysis"
6. $HOME_GEISA/geisa_page_begin
7. $HOME_GEISA/geisa_form_begin
8#specifique menu
9allisot=0 #not all isotopes
10###. geisa_form_moliso
11dnu_opt=0 #no dnu submenu
12###. geisa_form_nu
13. $HOME_GEISA/geisa_form_moliso_nu
14. $HOME_GEISA/geisa_form_trs
15infol "Le fichier créé contient une liste de transitions, il peut être utilisé en entrée de l'option" "The file being created is a list of transitions, it can be used later as input to the option"
16 infoc " <strong>cre</strong>."
17. $HOME_GEISA/geisa_form_putfpars
18. $HOME_GEISA/geisa_form_debug
19. $HOME_GEISA/geisa_form_end
20. $HOME_GEISA/geisa_menu
21. $HOME_GEISA/geisa_page_end
Note: See TracBrowser for help on using the repository browser.