";
$odd_even=1;
} else {
$browser_content .= "
";
$odd_even=0;
}
$browser_content .= "";
$browser_content .= "".$row->libelle_thesaurus."";
$browser_content .= " |
";
}
affiche();
exit;
// création du tableau à partir du template et affichage
function affiche() {
global $thes_browser;
global $browser_content;
global $action;
global $browser_header;
$thes_browser = str_replace('!!browser_header!!', $browser_header, $thes_browser);
$thes_browser = str_replace('!!browser_content!!', $browser_content, $thes_browser);
$thes_browser = str_replace('!!action!!', $action, $thes_browser);
print pmb_bidi($thes_browser);
}
?>