source: trunk/cgi-bin/geisa_cop_local @ 1

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

Geisa inital import

File size: 1.4 KB
Line 
1#!/bin/sh -f
2#file=geisa_cop_local
3HOME_GEISA=/usr/local/apache/cgi-bin/geisa
4. $HOME_GEISA/geisa_init
5titlel "Copie Base" "DataBase Copy"
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
17dnu_opt=0 #dnu submenu
18. $HOME_GEISA/geisa_form_nu
19info=;
20infol "Le fichier cr&eacute;&eacute; ici est une base de donn&eacute;es <strong>locale Geisa</strong> qui peut &ecirc;tre utilis&eacute; en entr&eacute;e des options" "The file being created here is a local Geisa database which could be used later as input to the following options"
21 infoc " <strong>anal_local</strong>, <strong>histo_local</strong>, <strong>cop_local</strong>, <strong>ext_local</strong>, <strong>lst_local</strong> "
22 infol "ou" "or"
23 infoc " <strong>trs_local</strong>."
24. $HOME_GEISA/geisa_form_putfcomp
25. $HOME_GEISA/geisa_form_debug
26. $HOME_GEISA/geisa_form_end
27. $HOME_GEISA/geisa_menu
28. $HOME_GEISA/geisa_page_end
Note: See TracBrowser for help on using the repository browser.