source: trunk/cgi-bin/geisa_lst_local @ 1

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

Geisa inital import

File size: 1.3 KB
Line 
1#!/bin/sh -f
2#file=geisa_lst_local
3HOME_GEISA=/usr/local/apache/cgi-bin/geisa
4. $HOME_GEISA/geisa_init
5titlel "Analyse Transitions" "Transition Analysis Results"
6bnamel "GEISA base locale" "GEISA local Database"
7. $HOME_GEISA/geisa_page_begin
8. $HOME_GEISA/geisa_form_getbegin
9infol "Ce fichier peut résulter de l'une des options" "This file could result of the following options"
10 infoc " <strong>cre</strong>, <strong>cop</strong> "
11 infol "ou" "or"
12 infoc " <strong>cop_local</strong>, "
13 infol "il doit contenir une base de donn&eacute;es compatible <strong>Geisa</strong>." "it should be a valid <strong>Geisa</strong> database."
14. $HOME_GEISA/geisa_form_getfname
15. $HOME_GEISA/geisa_form_getfcomp
16#specifique menu
17allisot=0 #not all isotopes
18###. geisa_form_moliso
19dnu_opt=0 #no dnu submenu
20###. geisa_form_nu
21. $HOME_GEISA/geisa_form_moliso_nu
22. $HOME_GEISA/geisa_form_trs
23info=;infol "Le fichier cr&eacute;&eacute; contient une liste de transitions, il peut &ecirc;tre utilis&eacute; en entr&eacute;e de l'option" "The file being created is a list of transitions, it can be used later as input to the option"
24 infoc " <strong>cre</strong>."
25. $HOME_GEISA/geisa_form_putfpars
26. $HOME_GEISA/geisa_form_debug
27. $HOME_GEISA/geisa_form_end
28. $HOME_GEISA/geisa_menu
29. $HOME_GEISA/geisa_page_end
Note: See TracBrowser for help on using the repository browser.