source: trunk/cgi-bin/geisa_cre @ 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_cre
3HOME_GEISA=/usr/local/apache/cgi-bin/geisa
4. $HOME_GEISA/geisa_init
5titlel "Génération Base" "Database Building"
6. $HOME_GEISA/geisa_page_begin
7. $HOME_GEISA/geisa_form_getbegin
8infol "Ce fichier peut résulter de l'une des options " "This file could result from one of "
9 infoc "<strong>ext</strong>, <strong>lst</strong>, <strong>ext_local</strong> "
10 infol "ou" "or"
11 infol " <strong>lst_local</strong>, " " <strong>lst_local</strong> options, "
12 infol "<br>il doit contenir une liste de transitions dans le format ad&eacute;quat." "<br>it should contain a valid transition list."
13. $HOME_GEISA/geisa_form_getfname
14. $HOME_GEISA/geisa_form_getfpars
15info=;
16infol "Le fichier cr&eacute;&eacute; peut &ecirc;tre utilis&eacute; en entr&eacute;e des options " "This file could be used as input to "
17 infoc "<strong>anal_local</strong>, <strong>histo_local</strong>, <strong>cop_local</strong>, <strong>ext_local</strong>, <strong>lst_local</strong> "
18 infol "ou" "or"
19 infol " <strong>trs_local</strong>, " " <strong>trs_local</strong> options, "
20 infol "<br>il contient une base compatible <Strong>Geisa</strong>." "<br>it is a compatible <Strong>Geisa</strong> database."
21. $HOME_GEISA/geisa_form_putfcomp
22. $HOME_GEISA/geisa_form_debug
23. $HOME_GEISA/geisa_form_end
24. $HOME_GEISA/geisa_menu
25. $HOME_GEISA/geisa_page_end
Note: See TracBrowser for help on using the repository browser.