".$scrutin;
$f = new utils ();
$f -> headerhtml ();
$f -> collectivite ();
$f -> droit ($obj);
$f -> header (1, $ent);
$f->isAuthorized($obj);
echo "\n
\n";
echo "
";
$sql="select bureau,president,president_suppleant,secretaire from composition_bureau where scrutin='".
$scrutin."' order by bureau";
$res = $f -> db -> query($sql);
if (DB :: isError($res))
die($res->getMessage()."erreur SELECT ".$sql);
echo "".$f -> lang("bureau")." | ".$f -> lang("president")." | ".
$f -> lang("president")." ".$f -> lang("suppleant")." | ".$f -> lang("secretaire")." |
";
while ($row=& $res->fetchRow(DB_FETCHMODE_ASSOC)){
echo "No ".$row['bureau']." ![](../img/ico_pdf_small.png) | ".$row['president']." | ".
$row['president_suppleant']." | ".$row['secretaire']." |
";
}
echo "
";
echo "
";
//
$f -> footer ();
$f -> deconnexion ();
$f -> footerhtml ();
?>