#!/bin/sh -f #file=geisa_cop_local HOME_GEISA=/usr/local/apache/cgi-bin/geisa . $HOME_GEISA/geisa_init titlel "Copie Base" "DataBase Copy" bnamel "GEISA base locale" "GEISA local database" . $HOME_GEISA/geisa_page_begin . $HOME_GEISA/geisa_form_getbegin infol "Ce fichier peut résulter de l'une des options" "This file could result of the following options" infoc " cre, cop " infol "ou" "or" infoc " cop_local, " infol "il doit contenir une base de données compatible Geisa." "it should be a valid Geisa database." . $HOME_GEISA/geisa_form_getfname . $HOME_GEISA/geisa_form_getfcomp #specifique menu dnu_opt=0 #dnu submenu . $HOME_GEISA/geisa_form_nu info=; infol "Le fichier créé ici est une base de données locale Geisa qui peut être utilisé en entrée des options" "The file being created here is a local Geisa database which could be used later as input to the following options" infoc " anal_local, histo_local, cop_local, ext_local, lst_local " infol "ou" "or" infoc " trs_local." . $HOME_GEISA/geisa_form_putfcomp . $HOME_GEISA/geisa_form_debug . $HOME_GEISA/geisa_form_end . $HOME_GEISA/geisa_menu . $HOME_GEISA/geisa_page_end