"; echo ""; echo ""; echo "Openresultat"; echo ""; echo ""; echo ""; echo ""; echo ""; include ($elec."/election.inc"); // if ($affichage == "resultat") { echo "
"; include ("entete.php"); echo "
"; include ($elec."/bureaux.inc"); echo "
"; include ("bureaux.php"); echo "
"; if (file_exists ("".$elec."/resultats.inc")) { include ($elec."/resultats.inc"); echo "
"; include ("resultats.php"); echo "
"; } if (file_exists ("".$elec."/bres/b".$b.".inc")) { include ($elec."/bres/b".$b.".inc"); echo "
"; include ("resultat.php"); echo "
"; } }else{ if ($affichage == "participation") { echo "
"; include ("entete.php"); echo "
"; include ($elec."/bureaux.inc"); echo "
"; include ("bureaux.php"); echo "
"; if (file_exists ("".$elec."/participations.inc")) { include ($elec."/participations.inc"); echo "
"; include ("participations.php"); echo "
"; } if (file_exists ("".$elec."/bpar/b".$b.".inc")) { include ($elec."/bpar/b".$b.".inc"); echo "
"; include ("participation.php"); echo "
"; } }else{ if ($affichage == "regroupement") { echo "
"; include ("entete1.php"); echo "
"; if (file_exists ("".$elec."/commune.inc")) { include ($elec."/commune.inc"); echo "
"; include ("communes.php"); echo "
"; } if (file_exists ("".$elec."/regroupements.inc")) { include ($elec."/regroupements.inc"); echo "
"; include ("regroupements.php"); echo "
"; } if (file_exists ("".$elec."/bcom/b".$b.".inc")) { include ($elec."/bcom/b".$b.".inc"); echo "
"; include ("regroupement.php"); echo "
"; } // }else{ if ($affichage == "liste_municipale") { //**** echo "
"; include ("entete.php"); echo "
"; include ($elec."/bureaux.inc"); echo "
"; include ("bureaux.php"); echo "
"; if (file_exists ("".$elec."/resultats.inc")) { include ($elec."/resultats.inc"); echo "
"; include ("resultats.php"); echo "
"; } if (file_exists ($elec."/sieges_lm.inc")) { include ($elec."/sieges_lm.inc"); if ($flag_animation==1){ include ("liste_lm.php"); } } //**** }//fin municipale } } } echo "
"; echo "
"; echo ""; echo ""; } else { echo "Il manque un paramètre : http://.........../aff/index.php?idx=PRE06-1."; } ?>