headerhtml (); $f -> collectivite (); $f -> droit ($obj); $f -> header (1, $ent); echo "\n
\n"; if ($_SESSION ['profil'] > 0 && $_SESSION ['profil'] >= $f -> droit) { if ($step == 1) { $msg = "
"; $msg .= "Le scrutin par défaut est maintenant : ".$_SESSION ['scrutin'].""; $msg .= "
"; echo $msg; $step = 0; } if ($step == 0) { echo "
"; echo "
"; echo "

SELECTIONNER LE SCRUTIN PAR DEFAUT

Choisissez votre liste
"; echo ""; echo "

"; echo "

"; echo "
"; } } else { echo "
".$f->lang("attention")." ".$f->lang("droit").$f->lang("pluriel")." ".$f->lang("insuffisant").$f->lang("pluriel")." - ". $f->lang("votre_profil_est")." : [".$_SESSION['profil']."]
"; } echo "\n
\n\n"; /** * */ $f -> footer (); $f -> deconnexion (); $f -> footerhtml (); ?>