"; if ($count){ $padding = ""; print ''; } else $padding = "style=\"padding-left:11px;\""; print "".$tableau['bulletin_numero']; if ($tableau['mention_date']) print pmb_bidi(" (".$tableau['mention_date'].")\n"); elseif ($tableau['date_date']) print pmb_bidi(" (".formatdate($tableau['date_date']).")\n"); if ($tableau['bulletin_titre']) print pmb_bidi(" : ".htmlentities($tableau['bulletin_titre'],ENT_QUOTES, $charset)."\n"); print " ;"; print "\n"; } } function affichage_liste_bulletins_tableau($res) { global $charset,$msg; print ""; $odd_even=1; while(($tableau=mysql_fetch_array($res))) { if ($odd_even==0) { $pair_impair="odd"; $odd_even=1; } else if ($odd_even==1) { $pair_impair="even"; $odd_even=0; } $tr_javascript=" class='$pair_impair' onmouseover=\"this.className='surbrillance'\" onmouseout=\"this.className='$pair_impair'\" onmousedown=\"document.location='./index.php?lvl=bulletin_display&id=".$tableau['bulletin_id']."';\" style='cursor: pointer' "; print ""; } print "
".$msg[bull_numero]."".$msg[bull_mention_date]."".$msg['etat_collection_title']."
".($tableau['nbexplnum'] != 0 ? ($tableau['nbexplnum'] > 1 ? "" : ""):"")."".$tableau['bulletin_numero']."
"; print "
"; if ($tableau['mention_date']) print pmb_bidi(" ".$tableau['mention_date']."\n"); elseif ($tableau['date_date']) print pmb_bidi(" ".formatdate($tableau['date_date'])."\n"); print ""; if ($tableau['bulletin_titre']) print pmb_bidi(" ".htmlentities($tableau['bulletin_titre'],ENT_QUOTES, $charset)."\n"); print "


"; }