";
$bulletins .= "";
$drag="bulletin_id."\" dragicon='".get_url_icon('icone_drag_notice.png')."' dragtext=\"".htmlentities($bulletin->bulletin_numero,ENT_QUOTES, $charset)."\" draggable=\"yes\" dragtype=\"notice\" callback_before=\"show_carts\" callback_after=\"\" style=\"padding-left:7px\">";
$bulletins .= "$drag | ".$href_start;
$bulletins .= $bulletin->bulletin_numero;
$bulletins .= " | ".$href_start;
$bulletins .= $bulletin->aff_date_date;
$bulletins .= " | ".$href_start;
$bulletins .= htmlentities($bulletin->mention_date, ENT_QUOTES, $charset);
$bulletins .= " | ".$href_start;
$bulletins .= htmlentities($bulletin->bulletin_titre, ENT_QUOTES, $charset);
$bulletins .= " | " ;
if ($bulletin->nb_analysis) {
$bulletins .= $bulletin->nb_analysis." bulletin_id."&what=DEP', 'cart')\">";
}
else {
$bulletins .= " ";
}
$bulletins .= " | ".$href_start;
if (!empty($bulletin->nbexplnum)) {
$bulletins .= $bulletin->nbexplnum;
} else {
$bulletins .= " ";
}
$bulletins .= " | ".$href_start;
if (is_array($bulletin->expl) && !empty($bulletin->expl)) {
$bulletins .= count($bulletin->expl);
} else {
$bulletins .= " ";
}
$bulletins .= " | ";
if ($pmb_collstate_advanced) {
$bulletins .= "";
$collstate_list = "";
foreach($collstates as $id => $collstate) {
if($collstate_list) {
$collstate_list.= " ";
}
$collstate_list .="".$collstate."";
}
$bulletins .= $collstate_list." | ";
}
$bulletins .= "
";
$bulletins_to_check[]=$bulletin->bulletin_id;
}
$bulletins .= "