1 2 3 4 5 6 7 8
|
if (stristr($ligne["edition_correspondante"], 'IEEE') != "") {
echo "<table width='700' class='news_pointillé'><tr><td>", $ligne["titre"], "<br> ", " ", " " ,$ligne["repnom"], " ", "<br> ", " ", $ligne["edition_correspondante"], " ", "vol.", $ligne['volume'], ", ", "n°",$ligne['numero'], ", ", "pp.", $ligne['page_deb'], "-", $ligne['page_fin'], ", ", " ", $ligne['mois'], ". ", $ligne["annee"], " ", " ", " ", " ", " ", " ", " "; echo '<a href="genere.php?id_pub=' .$ligne ["id_pub"]. '">[bibtex]</a>', "</td></tr></table>" ;
}
else
{
// on execute le reste |