Пример #1
0
function FormulaireIni($formulaire, $bouton, $page, $methode, $simple)
{
    //
    FormIni($formulaire, $bouton, $page, $methode);
    TableIni('', 'choix');
    if ($simple == 0) {
        LigneIni('');
        // YT : modifié pour voir... (ano provenait de index.php)
        TabletteIni('450', '');
    }
}
Пример #2
0
function FormIdentification($page, $login_defaut = "", $connexion)
{
    entetepage('Malleus', 'Malleus - Accès', '', '', '', '', 1, 1, $connexion);
    html('<br><br><br><br><br><br>');
    FormIni('ident', 'ident', $page, 'post');
    TableIni('300', 'choix');
    FormTitre('Identification', 'titre1', 2);
    FormTexte('Identifiant', 'login', $login_defaut, 'texte', 15, 1);
    FormPasse('Mot de passe', 'motdepasse', '', 'texte', 15);
    FormulaireFin('ident', 'ident', 'Valider', 1, 1);
    html('');
}