source: trunk/cgi-bin/geisa_trs_local @ 1

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

Geisa inital import

File size: 928 bytes
Line 
1#!/bin/sh -f
2#file=geisa_trs_local
3HOME_GEISA=/usr/local/apache/cgi-bin/geisa
4. $HOME_GEISA/geisa_init
5titlel "Liste Transitions" "Transition List"
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
17###. geisa_form_moles
18dnu_opt=0 #no dnu submenu
19###. geisa_form_nu
20. $HOME_GEISA/geisa_form_moles_nu
21. $HOME_GEISA/geisa_form_debug
22. $HOME_GEISA/geisa_form_end
23. $HOME_GEISA/geisa_menu
24. $HOME_GEISA/geisa_page_end
Note: See TracBrowser for help on using the repository browser.