notice_id or $wbulletin_id != $serial->bulletin_id) {
if ($wnotice_id != 0) {
if ($wnotice_id == $serial->notice_id) {
# affichage du titre seulement lors de la premiere notice
if ($cpt_notice == 1){
$serial_list .= "
";
$serial_list .= "$wtit1 |
$wed_name |
$wed_pays | ";
} else {
$serial_list .= "
";
$serial_list .= " |
|
| ";
}
$cpt_notice=0;
} else {
$cpt_notice=1;
$serial_list .= "
";
$serial_list .= " |
|
| ";
}
$serial_list .= "$wmention_date |
$wbulletin_numero |
";
}
$wnotice_id=$serial->notice_id;
$wtit1=$serial->tit1;
$wed_name=$serial->ed_name;
$wed_pays=$serial->ed_pays;
$wbulletin_id=$serial->bulletin_id;
$wmention_date=$serial->mention_date;
$wbulletin_numero=$serial->bulletin_numero;
}
}
// Affichage dernier element
if ($cpt_notice == 1){
$serial_list .= "";
$serial_list .= "$wtit1 |
$wed_name |
$wed_pays | ";
} else {
$serial_list .= "
";
$serial_list .= " |
|
| ";
}
$serial_list .= "$wmention_date |
$wbulletin_numero |
";
// affichage du résultat
list_serial($user_query, $serial_list, '');
} else {
// la requête n'a produit aucun résultat
error_message($msg[46], str_replace('!!user_query!!', $user_query, $msg[1153]), 1, './edit.php?categ=serials&sub=collect');
}